[devscripts] 01/02: Merge tag 'v2.14.5' into wheezy-backports

James McCoy jamessan at debian.org
Tue Jun 17 02:45:25 UTC 2014


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

jamessan pushed a commit to branch wheezy-backports
in repository devscripts.

commit b19f81a3dcfb0d690e42e79465433522e817fbef
Merge: f4f1ef2 dd7f88c
Author: James McCoy <jamessan at debian.org>
Date:   Mon Jun 16 20:57:48 2014 -0400

    Merge tag 'v2.14.5' into wheezy-backports
    
    tagging package devscripts version 2.14.5
    
    Format: 1.8
    Date: Tue, 10 Jun 2014 21:16:02 -0400
    Source: devscripts
    Binary: devscripts
    Architecture: source amd64
    Version: 2.14.5
    Distribution: unstable
    Urgency: medium
    Maintainer: Devscripts Devel Team <devscripts-devel at lists.alioth.debian.org>
    Changed-By: James McCoy <jamessan at debian.org>
    Description:
     devscripts - scripts to make the life of a Debian Package maintainer easier
    Closes: 750542 750855 750929
    Changes:
     devscripts (2.14.5) unstable; urgency=medium
     .
       * debchange:
         + Verify $opt_vendor is defined before trying to use it to avoid a warning
           about an unitialized variable.
         + utf-8 decode the maintainer name when reading it from the changelog.
           (Closes: #750855)
       * uscan: Use HEAD instead of GET to check for possible GPG signature URLs.
         (Closes: #750929)
       * debcheckout: Handle more variations of Alioth URLs when attempting to
         perform an authenticated checkout.  (Closes: #750542)
    Checksums-Sha1:
     3b7c86fed2270796ee48686c18dcdee622294798 1270 devscripts_2.14.5.dsc
     8deab8a821b51348e8f7fd7ea5e5f27b41f5b278 596344 devscripts_2.14.5.tar.xz
     d7f1e87dd0c493846bd602ad886adf235ba0c76a 887532 devscripts_2.14.5_amd64.deb
    Checksums-Sha256:
     17295d9348c4e46c497e017897577beca40115cc2b6ee08f4d8a24268309d3ab 1270 devscripts_2.14.5.dsc
     4c26eb63293b8035bc870e40db7e16779a4b7e20a2d76e50cdc1296092c532de 596344 devscripts_2.14.5.tar.xz
     aa839019b1b13f236d36d39c7d53ccd9cc406edf59b8aad387120450e126af92 887532 devscripts_2.14.5_amd64.deb
    Files:
     5894231913b1ce6d539daf1dc2f3a429 887532 devel optional devscripts_2.14.5_amd64.deb
     361f61c348b121366d6d82383d8ff008 1270 devel optional devscripts_2.14.5.dsc
     5271ab6e12349865dd7ab686f1010808 596344 devel optional devscripts_2.14.5.tar.xz
    
    Signed-off-by: James McCoy <jamessan at debian.org>
    
    Conflicts:
    	debian/changelog

 .gitignore                             |    5 +
 Devscripts/Compression.pm              |   94 ++
 Makefile                               |    5 +-
 Makefile.common                        |    4 +-
 README                                 |   12 +-
 conf.default.in                        |   12 +-
 debian/NEWS                            |    9 +
 debian/changelog                       |  260 ++++
 debian/control                         |   16 +-
 debian/copyright                       |    5 +-
 debian/postinst                        |   11 +
 debian/rules                           |    2 +-
 debian/tests/control                   |    3 +-
 debian/tests/shunit2                   |    6 +-
 po4a/Makefile                          |    6 +
 po4a/devscripts-po4a.conf              |    4 +
 po4a/po/de.po                          | 2192 ++++++++++++++++++------------
 po4a/po/devscripts.pot                 | 1873 +++++++++++++++----------
 po4a/po/fr.po                          | 2341 ++++++++++++++++++++------------
 scripts/Makefile                       |    5 +-
 scripts/annotate-output.sh             |    2 +-
 scripts/archpath.sh                    |    4 +-
 scripts/bts.pl                         |   15 +-
 scripts/build-rdeps.pl                 |    2 +-
 scripts/chdist.pl                      |   15 +-
 scripts/checkbashisms.pl               |    2 +-
 scripts/cowpoke.sh                     |    4 +-
 scripts/cvs-debi.sh                    |    4 +-
 scripts/cvs-debrelease.sh              |    4 +-
 scripts/cvs-debuild.pl                 |    2 +-
 scripts/deb-reversion.dbk              |    2 +-
 scripts/deb-reversion.sh               |   45 +-
 scripts/debchange.1                    |    2 +-
 scripts/debchange.pl                   |  140 +-
 scripts/debcheckout.pl                 |   28 +-
 scripts/debclean.sh                    |    2 +-
 scripts/debcommit.pl                   |   48 +-
 scripts/debdiff.pl                     |   12 +-
 scripts/debi.pl                        |    4 +-
 scripts/debpkg.pl                      |    2 +-
 scripts/debrelease.sh                  |    2 +-
 scripts/debrsign.sh                    |    2 +-
 scripts/debsign.sh                     |    2 +-
 scripts/debuild.pl                     |    7 +-
 scripts/dep3changelog.pl               |    2 +-
 scripts/desktop2menu.pl                |    2 +-
 scripts/devscripts/test/test_help.py   |   41 +-
 scripts/devscripts/test/test_pylint.py |    2 +-
 scripts/dget.pl                        |    7 +-
 scripts/diff2patches.sh                |    4 +-
 scripts/dpkg-depcheck.pl               |    5 +-
 scripts/dpkg-genbuilddeps.sh           |    3 +-
 scripts/dscverify.pl                   |    2 +-
 scripts/getbuildlog.sh                 |    2 +-
 scripts/grep-excuses.pl                |    2 +-
 scripts/licensecheck.pl                |    2 +-
 scripts/mass-bug.pl                    |    8 +-
 scripts/mergechanges.sh                |    2 +-
 scripts/mk-build-deps.pl               |    7 +-
 scripts/mk-origtargz.pl                |  571 ++++++++
 scripts/namecheck.pl                   |    7 +-
 scripts/nmudiff.sh                     |    2 +-
 scripts/origtargz.pl                   |   29 +-
 scripts/plotchangelog.pl               |    2 +-
 scripts/pts-subscribe.sh               |    2 +-
 scripts/rc-alert.pl                    |   86 +-
 scripts/rmadison.pl                    |   21 +-
 scripts/sadt                           |  453 ++++++
 scripts/sadt.pod                       |   71 +
 scripts/setup.py                       |    3 +-
 scripts/suspicious-source              |    2 +-
 scripts/tagpending.pl                  |    4 +-
 scripts/uscan.1                        |   64 +-
 scripts/uscan.pl                       |  357 +++--
 scripts/uupdate.sh                     |    2 +-
 scripts/who-permits-upload.pl          |    2 +-
 scripts/who-uploads.sh                 |    6 +-
 scripts/whodepends.sh                  |    4 +-
 scripts/wnpp-alert.sh                  |   10 +-
 scripts/wnpp-check.sh                  |    8 +-
 scripts/wrap-and-sort                  |   15 +-
 test/Makefile                          |   16 +-
 test/test_debchange                    |   78 +-
 test/test_debdiff                      |    4 +-
 test/test_licensecheck                 |    4 +-
 test/test_mk-origtargz                 |  448 ++++++
 test/test_uscan                        |  307 ++++-
 test/{test_uscan => test_uscan_online} |    4 +-
 88 files changed, 6928 insertions(+), 2962 deletions(-)

diff --cc debian/changelog
index 8d81386,487a790..67fed61
--- a/debian/changelog
+++ b/debian/changelog
@@@ -1,9 -1,260 +1,266 @@@
+ devscripts (2.14.5) unstable; urgency=medium
+ 
+   * debchange:
+     + Verify $opt_vendor is defined before trying to use it to avoid a warning
+       about an unitialized variable.
+     + utf-8 decode the maintainer name when reading it from the changelog.
+       (Closes: #750855)
+   * uscan: Use HEAD instead of GET to check for possible GPG signature URLs.
+     (Closes: #750929)
+   * debcheckout: Handle more variations of Alioth URLs when attempting to
+     perform an authenticated checkout.  (Closes: #750542)
+ 
+  -- James McCoy <jamessan at debian.org>  Tue, 10 Jun 2014 21:16:02 -0400
+ 
+ devscripts (2.14.4) unstable; urgency=medium
+ 
+   * mk-origtargz: Fix DEP8 test failures due to differences in how the script
+     is named when it's run.
+   * debchange: Use Dpkg::Changelog::Parse to parse the changelog instead of
+     performing manual parsing in debchange.  (Closes: #749980)
+ 
+  -- James McCoy <jamessan at debian.org>  Sat, 31 May 2014 09:47:19 -0400
+ 
+ devscripts (2.14.3) unstable; urgency=medium
+ 
+   [ Benjamin Drung ]
+   * wrap-and-sort: Sanitize spaces between alternative package names.
+     (Closes: #747818)
+ 
+   [ Martin Pitt ]
+   * Install recommends for the autopkgtest, otherwise a lot of necessary tools
+     like wdiff are missing.
+   * test_uscan: Add missing --compression in --installed mode, to fix the
+     autopkgtest.
+   * Add missing zip autopkgtest dependency (used by test_uscan).
+ 
+   [ James McCoy ]
+   * uscan:
+     + Specify file name instead of path in --dehs mode's target node.
+       (Closes: #747901)
+     + Add target-path node to dehs output for those who care about the actual
+       path to the file.
+     + Restore display of final file name after file is downloaded.
+   * mk-origtargz: Use file's mime detection to detect zip files.  (Closes:
+     #748462)
+   * chdist: Finish reading output from child processes to avoid getting a
+     SIGPIPE when closing their read handle.  (Closes: #749504)
+ 
+   [ Christoph Berg ]
+   * uscan: Fix "upsteam" typo.  (Closes: #749343)
+ 
+   [ Paul Wise ]
+   * uscan: Also accept https for copyright-format URLs (Closes: #749498)
+ 
+  -- James McCoy <jamessan at debian.org>  Tue, 27 May 2014 23:24:01 -0400
+ 
+ devscripts (2.14.2) unstable; urgency=medium
+ 
+   [ Jakub Wilk ]
+   * sadt:
+     + Add support for @builddeps@ in tests' Depends.  (Closes: #736798)
+ 
+   [ Benjamin Drung ]
+   * Bump Standard-Version to 3.9.5.
+   * Wrap long line in extended description.
+ 
+   [ Paul Wise ]
+   * Use HTTPS for the buildd logs to avoid a redirect
+   * Fix scraping of the wnpp web pages due to https links
+ 
+   [ Daniel Kahn Gillmor ]
+   * uscan: check for likely upstream signatures if none are known (Closes:
+     #732449)
+ 
+   [ Cyril Brulebois ]
+   * deb-reversion: Add support for udebs.  (Closes: #739437)
+ 
+   [ Gunnar Wolf ]
+   * debcommit: Add switch+conf.setting allowing to specify Git to sign
+     every single commit (Closes: #741040)
+ 
+   [ James McCoy ]
+   * debcommit: Add hg and bzr support to DEBCOMMIT_SIGN_COMMITS.
+   * mk-build-deps: Uninstall the build-dep packages if apt isn't able to
+     complete their install.  (Closes: #743462)
+   * dpkg-depcheck: Convert relative paths to absolute before filtering, so
+     filters properly match the path.  Thanks to William King for the patch.
+     (Closes: #744320)
+   * debchange:
+     + Document the default urgency is medium.  Thanks to Anders Kaseorg for
+       the patch.  (Closes: #745565)
+     + Add “binary-only=yes” to binNMU changelog stanzas.  Thanks to Thorsten
+       Glaser for the patch.  (Closes: #746612)
+ 
+   [ Andreas Tille ]
+   * uscan: Allow a different compression scheme when repacking upstream
+     tarballs.  (Closes: #730768)
+ 
+   [ Antonio Terceiro ]
+   * debi/debc: always try ../build-area/ when the changes file is not found
+     under ../ (even when not using svn)
+ 
+   [ Joachim Breitner ]
+   * mk-origtargz: New script to rename (or symlink or copy) a downloaded
+     upstream tarball to the correct name, possibly changing the compression
+     scheme and removing files listed in debian/copyright's Excluded-Files.
+     This is now also used by uscan, where most of the code comes from.
+ 
+  -- James McCoy <jamessan at debian.org>  Sun, 11 May 2014 13:15:22 -0400
+ 
+ devscripts (2.14.1) unstable; urgency=medium
+ 
+   * Actually install sadt.  (Closes: #736683)
+ 
+  -- James McCoy <jamessan at debian.org>  Sat, 25 Jan 2014 22:15:46 -0500
+ 
+ devscripts (2.14.0) unstable; urgency=medium
+ 
+   [ Jakub Wilk ]
+   * Add sadt, a simple implementation of DEP-8 test runner (closes: #712095).
+ 
+   [ James McCoy ]
+   * chdist:
+     + Ensure error messages end with an EOL.  (Closes: #734307)
+     + Make short options (-d, -a, -h) work.  (Closes: #736504)
+   * licensecheck: Add handling for a variation of 3 clause BSD.
+   * rc-alert:
+     + Ensure the tag/dist description order is stable.  (Closes: #735286)
+     + Automatically determine what the ignore tag means, instead of
+       hard-coding dist names.
+   * uscan:
+     + Download the PGP signature the same way the archive was downloaded.
+       (Closes: #735085, #736476)
+     + Skip the watchfile line if pgpsigurlmangle is defined but
+       upstream-signing-key.pgp is missing.  (Closes: #735084)
+     + Update the GitHub example.  Based on a patch by YABUKI Yukiharu.
+       (Closes: #728182)
+     + Support escaped characters in the Files-Excluded patterns.  Thanks to
+       Csillag Tamas and Russ Albery for the patch.  (Closes: #733111)
+     + Move keyring location for signature verification under debian/upstream/.
+     + Use the armored keyring debian/upstream/signing-key.asc for signature
+       verification if the unarmored keyring doesn't exist.  (Closes: #720957)
+     + Fix regex in get_main_source_dir.  (Closes: #735906)
+ 
+  -- James McCoy <jamessan at debian.org>  Sat, 25 Jan 2014 10:19:02 -0500
+ 
+ devscripts (2.13.9) unstable; urgency=low
+ 
+   [ Martin Pitt ]
+   * autopkgtest: Add "allow-stderr" restriction to avoid failing tests because
+     of the HTTP server log on stderr.
+ 
+   [ James McCoy ]
+   * uscan:
+     + Repack the tarball and verify it is a compressed archive without
+       allowing arbitrary code execution.  Fixes CVE-2013-6888.
+     + Use find's -exec to call rm directly instead of piping to xargs.
+       (Closes: #732006, CVE-2013-7085)
+     + Follow tar's recommended security practices
+       - Use --keep-old-files --no-overwrite-dir
+       - Ensure parent directory of directory used for repacking archive isn't
+         accessible to other users.
+     + Fix handling of 'dirname' exclusions, so 'dirname/*' isn't required.
+ 
+   [ Salvatore Bonaccorso ]
+   * uscan: Fix unitialized value warning when copyright is not in
+     copyright-format 1.0.  (Closes: #732807)
+ 
+  -- James McCoy <jamessan at debian.org>  Mon, 23 Dec 2013 15:28:45 -0500
+ 
+ devscripts (2.13.8) unstable; urgency=medium
+ 
+   [ James McCoy ]
+   * uscan: Fix arbitrary command execution when using USCAN_EXCLUSION.
+     (Closes: #731849)
+ 
+   [ Adam D. Barratt ]
+   * Honour USCAN_EXCLUSION.  (Closes: #731885)
+ 
+  -- James McCoy <jamessan at debian.org>  Tue, 10 Dec 2013 20:26:42 -0500
+ 
+ devscripts (2.13.7) unstable; urgency=medium
+ 
+   * Fix imports of Devscripts::Compression.  (Closes: #731847)
+ 
+  -- James McCoy <jamessan at debian.org>  Tue, 10 Dec 2013 07:49:54 -0500
+ 
+ devscripts (2.13.6) unstable; urgency=medium
+ 
+   [ James McCoy ]
+   * chdist: Fix a [A-z] regex typo.
+   * uscan: Properly handle a non-machine readable d/copyright file.  (Closes:
+     #731537)
+   * suspicious-source: Correct message when python3-magic isn't installed.
+     (Closes: #731553)
+   * bts:
+     + Document that “bts tag nnn security” will Cc the security team.
+       (Closes: #684301)
+     + Document the behavior of leaving the version out of the found command.
+       (Closes: #683480)
+   * build-rdeps: Only match against package names instead of any substring of
+     Build-Depends(-Indep).  (Closes: #649165)
+   * debchange: Correct description of -e in --help output.  (Closes: #712030)
+   * Update scripts to use Dpkg::Compression's compression_get_file_extension_regex().
+ 
+   [ Louis Bettens ]
+   * debchange, mass-bug, bts: Replace call to date -R with strftime().
+     (Closes: #486594)
+ 
+  -- James McCoy <jamessan at debian.org>  Mon, 09 Dec 2013 20:42:09 -0500
+ 
+ devscripts (2.13.5) unstable; urgency=low
+ 
+   [ James McCoy ]
+   * namecheck: Fix “406 Not Acceptable” error when querying Alioth.  (Closes:
+     #725228)
+   * uscan:
+     + Allow specifying file exclusion rules in d/copyright so uscan can
+       automatically repack upstream archives which contain non-DFSG content.
+       Thanks to Andreas Tille, gregor herrmann, and Rafael Laboissiere for the
+       patches.  (Closes: #685787)
+     + Require LWP::Protocol::https instead of Crypt::SSLeay to access https
+       sites.  (Closes: #624317)
+   * test/*:
+     + Pass --no-conf to commands which may be influenced by ~/.devscripts
+     + Fix a test failure in test_uscan_online due to different version format.
+   * rc-alert: Be more flexible in the formatting of the HTML being parsed.
+     (Closes: #729779)
+   * who-uploads: Use long keyid format to avoid ambiguity.  (Closes: #674579)
+ 
+   [ Evgeni Golov ]
+   * debcheckout: allow setting the user for auth mode in the config.  (Closes:
+     #722171)
+ 
+   [ Joachim Breitner ]
+   * debcommit: Fix --release with darcs when the repository is clean. (Closes:
+     #728177)
+ 
+   [ Christoph Berg ]
+   * origtargz: Document pristine-tar support in the manpage.
+   * rmadison: Support -r (--regex) parameter. (This is still unsupported on
+     qa.debian.org, but possible on some 3rd-party repositories like
+     apt.postgresql.org.)
+ 
+   [ Benjamin Drung ]
+   * test/test_debchange: Strip distribution data outdated warnings. (Closes:
+     #726694)
+ 
+   [ Translation updates ]
+   * German, Chris Leick.
+   * French, David Prévot.
+ 
+   [ Julien Cristau ]
+   * debchange: the default setting for urgency is now 'medium' (Closes: #730343)
+ 
+  -- James McCoy <jamessan at debian.org>  Wed, 04 Dec 2013 22:27:45 -0500
+ 
 +devscripts (2.13.4~bpo70+1) wheezy-backports; urgency=low
 +
 +  * Rebuild for wheezy-backports.
 +
 + -- James McCoy <jamessan at debian.org>  Thu, 03 Oct 2013 19:46:02 -0400
 +
  devscripts (2.13.4) unstable; urgency=low
  
    [ 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