From 757dfd8c777d25a383e08832c5bece1f59783b2d Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 4 Sep 2022 13:10:31 +0100 Subject: changelog: Document changes since 9.16 Signed-off-by: Ian Jackson --- debian/changelog | 32 +++++++++++++++++++++++++++++++- 1 file changed, 31 insertions(+), 1 deletion(-) (limited to 'debian/changelog') diff --git a/debian/changelog b/debian/changelog index c7edc43..c4ecc1f 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,36 @@ dgit (10.0~) unstable; urgency=medium - * + Major command line change - dgit push vs push-built: + * Introduce "dgit push-built", meaning what "dgit push" does now. + * Make "dgit push" a configurable alias, which by default warns about + future incompatibility and then runs "dgit push-built". See dgit(1). + * Docs: generally recommend "push-source" rather than "push". + [Report from Osamu Aoki] Closes:#992606. + + New feature, and change to recommended usage: + * Provide --quilt=single, and no longer recommend single-debian-patch + anywhere (since it can go badly wrong). Closes:#1018984. + + Handling of unusual kinds of change to upstream files, during quilt fixup: + * Don't use dpkg-source --commit, but git diff. + * Handle exectutability changes. Closes:#995056. [Report from Peter Green] + * Reject all changes to symlinks (including symlink creation). + * With dpkg single-debian-patch, pass --include-removal to dpkg-source -b. + * Now we can make any diff that dpkg-source can cope with. Closes:#1018143. + + Changes related to --dry-run and --damp-run: + * dgit(1): Demote, and add caveats describing their behaviours. + Closes:#973896. [Report from Wookey] + * dry run: Fix a handful of bugs (and improve a message). + + Other: + * dgit: Pass require_valid_signature to Dpkg::Source::Package + in the correct manner. Closes: #964286. [Guillem Jover] + + Internal: + * Refactorings and commentary, to support the other changes. + * Consequential updates to tests. + * More comprehensive testing of unusual upstream changes. -- -- cgit v1.2.3