summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog1
-rw-r--r--dgit.12
2 files changed, 2 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index 606a3dd..2a2c20c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ dgit (0.31~~) unstable; urgency=low
Documentation:
* dgit(1): Remove some obsolete caveats from BUGS.
+ * dgit(1); Mention that -wgf can avoid need for build-deps.
Infrastructure:
* Provide for mirroring git updates to a different server.
diff --git a/dgit.1 b/dgit.1
index c569347..2d06fd9 100644
--- a/dgit.1
+++ b/dgit.1
@@ -267,7 +267,7 @@ from being run.
--clean=git is useful when the package's clean target is troublesome;
the downside is simply that git clean may delete files you forgot to
-git add.
+git add. --clean=git can also avoid needing the build-dependencies.
.TP
.BR --clean=git-ff " | " -wgf
The source tree should be cleaned, before building a source package