This is an automated email from the git hooks/post-receive script. jamessan pushed a commit to branch wheezy-backports in repository devscripts.
commit 22a3f42304f51228c8aa2dc485a89efea2a598b7 Merge: c8e337c 920373c Author: James McCoy <[email protected]> Date: Thu Oct 3 19:37:39 2013 -0400 Merge tag 'v2.13.4' into wheezy-backports tagging package devscripts version 2.13.4 Format: 1.8 Date: Thu, 19 Sep 2013 18:53:57 -0400 Source: devscripts Binary: devscripts Architecture: source amd64 Version: 2.13.4 Distribution: unstable Urgency: low Maintainer: Devscripts Devel Team <[email protected]> Changed-By: James McCoy <[email protected]> Description: devscripts - scripts to make the life of a Debian Package maintainer easier Closes: 708311 719828 720508 721939 Changes: devscripts (2.13.4) unstable; urgency=low . [ James McCoy ] * Document which scripts use libdistro-info-perl. (Closes: #708311) * Make curl return a proper exit code for HTTP errors. (Closes: #720508) * mk-build-deps: Define the deb's version when parsing a debian/control file. (Closes: #721939) * checkbashisms: Sort the keys of the bashisms hashes to provide consistently ordered output. This avoids false positive failures in the test suite. . [ Charles Pigott ] * Fix POD issues. (LP: #1226318, Closes: #719828) . [ Translation updates ] * French, David Prévot. Checksums-Sha1: 578021918824afb5899771f3db40ffb9e0f54181 1237 devscripts_2.13.4.dsc 94e7225c2f9f9062cea35c8010e984ae98834c28 573916 devscripts_2.13.4.tar.xz c04ff2332bb8dba3553568ce23ecd732041cad14 859244 devscripts_2.13.4_amd64.deb Checksums-Sha256: 1d8d1da911f358568a4b8098a754a7dafb44f5d91f11154ab147cfd3578b457e 1237 devscripts_2.13.4.dsc 6575a71023d7de62986b33c2db47074fe2be96023b51e427ad653ce6a0e73527 573916 devscripts_2.13.4.tar.xz fbfe6708ef93b4452ff411685b28ff564d956c32928037cb569aa5dbdcea0aba 859244 devscripts_2.13.4_amd64.deb Files: 17ee85e4f0dac6b87c21734d5e8f1657 1237 devel optional devscripts_2.13.4.dsc b98f8d95c0bd19ade1aba575ba38fa22 573916 devel optional devscripts_2.13.4.tar.xz 8ab4b3d557e0f144be97de0248214a96 859244 devel optional devscripts_2.13.4_amd64.deb Signed-off-by: James McCoy <[email protected]> Conflicts: debian/changelog Devscripts/Versort.pm | 27 +- README | 6 +- debian/changelog | 78 ++ debian/control | 7 +- po4a/po/de.po | 994 +++++++++++++------------ po4a/po/devscripts.pot | 807 ++++++++++---------- po4a/po/fr.po | 1074 ++++++++++++++------------- scripts/bts.pl | 2 +- scripts/chdist.bash_completion | 2 +- scripts/chdist.pl | 1 + scripts/checkbashisms.pl | 15 +- scripts/dcontrol.pl | 2 - scripts/debchange.1 | 6 +- scripts/debchange.pl | 22 +- scripts/debcheckout.pl | 3 +- scripts/debcommit.pl | 23 +- scripts/debuild.pl | 4 + scripts/dget.pl | 2 - scripts/dscverify.1 | 2 + scripts/dscverify.pl | 7 +- scripts/licensecheck.pl | 19 +- scripts/mk-build-deps.pl | 28 + scripts/rc-alert.1 | 2 +- scripts/rc-alert.pl | 4 +- scripts/rmadison.pl | 6 +- scripts/transition-check.pl | 4 +- scripts/uscan.1 | 72 +- scripts/uscan.pl | 71 +- scripts/who-permits-upload.pl | 6 +- scripts/wnpp-alert.sh | 2 +- scripts/wnpp-check.sh | 4 +- test/bashisms/functions.sh.out | 16 +- test/licensecheck/bsd-3-clause-authorsany.c | 11 + test/licensecheck/false-positives | 33 + test/licensecheck/gpl-3+.el | 20 + test/licensecheck/regexp-killer.c | 20 + test/test_licensecheck | 10 + 37 files changed, 1930 insertions(+), 1482 deletions(-) diff --cc debian/changelog index 294dbcd,2250f97..e049f1c --- a/debian/changelog +++ b/debian/changelog @@@ -1,11 -1,81 +1,89 @@@ + devscripts (2.13.4) unstable; urgency=low + + [ James McCoy ] + * Document which scripts use libdistro-info-perl. (Closes: #708311) + * Make curl return a proper exit code for HTTP errors. (Closes: #720508) + * mk-build-deps: Define the deb's version when parsing a debian/control + file. (Closes: #721939) + * checkbashisms: Sort the keys of the bashisms hashes to provide + consistently ordered output. This avoids false positive failures in the + test suite. + + [ Charles Pigott ] + * Fix POD issues. (LP: #1226318, Closes: #719828) + + [ Translation updates ] + * French, David Prévot. + + -- James McCoy <[email protected]> Thu, 19 Sep 2013 18:53:57 -0400 + + devscripts (2.13.3) unstable; urgency=low + + [ gregor herrmann ] + * debcommit: Add the source package name to commit/tag messages. (Closes: + #704236) + + [ Paul Wise ] + * In chdist bash completion, don't print warnings if ~/.chdist is missing + * Support 'new' in the rmadison URL list. + + [ James McCoy ] + * dpkg-buildpackage: Use "dpkg-checkbuilddeps -A" for arch-indep builds. + Bump dpkg-dev Depends to 1.16.4 accordingly. + * Suppress "given/when is experimental" warnings when using Perl 5.18. + * mk-build-deps: Take Build-Conflicts(-Indep) into account. (Closes: + #712227) + * debcommit: Use "git status --porcelain" to check for a dirty working + directory. (Closes: #712166) + * uscan: Add "Accept: */*" header to fix downloading from Alioth. Thanks to + Dmitry Smirnov for the patch. (Closes: #712261) + * transition-check: Work around Pod::Simple change which causes Perl 5.18's + pod2man to fail. (Closes: #714599) + * licensecheck: + + Check haskell files. Thanks to Jens Petersen for the patch. + + Handle differing lengths of comment leaders when autodetecting comments. + (Closes: #714835) + * uscan/rc-alert: Fix roff errors in man pages. Thanks to Eric S. Raymond + for the patch. (Closes: #712701) + * dscverify: Use ~/.gnupg/trustedkeys.gpg, if available. (Closes: #600048) + + [ Chris Boot ] + * bts: Fix no-mutt option. (Closes: #709999) + + [ Daniel Kahn Gillmor ] + * Enable OpenPGP signature verification (Closes: #610712) + + [ Yaroslav Halchenko ] + * licensecheck: Check .go (Go) files (Closes: #711467) + * wnpp-check: Add bug URL to output and reorder columns to ease reading. + (Closes: #715572) + + [ Bernhard R. Link ] + * uscan: properly cope with colons and minus signs in upstream versions. + (Closes: #658999) + + [ Phillip Hands ] + * licensecheck: + + allow plural: copyright notices + + ignore "copyright holders" + + alternative BSD-3 wording "authors" and "_any_ contributors" + + ignore #defines containing (c) + + fix "copyright ownership" + + ignore "copyright statement" + + ignore "copyright string" + + ignore coyright (claim|is|in), and fix test + + ignore "copyright to" + + -- James McCoy <[email protected]> Thu, 15 Aug 2013 20:00:57 -0400 + +devscripts (2.13.2~bpo70+1) wheezy-backports; urgency=low + + * Rebuild for wheezy-backports. + * Requires backported python3-magic, python3-debian, and + distro-info-data for build. + + -- Matt Taggart <[email protected]> Mon, 03 Jun 2013 15:55:55 -0700 + devscripts (2.13.2) unstable; urgency=low [ Julian Gilbey ] -- 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
