summaryrefslogtreecommitdiff
path: root/debian/changelog
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2018-10-20 10:21:58 -0700
committerSean Whitton <spwhitton@spwhitton.name>2018-10-20 10:21:58 -0700
commit4ea49240ddaa77bb4e290f9018727805ef87efc6 (patch)
treeecc5ef8ce55fa7cce83ebc9554edeb29920ea2cf /debian/changelog
parentc1594eccda40a6a40bb2eb330a13578f330b3cc9 (diff)
parent16d99b2680f6c4e41c7740f542ca064455b4f5a4 (diff)
Merge tag 'debian/8.0' into stretch-bpo
dgit release 8.0 for unstable (sid) [dgit] [dgit distro=debian] # gpg: Signature made Sat 13 Oct 2018 04:01:49 PM MST # gpg: using RSA key 559AE46C2D6B6D3265E7CBA1E3E3392348B50D39 # gpg: Can't check signature: No public key
Diffstat (limited to 'debian/changelog')
-rw-r--r--debian/changelog66
1 files changed, 66 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 9c847a3..ebb8d9a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,69 @@
+dgit (8.0) unstable; urgency=medium
+
+ dgit - Behavioural change with compatibility implications:
+ * Check (with --clean=dpkg-source[-d], ie, by default) that rules
+ clean does not leave untracked files (ie, trip if it looks like
+ a `git add' may have been forgotten). dgit will now fail in
+ some situations where previously it would have just carried on.
+ * Honour new clean modes --dpkg-source[-d],no-check aka -wdn / -wddn
+ which suppress this check. (Whether the untracked files are
+ used or disregarded depends on --include-dirty.)
+ * Honour new .clean-mode-newer access config option, to allow git
+ configs to be compatible with both new and old dgits.
+ See relevant parts of dgit(1) for more information.
+
+ dgit - Improved behaviours:
+ * Better handling of cross-filesystem operations, including
+ build-products-dir on a different fs. Closes:#910730.
+ * Change to git toplevel dir before starting. Closes:#910724.
+ * Provide --clean=check,ignores aka -wci.
+ * Provide --clean=dpkg-source[-d],all-check aka -wda / -wdda.
+
+ dgit - Important bugfixes:
+ * Check that tree does not contain untracked files (depending on clean
+ mode) when building source using git branch rather than using working
+ tree. In particular, honour --clean=check. Closes:#910705.
+ * Also apply that new cleanliness check during build-source or
+ push-source etc. with --clean=dpkg-source; even though rules
+ clean was not run. See above. Again, -wdn / -wddn may be needed.
+ * dgit: Forbid source building with --include-dirty and non-.. bpd,
+ which can seriously malfunction. Closes:#910725; see #910740.
+
+ dgit - Additional sanity checks:
+ * quilt linearisation: Stop at debian/source/format changes.
+ * quilt fixup: Cope if gdr analysis finds origin. Closes:#910687.
+ * Add missing error check in single-debian-patch handling.
+ * Refuse to work if critical files have uncommitted changes.
+ * Reject all git config options containing newlines.
+ * Better error message for not in git tree. (For git-debrebase too.)
+
+ dgit - Minor bugfixes:
+ * Fix spelling errors etc. in messages.
+ * Replace mention of alioth by salsa in a message.
+ * clean_tree: confess rather than die on unknown clean mode.
+ * Add missing \n to crash from git_cat_file. (git-debrebase too.)
+
+ Documentation:
+ * dgit(1): Document that cleaning is sometimes not needed and
+ is therefore not done.
+ * README.md: Add this document for the benefit of Salsa.
+ * po/README: Mention -k10 threshold.
+ * po/README: Give a pointer to salsa; remind the translator to commit.
+ * dgit(1): Fix spelling errors.
+ * dgit(7): Fix spelling errors.
+ * dgit-sponsorship(7): Fix spelling error.
+
+ Consequential changes:
+ * Internal refactoring to support all these changes.
+ * Tests adjusted to correspond to, and somewhat test, these changes.
+ * Slight reorganisation to documentation of --clean=dpkg-source etc.
+
+ Build system:
+ * Makefile: Provide i18n-commit target.
+ * po/list-documents: Set translation threshold to 10%.
+
+ -- Ian Jackson <ijackson@chiark.greenend.org.uk> Sat, 13 Oct 2018 23:56:35 +0100
+
dgit (7.0~bpo9+1) stretch-backports; urgency=medium
* Rebuild for stretch-backports.