From: Ian Jackson Date: Sat, 14 Sep 2019 19:42:11 +0000 (+0100) Subject: changelog: Document changes since 9.8 X-Git-Tag: archive/debian/9.9~1 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=aaa7434d8052c212f7e4063502eb2fef4b6d4214 changelog: Document changes since 9.8 Signed-off-by: Ian Jackson --- diff --git a/debian/changelog b/debian/changelog index c444c6f1..1856ac44 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,23 @@ dgit (9.9~) unstable; urgency=medium - * + Documentation: + * dgit-maint-{merge,debrebase}(7): Suggest a better rune. + (`git fetch --tags upstream') Closes:#939679. [Sean Whitton] + * git-debpush(1) minor improvements. Closes:#935084. [Sean Whitton] + * dgit(1): Fix a typo (found by lintian) + * dgit-maint-bpo(7): Mention occasional need for --new. Closes:#935443. + * git-debrebase: Extend extended description for this .deb. + + Infrastructure: + * New script dgit-mirror-ssh-wrap suitable for use as restricted + command on repos mirror target hosts, and corresponding test. + + Packaging niggles: + * control: Add missing dependency on liburl-perl (dgit and tests) + * control: Drop redundant Priority field for dgit-infrastruture + * control: update Vcs-Git to end in .git + * lintian: Override some checks + * control: Bump Standards-Version to 4.4.0.0. --