summaryrefslogtreecommitdiff
path: root/dgit.1
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2015-07-18 14:14:37 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2015-07-19 15:28:51 +0100
commitea3d6683dcb55e588833e59af9f740709cd709b5 (patch)
tree5a55760d8b6efa5ee02b4caeecb93119a365952f /dgit.1
parent2a532c4b2d21ff5bb583c8df94b0208d99c7b24d (diff)
Provide -wdd aka --clean=dpkg-source-d. Closes:#792433.
Diffstat (limited to 'dgit.1')
-rw-r--r--dgit.19
1 files changed, 9 insertions, 0 deletions
diff --git a/dgit.1 b/dgit.1
index 2d06fd9..698bf2f 100644
--- a/dgit.1
+++ b/dgit.1
@@ -288,6 +288,15 @@ Use dpkg-buildpackage to do the clean, so that the source package
is cleaned by dpkg-source running the package's clean target.
This is the default. It requires the package's build dependencies.
.TP
+.BR --clean=dpkg-source-d " | " -wdd
+Use
+.B dpkg-buildpackage -d
+to do the clean, so that the source package
+is cleaned by dpkg-source running the package's clean target.
+The build-dependencies are not checked (due to
+.BR -d ),
+which violates policy, but may work in practice.
+.TP
.BR -N " | " --new
The package may be new in this suite. Without this, dgit will
refuse to push.