This is an automated email from the git hooks/post-receive script. mattia pushed a commit to branch stretch-backports in repository devscripts.
commit e5c30c3c29569978e161fbe515ea5136c1ab51a7 Merge: 6ac7dd3 89b672a Author: Mattia Rizzolo <[email protected]> Date: Sun Nov 5 00:59:27 2017 +0100 Merge tag 'v2.17.11' into stretch-backports devscripts Debian release 2.17.11 .travis.yml | 2 +- debian/changelog | 65 ++ debian/control | 21 +- debian/gbp.conf | 2 + po4a/po/de.po | 1366 +++++++++++++++++++----------------- po4a/po/devscripts.pot | 1223 +++++++++++++++++---------------- po4a/po/fr.po | 1367 ++++++++++++++++++++----------------- scripts/debchange.1 | 6 +- scripts/debchange.bash_completion | 2 +- scripts/debchange.pl | 68 +- scripts/debrsign.sh | 229 ++++--- scripts/debsign.bash_completion | 8 +- scripts/debuild.pl | 37 +- scripts/origtargz.pl | 7 +- scripts/reproducible-check | 38 +- scripts/uscan.pl | 44 +- test/test_debchange | 3 + test/test_mk-origtargz | 7 +- test/test_package_lifecycle | 6 +- 19 files changed, 2518 insertions(+), 1983 deletions(-) diff --cc debian/changelog index b681a21,33f3376..a8afd31 --- a/debian/changelog +++ b/debian/changelog @@@ -1,9 -1,68 +1,74 @@@ + devscripts (2.17.11) unstable; urgency=medium + + [ James McCoy ] + * Remove myself from Uploaders. + + [ Osamu Aoki ] + * debuild: + + Support newer and long dpkg-buildpackage options --no-sign, + --unsigned-source, --unsigned-changes, -ui and --unsigned-buildinfo, + therefore bumping the dpkg-bev dependency to version to 1.18.19. + Closes: #876024 + * debian/control: + + Remov Martin Zobel-Helas, Patrick Schoenfeld and Benjamin Drung + from Uploaders after asking them. + Thanks for all your contributions! + * uscan: + + Auto set --force-download when appropriate to retain the + previous behaviour. + + Correct information about the OpenPGP key fingerprints. Closes: #877104 + + [ Chris Lamb ] + * reproducible-check: + + Match name of the json file on remote server. + + Use the restricted JSON file that hides transient issues. Closes: #875861 + + Handle multi-architecture systems. Closes: #875887 + + Expire cache file after 1 day and base local cache name on the + remote filename. + + Various flake8-related tidyintidying. + * debian/control: + + Mention reproducible-check in the package long description. + * debchange: + + Add support for preparing uploads to stable with the new --stable flag. + Closes: #871657 + + [ Christoph Berg ] + * origtargz: + + Allow invocation from subdirectory. Closes: #702636 + + [ Cyril Brulebois ] + * debsign: + + Fix bash completion by using file extensions instead of + using globs. Closes: #877440 + + [ Mattia Rizzolo ] + * debchange: + + Update the manpage to mention that --bpo now targets stretch-backports, + not jessie-backports. Closes: #877877 + * debian/control: + + Annotate the build-dependencies on perl and python3-all with :any. + + Add myself to uploaders. + + Bump Standards-Version to 4.1.1, no changes needed. + + Drop Testsuite:autopkgtest field, it's automatically added by dpkg-source. + + Promote sensible-utils from Recommends to Depends. + * debrsign: + + Apply patch from Gilles Filippini <[email protected]> to add support for + .buildinfo files. Closes: #862324 + * uscan: + + Apply patch from Stephen Kitt <[email protected]> to support https in the + sf.net special redirector. Closes: #879207 + * tests: + + mk-origtargz: fix check with dpkg 1.19.x. Thanks to Adam Conrad + <[email protected]> for the patch. Closes: #879798 + + -- Mattia Rizzolo <[email protected]> Fri, 27 Oct 2017 14:52:18 +0200 + +devscripts (2.17.10~bpo9+1) stretch-backports; urgency=medium + + * Rebuild for stretch-backports. + + -- Mattia Rizzolo <[email protected]> Wed, 27 Sep 2017 14:05:17 +0200 + devscripts (2.17.10) unstable; urgency=medium [ Mattia Rizzolo ] -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
