-
dgit (9.10) unstable; urgency=medium
dgit bugfix:
* Work around gbp metadata handling bug which can prevent import
of some anomalous source packages. Closes:#950326.
Report from Peter Green.
git-debpush bugfix:
* avoid a pipefail problem. Closes:#940588. [Sean Whitton]
Documentation:
* Terminology: Change "rewind" to "rewrite" where appropriate
* dgit(1): Cover more cases of --overwrite and --deliberately
Closes:#928473.
* dgit(1): Do not talk about `intermediate' uploads.
* d-m-{merge,debrebase}(7): Use an 'upstream/' tag prefix in
gbp.conf; set `merge' in gbp.conf; import tarball before
committing gbp.conf. Closes:#932954. [Sean Whitton]
i18n:
* Updated nl.po file. Closes:#945356. [Frans Spiesschaert]
-- Ian Jackson <email address hidden> Mon, 03 Feb 2020 08:41:10 +0000
-
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.
-- Ian Jackson <email address hidden> Sat, 14 Sep 2019 21:34:13 +0100
-
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 [<path>] (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 <email address hidden> Sun, 11 Aug 2019 01:11:01 +0100