summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2015-07-27 03:46:32 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2015-07-27 13:11:46 +0100
commitdbb093b1db7b27bf922f6ad58576cab4fbc342cf (patch)
treebc207af31c8bd33cc77b2a575949fb71eb2b5171 /debian/changelog
parentc0a28dc2cf305ca157bff1cb7b71a69b7f73b324 (diff)
When we are using dpkg-buildpackage to clean before using it to also do the build, let it do its cleaning thing as part of its run, rather than running it twice. When we are _not_ supposed to be using dpkg-buildpackage to clean, but we are running it to do the build, pass -nc.
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog5
1 files changed, 5 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index ecdd991..2f29630 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -56,6 +56,11 @@ dgit (1.1~~) unstable; urgency=low
* Rename `git-build' operation to `gbp-build' to make it clearer what
it's for. Keep the old name as an alias.
* Show `dgit sbuild' in usage message.
+ * When we are using dpkg-buildpackage to clean before using it to also
+ do the build, let it do its cleaning thing as part of its run, rather
+ than running it twice. When we are _not_ supposed to be using
+ dpkg-buildpackage to clean, but we are running it to do the build,
+ pass -nc.
--