summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2015-08-21 12:51:39 +0100
committerIan Jackson <ijackson@chiark.greenend.org.uk>2015-08-21 12:51:39 +0100
commit4880bd4da0a8e79a6cfb7697dc737e1e0e1caca2 (patch)
tree63650166d9412045788e3c5b6ac8245e699c9bca /debian
parentd88139021717eeb85131c1e62b23bfb8ec1ca6c5 (diff)
In --dry-run mode, _do_ actually run dpkg-source --commit so that we actually do construct the quilt fixup commit; instead, honour --dry-run by avoiding pulling it back to your HEAD.
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 604d66d..1ab75e1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -11,6 +11,9 @@ dgit (1.4~~) UNRELEASED; urgency=low
* In dgit(7), discuss binaries and documentation present in upstream but
removed by rules clean.
* Detect and reject git trees containing debian/source/local-options.
+ * In --dry-run mode, _do_ actually run dpkg-source --commit so that we
+ actually do construct the quilt fixup commit; instead, honour
+ --dry-run by avoiding pulling it back to your HEAD.
--