-
v2.15.587dc37af · ·
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 <devscripts-devel@lists.alioth.debian.org> Changed-By: James McCoy <jamessan@debian.org> 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
-
v2.15.4dd7ccad9 · ·
tagging devscripts version 2.15.4 Format: 1.8 Date: Sat, 25 Apr 2015 21:58:50 -0400 Source: devscripts Binary: devscripts Architecture: source amd64 Version: 2.15.4 Distribution: unstable Urgency: medium Maintainer: Devscripts Devel Team <devscripts-devel@lists.alioth.debian.org> Changed-By: James McCoy <jamessan@debian.org> Description: devscripts - scripts to make the life of a Debian Package maintainer easier Closes: 728607 765338 768345 774276 774544 774685 775084 776209 776318 777344 777345 777346 778648 778860 778963 779279 780167 781611 782354 Changes: 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: 07b811b3e096427fdf5eab757dabca7c0527ed76 1207 devscripts_2.15.4.dsc 8476fd0d5b1819759c91042a5d8460d75edbe9ef 612464 devscripts_2.15.4.tar.xz a578ad58d76e0591ca639076a5c1b1c84bec7ec4 903668 devscripts_2.15.4_amd64.deb Checksums-Sha256: 25e52a6c195a931a411620b9582d356d7e1938c2d1061b9bb964244bd84d6e8a 1207 devscripts_2.15.4.dsc e2e091d9339ab9ba36143a2e0a516e415766567e06479ffe712da977405f8d0e 612464 devscripts_2.15.4.tar.xz 9a501b5ee393b5a7649723c4118f6d31320c2f6852cc2711d97449646f2b4750 903668 devscripts_2.15.4_amd64.deb Files: 2a3e1945bcc40827d38d3ac192988fda 1207 devel optional devscripts_2.15.4.dsc 940e520d057b68fa565f15f057e73d52 612464 devel optional devscripts_2.15.4.tar.xz a1026d996ef8554b59e45ec9ef3eb83e 903668 devel optional devscripts_2.15.4_amd64.deb
-
v2.15.1e9b09fec · ·
tagging package devscripts version 2.15.1 Format: 1.8 Date: Thu, 01 Jan 2015 09:50:36 -0500 Source: devscripts Binary: devscripts Architecture: source amd64 Version: 2.15.1 Distribution: unstable Urgency: medium Maintainer: James McCoy <jamessan@debian.org> Changed-By: James McCoy <jamessan@debian.org> Description: devscripts - scripts to make the life of a Debian Package maintainer easier Changes: devscripts (2.15.1) unstable; urgency=medium . [ Julien Cristau ] * grep-excuses: update URLs to use https://release.debian.org/ . [ David Prévot ] * French translation update Checksums-Sha1: a6cf9f927cd5164033f3f7cc15b6cf74b6f3a994 1238 devscripts_2.15.1.dsc 4dae243d5faca0371f2a2d341d20c5256e5921dd 608576 devscripts_2.15.1.tar.xz 3fc08af5ad916db52694c44942c1404275738870 899098 devscripts_2.15.1_amd64.deb Checksums-Sha256: 05c4af7d3b16de0b3486cbdd5445314da7549ffa4fd1a4081395e63dcb1f1930 1238 devscripts_2.15.1.dsc 4a473e2e67a9afdf65e691dc69a9d52f8adc8c545e27b84605efdd6ebe452ac0 608576 devscripts_2.15.1.tar.xz eb568fef353f698ac681197facd5a2ad112e81c44ecea0e0c92a98466d4377d3 899098 devscripts_2.15.1_amd64.deb Files: c01fb6aaef31696ec8a34a31321bdea5 1238 devel optional devscripts_2.15.1.dsc 7c46c0f19205d2022184972ce6390a15 608576 devel optional devscripts_2.15.1.tar.xz 4129f25acddfc66eb1e23ccd6c6a1b8a 899098 devel optional devscripts_2.15.1_amd64.deb