Accepted:
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA512 Format: 1.8 Date: Wed, 24 Jun 2015 21:59:43 -0400 Source: devscripts Binary: devscripts Architecture: amd64 source Version: 2.15.5~bpo8+1 Distribution: jessie-backports Urgency: medium Maintainer: Devscripts Devel Team <[email protected]> Changed-By: James McCoy <[email protected]> Closes: 534987 587892 587970 640068 659330 690375 723723 728607 736063 748611 755371 757194 765338 768345 771119 774276 774544 774685 775084 776209 776318 777344 777345 777346 778648 778860 778963 779279 780167 780667 781611 782354 783630 783634 784394 784812 784821 785421 785746 786518 786706 787276 787321 787767 788367 Description: devscripts - scripts to make the life of a Debian Package maintainer easier Changes: devscripts (2.15.5~bpo8+1) jessie-backports; urgency=medium . * Rebuild for jessie-backports. . 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) . devscripts (2.15.4) unstable; urgency=medium . [ Dominique Dumont ] * licensecheck: + Handle license like GPL version 2 or 3 (which is not GPL-2+) + Ignore .pc directories + print copyrights in a non random-order . [ Daniel Kahn Gillmor ] * uscan: explicitly dearmor, rather than --import upstream signing key (Closes: #768345) . [ James McCoy ] * debsnap: When specified version or architectures aren't available, warn and exit with error code 2. (Closes: #774276) * rmadison: + Display the usage to the specified fd instead of ignoring it. + Display the known URL aliases in the usage. + Display all the URLs in --help when $default_url is a comma-separated list. + Remove 404ing myon and debug URLs + Use https://api.ftp-master.debian.org/madison for debian and new URLs. This also fixes support for the -b option. (Closes: #775084) + Strip arch-qualifiers from package names. (Closes: #780167) * mk-origtargz: Avoid adding the same file to the "to be deleted" list multiple times. This may also cause patterns to be declared as unused if a file is matched by multiple patterns. (Closes: #776318) * who-uploads: + Fix extraction of uploader's key id. * Create a temporary GNUPGHOME to avoid “gpg --list-key” erroring when no ~/.gnupg exists. (Closes: #776209) * bts: Cancel the mail if the spawned editor exits with a non-zero exit code. This is an alternative way to cancel a command, rather than saving an empty message. (Closes: #778648) * who-permits-upload: Update URL to use https. * Replace use of Parse::DebControl with Dpkg::Control to work around #780138 and remove a dependency. * uscan: + Always remove the Referer header for Sourceforge, not just when going via the redirector. (Closes: #778860) + Let the OS assign a port to the test's HTTP server so tests don't fail when something is already using port 8000. * Ensure all LWP-using scripts honor a proxy set in the environment. (Closes: #781611) . [ Johannes Schauer ] * chdist: Also set Apt::Architectures to prevent foreign architectures from the host leaking into the apt tree (Closes: #774685) . [ Iain Lane ] * rmadison: The short option for --regex is -r, not -s. . [ Fabian Greffrath ] * wrap-and-sort: Add dirs, docs, examples, info, links, maintscript and manpages (all can also be prefixed by the binary package name) to the files in the debian/ directory that get sorted alphabetically. (Closes: #765338) . [ Ian Jackson ] * grep-excuses: + Minor manpage corrections. (Closes: #777344) + Add --debug option. (Closes: #777345) + Search for autoremovals too, by default. (Closes: #777346) . [ Hideki Yamane ] * Add bash completion for dch, debsign, and uupdate. (Closes: #774544, #778963, #779279) . [ Peter Eisenstraut ] * Consistently use Makefile variables to control the installation layout. (Closes: #728607) . [ Antonio Terceiro ] * chdist: also create /etc/apt/sources.list.d . [ Simon McVittie ] * mergechanges: Add --indep option to skip architecture-specific packages. (Closes: #782354) Checksums-Sha1: 58e1484a3e3e34ef1d8cdf81b7ce0e533a98284a 907788 devscripts_2.15.5~bpo8+1_amd64.deb 789252b345717741a4f5eb0c8fedb95167c516ef 2263 devscripts_2.15.5~bpo8+1.dsc 004149474e3467d1f9891075db29ef160cd6f500 616208 devscripts_2.15.5~bpo8+1.tar.xz Checksums-Sha256: 7d7bd0157fd163c5eaed303df19565e0a2510915e1f853975ac433fe2df38d1c 907788 devscripts_2.15.5~bpo8+1_amd64.deb 0a63f6cb9271d0f99233a8606ea28148b19f8ba40131d3404c89d1fad99be669 2263 devscripts_2.15.5~bpo8+1.dsc 554ba920bca884bf6bf6daaeacd3237df18e9ac4c990ce4da54a8fb772e85816 616208 devscripts_2.15.5~bpo8+1.tar.xz Files: b7b2ddce0bd052a0c1800a36ad7c3843 907788 devel optional devscripts_2.15.5~bpo8+1_amd64.deb 64a22cba3bd645ea45cff1ff16a20ad8 2263 devel optional devscripts_2.15.5~bpo8+1.dsc e7ecc8998396e046d5cf49b8af6dec96 616208 devel optional devscripts_2.15.5~bpo8+1.tar.xz -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iQJ8BAEBCgBmBQJVi4M6XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5MUJGQkY0RDY5NTZCRDVERjdCNzJEMjNE RkU2OTFBRTMzMUJBM0RCAAoJEN/mka4zG6PbI3gP+wct50OKLEnmwH1B2jg1aoCR cRD3sVEuytMNjNiwllsc082WnDFKRijigXERPjBVSEm9i40MURyTWJdwvr5ODWNw Slcuxt45GNSL1zDtzOQ0OahH4WFlOXhZLuQ67CmVTSYmr91zCYFHzNNpV/e26Z5R OHx5V+1B6plvKLUbl3re2pd//0n4MwuhxL5bu+U3AHz4n0lh66CAWmdXEuCi+U0N IUuTf2whAEk1uTqhuUL4RvT8vhfpl/dCbdocGOEj7cYlTx32taUO4NjMGPBEHCTn ji5IkxKrmUgxKgTckhCS3K2/e65EOadiiBpS7yaxn8lb5zYQDN0NHpgIN46Lsq3z x8wacYiB9V2yn+WEZSFUQpEzuVYfa7J8XGwKCATRFaFkz9vck3zX2fnkibjdVpvP RduA1FdG7BZmhXUgIJYJ/nwc7l9QKnfiSqj6ccQ5Tqpl4vZUsmfCm1UuG6QZWEVp LFhXnHMfvqcy3BJsXbW2m/XnaijZzWp0y6nGN+Z1zOeiyqAOUGmsI6/5Ofi/69fV 8Jr7vXgrQIp66/9brmgUFPA0VtQ5ushqeJtyUfWaDfM9Nt0HWdb8DphrG/pGbo88 FofYK2pTCBhNcWk0Cxqro0roKC1WZ4B+lz+1c/+10gN14y6Szqy3wZgKRS303w65 SyqxX22WpqNhzsCGlVkO =wyaj -----END PGP SIGNATURE----- Thank you for your contribution to Debian. _______________________________________________ devscripts-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/devscripts-devel
