This is an automated email from the git hooks/post-receive script. jamessan pushed a commit to branch jessie-backports in repository devscripts.
commit e314c2b81c273e538bdb09bc6a60f64cb0f9493b Merge: 00ae570 87dc37a Author: James McCoy <[email protected]> Date: Wed Jun 24 21:59:07 2015 -0400 Merge tag 'v2.15.5' into jessie-backports tagging package devscripts version 2.15.5 Format: 1.8 Date: Wed, 10 Jun 2015 23:07:03 -0400 Source: devscripts Binary: devscripts Architecture: source amd64 Version: 2.15.5 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: 534987 587892 587970 640068 659330 690375 723723 736063 748611 755371 757194 771119 780667 783630 783634 784394 784812 784821 785421 785746 786518 786706 787276 787321 787767 788367 Changes: devscripts (2.15.5) unstable; urgency=low . [ Cyril Brulebois ] * Update chdist bash-completion file with the architectures currently (as of 2015-04-28) listed on buildd.debian.org and buildd.debian-ports.org. (Closes: #783634) * Add support for RMADISON_SSL_CA_FILE and RMADISON_SSL_CA_PATH, so that one can point to system-specific locations for CA-related files, and pass them to curl/wget via the appropriate options. (Closes: #784812) . [ James McCoy ] * wrap-and-sort: + Always remove empty elements from lists so “-t” doesn't add a new, empty element. (Closes: #783630) + Remove empty lines in debhelper-related files. (Closes: #780667) * Install Perl modules into $Config{vendorlib} and remove the hacks in various scripts to make them see devscript's modules. * Add bash completion scripts for uscan (thanks to Ben Finney) and mk-origtargz. (Closes: #784394) * Stop building and shipping libvfork.so since strace has handled vforks for at least a decade. * Move bash-completion scripts from /etc/bash_completion.d (compat directory) to /usr/share/bash-completion/completions. * debdiff: Inspect wdiff's return code rather than Dpkg::IPC::spawn's exception to determine if wdiff found differences. (Closes: #786518) * Store cached files in $XDG_CACHE_HOME instead of ~/.devscripts_cache. (Closes: #659330) * bts: + Use https to talk to bugs.debian.org + Use URI & URI::QueryParam to parse URIs rather than regexps. This fixes issues with not detecting BTS URLs as valid due to ordering of query parameters. (Closes: #786706) * debuild: Recognize -jauto as a valid option. Based on a patch by Reiner Herrmann. (Closes: #787276) * uscan: + Fix Github example in man page. (Closes: #757194) + Clear cached redirection URLs every time a watch line is processed. This ensures any relative URLs are built into absolute URLs using relevant sites. (Closes: #736063) * Devscripts::Debbugs: Retrieve bug status in chunks to avoid building large responses on bugs.d.o. * mk-build-deps: + Verify build-dep package was installed since the install tool may exit successfully even if the package couldn't be installed. Based on a patch by Dima Kogan. (Closes: #755371) * mergechanges: + Add -d option to delete input files on success. Thanks to Mark Hymers for the patch. (Closes: #640068) * dd-list: + Strip arch-qualifiers from given package names. (Closes: #788367) . [ Dominique Dumont ] * licensecheck: * check file encoding and decode properly when reading file (Closes: #784821) * improve GPL LGPL extraction * optimize regex used to extract © info * check Groovy, Scala and Clojure files (Closes: #771119) * fixed regexp used to detect discussion about © (Closes: #723723) * fix BSL parser (Closes: #690375) * support academic free license (Closes: #534987) * allow © owner to mention "and others" * support eclipse public license (Closes: #587892) * handle LGPL as written by IBM (Closes: #587970) * handle REM style comments (Closes: #748611) * uscan: use defined-or (//) instead of "||" to avoid loosing '0' version field (Closes: #787767) . [ Piotr Ożarowski ] * uscan: Use pypi.debian.net redirector instead of pypi.debian.org/packages/source URLs. (Closes: #785746) . [ Hideki Yamane ] * Add bash completion for dcut. (Closes: #787321) . [ Craig Small ] * debdiff: Honor DEBRELEASE_DEBS_DIR or --debs-dir. (Closes: #785421) Checksums-Sha1: 1978d775364638a7bbea1e5bd1e8295aae14be69 1236 devscripts_2.15.5.dsc 5e5f4501807728655b03a27aac58b1108a8e96be 617680 devscripts_2.15.5.tar.xz 7d12d0add64762f2c2e78ad19569a8f0c52c1fbc 905842 devscripts_2.15.5_amd64.deb Checksums-Sha256: 0b65c97d655966ee799c4491f862d9a071d87f64c56d58c0b10ccc6ae2f32c67 1236 devscripts_2.15.5.dsc 19b9fdd343178370c2d0fc17a5aa2327126b0f5da8ca967f75445dbdd4f63c73 617680 devscripts_2.15.5.tar.xz 90581827a75fb2d10d6b479fc792a06910044f88a2690c6f8537f9cc6c483e41 905842 devscripts_2.15.5_amd64.deb Files: 399908b039a126b2c37d638b178822ce 1236 devel optional devscripts_2.15.5.dsc dbcf6ba9a619f698a2136099ecb4f1af 617680 devel optional devscripts_2.15.5.tar.xz c729408b6465353a9840d891eb260938 905842 devel optional devscripts_2.15.5_amd64.deb .gitignore | 3 + Devscripts/URI.pm | 106 -------------- Makefile | 18 +-- Makefile.common | 10 +- README | 8 +- conf.default.in | 2 +- debian/changelog | 161 ++++++++++++++++++++++ debian/control | 19 ++- debian/postinst | 4 + debian/postrm | 6 +- debian/preinst | 8 ++ doc/wrap-and-sort.1 | 6 +- {Devscripts => lib/Devscripts}/Compression.pm | 0 {Devscripts => lib/Devscripts}/DB_File_Lock.pm | 0 {Devscripts => lib/Devscripts}/Debbugs.pm | 23 ++-- {Devscripts => lib/Devscripts}/PackageDeps.pm | 0 {Devscripts => lib/Devscripts}/Packages.pm | 5 +- {Devscripts => lib/Devscripts}/Set.pm | 0 {Devscripts => lib/Devscripts}/Versort.pm | 0 scripts/Makefile | 29 ++-- scripts/bts.pl | 167 ++++++++++++---------- scripts/chdist.bash_completion | 4 +- scripts/chdist.pl | 5 +- scripts/checkbashisms.pl | 3 +- scripts/cvs-debuild.pl | 3 +- scripts/dcontrol.pl | 4 +- scripts/dcut.bash_completion | 46 +++++++ scripts/dd-list.pl | 25 +++- scripts/debchange.bash_completion | 80 +++++++++++ scripts/debchange.pl | 69 +++------- scripts/debcheckout.pl | 1 - scripts/debdiff.1 | 16 +++ scripts/debdiff.pl | 53 +++++-- scripts/debi.pl | 3 +- scripts/debpkg.pl | 6 +- scripts/debsign.bash_completion | 30 ++++ scripts/debsnap.pl | 42 ++++-- scripts/debuild.pl | 16 ++- scripts/desktop2menu.pl | 2 +- scripts/devscripts/control.py | 2 + scripts/devscripts/test/__init__.py | 1 + scripts/devscripts/test/test_help.py | 2 + scripts/devscripts/test/test_pylint.py | 1 + scripts/dget.pl | 4 +- scripts/dpkg-depcheck.pl | 16 +-- scripts/dscverify.pl | 3 +- scripts/getbuildlog.sh | 1 - scripts/grep-excuses.1 | 11 +- scripts/grep-excuses.pl | 90 +++++++++++- scripts/libvfork.c | 8 -- scripts/licensecheck.pl | 183 ++++++++++++++++--------- scripts/mass-bug.pl | 3 +- scripts/mergechanges.1 | 15 +- scripts/mergechanges.sh | 61 ++++++++- scripts/mk-build-deps.pl | 45 ++++-- scripts/mk-origtargz.bash_completion | 45 ++++++ scripts/mk-origtargz.pl | 16 ++- scripts/namecheck.pl | 2 +- scripts/rc-alert.1 | 4 +- scripts/rc-alert.pl | 23 +++- scripts/rmadison.pl | 74 +++++++--- scripts/setup.py | 23 ++-- scripts/tagpending.pl | 3 +- scripts/transition-check.pl | 2 +- scripts/uscan.1 | 4 +- scripts/uscan.bash_completion | 55 ++++++++ scripts/uscan.pl | 32 +++-- scripts/uupdate.bash_completion | 32 +++++ scripts/who-permits-upload.pl | 19 ++- scripts/who-uploads.sh | 9 +- scripts/wnpp-alert.1 | 2 +- scripts/wnpp-alert.sh | 14 +- scripts/wrap-and-sort | 26 +++- test/licensecheck/academic.h | 4 + test/licensecheck/boost.h | 34 +++++ test/licensecheck/cddl.h | 26 ++++ test/licensecheck/copr-iso8859.h | 18 +++ test/licensecheck/copr-utf8.h | 20 +++ test/licensecheck/epl.h | 11 ++ test/licensecheck/gpl-3+-with-rem-comment.xml | 18 +++ test/licensecheck/gpl-no-version.h | 8 ++ test/licensecheck/lgpl-2-3.c | 17 +++ test/licensecheck/lgpl-big-blue.h | 14 ++ test/licensecheck/lgpl-no-version.h | 8 ++ test/test_debchange | 2 +- test/test_debdiff | 2 +- test/test_licensecheck | 25 ++++ test/test_mk-origtargz | 26 +++- test/test_uscan | 58 ++++---- test/uscan/server.py | 16 +++ 90 files changed, 1563 insertions(+), 558 deletions(-) -- 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
