summaryrefslogtreecommitdiff
path: root/dgit.1
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2014-01-19 00:50:35 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2014-01-19 00:50:35 +0000
commit5dbf5d3d2ef07b059c732abe77d1657e3fc3f714 (patch)
tree66ef226e70e1b5f85f68b10e519dcd759b8eb74c /dgit.1
parent95cce6041df774f7909b28c110417881f1d4792a (diff)
Run a clean (of the specified type) before any build operation; do this with `dpkg-buildpackage -T' clean if necessary, so -wd now works with all the building methods.
Diffstat (limited to 'dgit.1')
-rw-r--r--dgit.12
1 files changed, 1 insertions, 1 deletions
diff --git a/dgit.1 b/dgit.1
index b23a3a8..67e4751 100644
--- a/dgit.1
+++ b/dgit.1
@@ -217,7 +217,7 @@ Do not clean the tree before building a source package. If there are
files which are not in git, a subsequent dgit push will fail.
.TP
.BR --clean=dpkg-source | -wd
-Use dpkg-buildpackage to do the build, so that the source package
+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