[devscripts] 01/06: Merge tag 'v2.17.12' into stretch-backports

Mattia Rizzolo mattia at debian.org
Sat Jan 6 10:57:01 UTC 2018


This is an automated email from the git hooks/post-receive script.

mattia pushed a commit to branch stretch-backports
in repository devscripts.

commit c5279a8c0cec2ad15c0465e22bd571a9f914d826
Merge: 2c88937 9c33193
Author: Mattia Rizzolo <mattia at debian.org>
Date:   Fri Jan 5 11:48:51 2018 +0100

    Merge tag 'v2.17.12' into stretch-backports
    
    devscripts Debian release 2.17.12
    
    Signed-off-by: Mattia Rizzolo <mattia at debian.org>

 .gitignore                        |    5 +
 README                            |    4 +
 debian/changelog                  |   57 +-
 debian/compat                     |    2 +-
 debian/control                    |    9 +-
 po4a/devscripts-po4a.conf         |    2 +
 po4a/po/de.po                     | 1388 ++++++++++++++++++++++--------------
 po4a/po/devscripts.pot            | 1288 +++++++++++++++++++++-------------
 po4a/po/fr.po                     | 1395 +++++++++++++++++++++++--------------
 scripts/Makefile                  |    2 +-
 scripts/bts.pl                    |   17 +-
 scripts/debchange.1               |    4 +
 scripts/debchange.bash_completion |    2 +-
 scripts/debchange.pl              |  106 +--
 scripts/debcheckout.pl            |   29 +-
 scripts/debdiff-apply             |    4 +-
 scripts/debuild.pl                |    5 +-
 scripts/dget.pl                   |    2 +-
 scripts/grep-excuses.pl           |   13 +
 scripts/ltnu.pod                  |   94 +++
 scripts/ltnu.sh                   |   72 ++
 scripts/uscan.pl                  |    2 +-
 test/test_debchange               |   27 +-
 test/test_uscan_mangle            |    3 +-
 24 files changed, 2929 insertions(+), 1603 deletions(-)

diff --cc debian/changelog
index 29b4615,2184f0c..9d8f965
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,9 -1,54 +1,60 @@@
+ devscripts (2.17.12) unstable; urgency=medium
+ 
+   [ Adam D. Barratt ]
+   * Fix typo in 2.7.11 changelog ("dpkg-bev" -> "dpkg-dev").
+ 
+   [ Chris Lamb ]
+   * debuild:
+     + Print the actual arguments we make to lintian.  Closes: #880124
+   * dget:
+     + Support downloading packages through gopher://.  Closes: #880649
+ 
+   [ Axel Beckert ]
+   * Add new script: ltnu (Long Time No Upload).
+   * Remove trailing whitespace in previous changelog entry.
+ 
+   [ Antoine Beaupré ]
+   * debchange:
+     + Refactor and unify version information.
+     + Add support for uploads to Debian LTS with the new --lts flag.
+       Closes: #762715
+   * bts:
+     + Add list of tags to documentation.  Closes: #883658
+ 
+   [ James McCoy ]
+   * grep-excuses:
+     + Show when dependencies are blocking the migration.  Closes: #881906
+ 
+   [ Antonio Terceiro ]
+   * uscan:
+     + decode HTTP responses, to support pages that are served encoded with
+       gzip (`Content-Encoding: gzip`).
+ 
+   [ Christoph Berg ]
+   * debcheckout:
+     + Support salsa.debian.org.
+     + Set "git" as default repository type so https:// URLs use it.
+ 
+   [ Mattia Rizzolo ]
+   * debdiff-apply:
+     + Avoid using Python bare exceptions, to appease flake8's E722.
+   * test/uscan_mangle:
+     + Use a real newline instead of embedding \n in a shell variable, which
+       isn't portable between dash and bash.
+   * Bump debhelper compat level to 11.
+   * debian/control:
+     + Bump Standards-Version to 4.1.3, no changes needed.
+     + Add missing build-dependency on fakeroot.
+     + Set Rules-Requires-Root: no.
+ 
+  -- Mattia Rizzolo <mattia at debian.org>  Sat, 30 Dec 2017 23:44:18 +0100
+ 
 +devscripts (2.17.11~bpo9+1) stretch-backports; urgency=medium
 +
 +  * Rebuild for stretch-backports.
 +
 + -- Mattia Rizzolo <mattia at debian.org>  Sun, 05 Nov 2017 00:59:36 +0100
 +
  devscripts (2.17.11) unstable; urgency=medium
  
    [ James McCoy ]

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/devscripts.git



More information about the devscripts-devel mailing list