summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2015-07-18 14:09:37 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2015-07-19 15:28:37 +0100
commit2a532c4b2d21ff5bb583c8df94b0208d99c7b24d (patch)
tree48720a0eab78fef6f6c7448b4a84cbbb05d8b632
parent5a453a69bd237e3921a6db60f675bdaefb741014 (diff)
dgit(1); Mention that -wgf can avoid need for build-deps.
-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