summaryrefslogtreecommitdiff
path: root/debian
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 /debian
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 'debian')
-rw-r--r--debian/changelog3
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 18ab786..bfdb0e9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -7,6 +7,9 @@ dgit (0.21~~iwj) unstable; urgency=low
with earlier versions of dpkg.
* Provide --build-products-dir option (and corresponding semantics
for -C) to specify where to find the files to upload. Closes:#731633.
+ * 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.
--