summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-07-26 18:10:37 +0800
committerIan Jackson <ijackson@chiark.greenend.org.uk>2018-07-26 14:22:56 +0100
commit2df1287312685084b4fb891f8651cc924817a489 (patch)
tree98210d00196052dd116d2801b92241880679f4b2
parent7646c04136bd156af29671bd1081378f6a398aff (diff)
changelog: categorise, and add a few missing things
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name> Signed-off-by: Ian Jackson <ijackson@chiark.greenend.org.uk>
-rw-r--r--debian/changelog36
1 files changed, 24 insertions, 12 deletions
diff --git a/debian/changelog b/debian/changelog
index 8873a89..267448a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,22 +1,34 @@
dgit (6.0~) unstable; urgency=medium
+ New features [Sean Whitton]:
+ * Introduce dgit.default.build-products-dir git configuration key.
+ Closes:#857316.
+ * Die earlier, and with a more helpful message, if the user tries to
+ include dirty changes when building a source package in split brain
+ mode.
+
+ dgit behavioural changes:
+ * dgit: Always build the source package ourselves, rather than
+ sometimes leaving that to the builder command. dgit will now
+ usually generate *_multi.changes rather than *_$arch.changes.
+ * dgit: Build source packages in a private directory, except when
+ the user passes --include-dirty [Sean Whitton].
+ - dgit push-source no longer cleans the tree [Sean Whitton].
+ * dgit: Rename --ignore-dirty to --include-dirty (leaving the old
+ name supported as a deprecated alias).
+
+ Test suite improvements:
* test suite: unset VISUAL, which interferes. Closes:#904308.
+ * Honour DGIT_SCHROOT_CHROOT to set the schroot to use for the sbuild
+ tests.
+
+ Other improvements:
* apt-get method: when apt does not update release files,
unconditionally print hint about noatime. Closes:#851873.
* messages: Be a lot more friendly about NEW in particular,
and also add a couple of `please's. Closes:#904448.
- * dgit: Introduce dgit.default.build-products-dir git
- configuration key. Closes:#857316. [ Sean Whitton. ]
- Still does not always work, due to #863582.
- * dgit: Minor internal improvements.
- * dgit: Rename --ignore-dirty to --include-dirty (leaving the old
- name supported as a deprecated alias).
- * dgit: Always build the source package ourselves, rather than
- sometimes leaving that to the builder command. dgit will now
- usually generate *_multi.changes rather than *_$arch.changes.
- * test suite: Honour DGIT_SCHROOT_CHROOT to set the schroot to
- use for the sbuild tests.
- * dgit push-source no longer cleans the tree.
+ * Make --build-products-dir (and the new config key) actually work.
+ Closes:#863582. [ Ian and Sean. ]
--