From: Sean Whitton Date: Fri, 16 Aug 2019 09:00:50 +0000 (+0100) Subject: Merge tag 'debian/9.7' into buster-bpo X-Git-Tag: archive/debian/9.7_bpo9+1~1 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=commitdiff_plain;h=0569aa2c25dc3374d9d51dfea9dc09be2fa6e510;p=dgit.git Merge tag 'debian/9.7' into buster-bpo dgit release 9.7 for unstable (sid) [dgit] [dgit distro=debian no-split] # gpg: Signature made Sun 11 Aug 2019 01:11:36 AM BST # gpg: using RSA key 559AE46C2D6B6D3265E7CBA1E3E3392348B50D39 # gpg: Can't check signature: No public key --- 0569aa2c25dc3374d9d51dfea9dc09be2fa6e510 diff --cc debian/changelog index e1523466,742d92f3..b88d2846 --- a/debian/changelog +++ b/debian/changelog @@@ -1,9 -1,31 +1,37 @@@ + dgit (9.7) unstable; urgency=medium + + dgit general bugfixes: + * Correctly test for presence of git repo on dgit git server. + Fixes behaviour following mixed dgit/non-dgit uploads. Closes:#934126. + (Was badly broken by http fetching rework in dgit 9.6.) + * Fix use on NFS, by closing a file which is going to be deleted. + [Report and fix from Stéphane Glondu] Closes:#933827. + + dgit vcs-git bugfixes: + * Strip [] (used eg by Debian Haskell Team). Closes:#932699. + * update-vcs-git: Cope if url is unchanged. + * update-vcs-git: Strip -b (as it always should have done). + + Test suite: + * New facilities for http testing, including mock webservers. + * New test cases for http, and for bugs fixed in this version. + * Switch to using http git check in three existing tests. + * Improve debian/tests/control generator. + * Limited refactoring to support other changes. + + Other minor changes: + * dgit: Slightly more debugging for check_for_git with http[s] + * changelog: Fix a typo in the entry for 9.6. + * i18n (messages) updated, following message changes. + + -- Ian Jackson Sun, 11 Aug 2019 01:11:01 +0100 + +dgit (9.6~bpo10+1) buster-backports; urgency=medium + + * Rebuild for buster-backports. + + -- Sean Whitton Sat, 27 Jul 2019 07:37:49 +0100 + dgit (9.6) unstable; urgency=medium * git-playtree-setup had a spurious set -x so many programs spewed