-
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
-
v2.14.11_bpo70+11d6f5ce1 · ·
tagging devscripts 2.14.11~bpo70+1 Format: 1.8 Date: Sun, 14 Dec 2014 20:54:07 -0500 Source: devscripts Binary: devscripts Architecture: source amd64 Version: 2.14.11~bpo70+1 Distribution: wheezy-backports 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 Closes: 544366 622561 737160 739137 749729 752152 752382 753657 753772 754203 756067 757425 757481 757614 757807 758668 762070 762888 764367 764963 766180 766516 766641 766885 768587 Changes: devscripts (2.14.11~bpo70+1) wheezy-backports; urgency=medium . * Rebuild for wheezy-backports. . devscripts (2.14.11) unstable; urgency=medium . [ Paul Wise ] * Suggest debbindiff for deep .deb comparisons * Use mirror.ftp-master instead of specific hostnames . [ James McCoy ] * debcommit: Correctly show --strip-message is the default in --help. (Closes: #766885) * mk-origtargz: Warn about unmatched Files-Excluded patterns. (Closes: #766641) * annotate-output: Fix handling of a date format that contains whitespace. (Closes: #766180) * Fix regression in dpkg-architecture using scripts when only -a or -t is specified, rather than both or neither. (Closes: #768587) . [ Jakub Wilk ] * sadt: + Fix handling of rw-build-tree restriction + Improve handling of non-executable test files. When rw-build-tree is in effect, simply chmod the file. Otherwise, attempt to chmod the file (skipping the test on failure) and restore the original permissions on completion. (Closes: #749729) . [ Adam D. Barratt ] * debchange: + Fix handling of changelogs where the most recent trailer line does not include a maintainer name. (Closes: #766516) + Add jessie-backports to the version mapping for --bpo. * bts: Support the "stretch", "buster", "stretch-ignore" and "buster-ignore" tags. . [ Stefano Zacchiroli ] * bts: + Support for the "newcomer" tag + Backward compatibility for the old "gift" usertag: drop documentation for it, but do both gift and newcomer (user)tagging for the time being . devscripts (2.14.10) unstable; urgency=medium . * Fix all the other calls to dpkg-architecture in devscripts. (Closes: #764963 ... again) . devscripts (2.14.9) unstable; urgency=medium . * debuild: Only pass -a/-t to dpkg-architecture when the user has specified values for them. (Closes: #764963) . devscripts (2.14.8) unstable; urgency=medium . [ James McCoy ] * uscan: + Ensure $keyring is defined before trying to use it when checking whether the upstream keyring exists. + Strip the Referer header when using qa.debian.org's Sourceforge redirector. When there's a foreign Referer header, Sourceforge responds with a web page containing a <meta refresh=...> redirect to the actual file, causing uscan to save the web page rather than the file. (Closes: #764367) * uupdate: When updating a 1.0 source format package, remove any symlinks in the new upstream source before applying the Debian diff, restoring the symlinks after. This prevents patch from following the symlinks, which may point to targets outside of the source tree, when applying the diff. Thanks to Jakub Wilk for the discovery and suggested fix. (Closes: #737160, CVE-2014-1833) . [ Ron Lee ] * cowpoke: Add --sign and --upload command line overrides. . devscripts (2.14.7) unstable; urgency=low . [ Cyril Brulebois ] * deb-reversion: update change_version(), fixing the missing call_hook statement in the udeb case. That was overlooked when the changelog massaging was made conditional, and causes hooks to be ignored for udebs. (Closes: #757425) . [ James McCoy ] * debsign/debi/debc: Delay checking for the existence of the --debs-dir/DEBRELEASE_DEBS_DIR directory until we get to code that actually uses said directory. (Closes: #544366) * mk-build-deps: Pass the file, not package, names to unlink when --remove is given. (Closes: #757481) * debcheckout: Always define $origtgz_name when a URL is specified on the command line. (Closes: #757614) * dcmd: Add --debtar option and restrict --tar/--orig to orig.tar.*. Thanks to Osamu Aoki for the patch. (Closes: #622561) * grep-excuses: Remove useless call to “hostname --fqdn”. (Closes: #758668) * build-rdeps: Recognize arch-qualified package names. Thanks to Stuart Prescott for the patch. (Closes: #757807) * uscan: + Consistently pass the path to the downloaded (and possibly renamed/symlinked/…) file as an argument to the watch file's action command. + Add support for a repacksuffix option to the watch file. This is passed through to mk-origtargz. (Closes: #753772) + Specify Referer header when traversing http(s) sites. Thanks to David Prévot for the patch. (Closes: #739137) * mk-origtargz: Add a --repack-suffix option to adjust the upstream version when the upstream sources are modified (e.g., due to Files-Excluded). * bts: Don't send the email when the user saves an empty body for the email. (Closes: #762888) . [ Benjamin Drung ] * Remove unused build-dependencies libjson-perl and libterm-size-perl . [ Joachim Breitner ] * mk-origtargz: Treat jars like zip files (Closes: #754203) . [ Dominique Dumont ] * licensecheck: Check javascript files. (Closes: #762070) . devscripts (2.14.6) unstable; urgency=medium . [ Benjamin Drung ] * suspicious-source: Add image/tiff, application/pgp-keys, and image/x-icon to whitelisted mime-types. Add .gmo to whitelisted file extensions. * wrap-and-sort: Add --max-line-length option with a default of 79 characters (it was previously hard-coded to 80 characters). (Closes: #756067) . [ Guillem Jover ] * nmudiff: Send control messages inline. (Closes: #752152) . [ Paul Wise ] * rmadison: bpo madison is dead, remove it * rmadison: add new to the defaults for Debian * rmadison: document the defaults in the manual page . [ James McCoy ] * namecheck: Remove berlios, since it no longer hosts code. (Closes: #752382) * mk-build-deps: + Provide the package name, not file name, to “dpkg --remove” when package install fails. + Read all of the output from “apt-cache showsrc” to ensure mk-build-deps doesn't get stuck waiting for apt-cache to exit. + Pass the name of the .deb file out of build_equiv to ensure the correct .deb is installed. (Closes: #753657) . [ Christoph Berg ] * Update all qa.debian.org URLs to https://. . [ Ron Lee ] * cowpoke: + Allow more flexibility for specialised build chroots. It's now possible to specify arbitrary 'dist' names, with arbitrary special configurations on top of the real BASE_DIST suite. This means it's easy to have things like a chroot for wheezy-backports which will be able to pull other deps from the backports repo, while still having a pristine wheezy build chroot on the same build host. Or to have a staging chroot for unstable, with extra build deps pulled in from a local repository, or installed manually, while still having a pristine sid chroot for building other packages to upload. And it all works the same as normal, you just pass --dist=wheezy_bpo to select the chroot. + Allow SIGN_KEYID and UPLOAD_QUEUE to be overridden per arch/dist. This makes a lot more sense now that the above is easily possible. People can use that for private or work (in progress) builds too, and this can reduce the chance of accidentally uploading to the wrong place, or signing some package not intended for upload with a key that would would let it be accepted by dak. + Better handling of --debbuildopts. There were some corner cases for this where the required quoting of options could be rather weird in the intersection of all the layers it might get passed through. This should make it more forgiving and better able to always DTRT. . [ David Prévot ] * uscan.1: Use +dfsg suffix in examples Checksums-Sha1: 3c5a5e22d40fb5567ffaffa91fb225ccaf343fa3 1269 devscripts_2.14.11~bpo70+1.dsc 0bfdffc15c38c41951e4490bce17a24c631f3fa9 608412 devscripts_2.14.11~bpo70+1.tar.xz 4fb55ffdfc46e00a259b8f452ab265ea45fff58a 972952 devscripts_2.14.11~bpo70+1_amd64.deb Checksums-Sha256: e00da387b64ef840f458bf6e5d0dd37d82020341531623849fcfb5d918ae01fc 1269 devscripts_2.14.11~bpo70+1.dsc ed601511e16b62c11ea8817fb3c20b05beef6d8601d57adc0c1533a6ec9d5a07 608412 devscripts_2.14.11~bpo70+1.tar.xz 19e1028febb34c25f4b4321c52389b39eca52f17a9e936d71d344cf3b20d0e4e 972952 devscripts_2.14.11~bpo70+1_amd64.deb Files: 00c247228b60f2f0c193184c7b0982ac 1269 devel optional devscripts_2.14.11~bpo70+1.dsc 3fc24194e8bee19d529ffaa89a65e298 608412 devel optional devscripts_2.14.11~bpo70+1.tar.xz 67c8a2cf6083331cb4bebbf1a0fb1d3e 972952 devel optional devscripts_2.14.11~bpo70+1_amd64.deb
-
v2.14.1168e6970d · ·
tagging package devscripts version 2.14.11 Format: 1.8 Date: Wed, 03 Dec 2014 23:01:48 -0500 Source: devscripts Binary: devscripts Architecture: source amd64 Version: 2.14.11 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 Closes: 749729 766180 766516 766641 766885 768587 Changes: devscripts (2.14.11) unstable; urgency=medium . [ Paul Wise ] * Suggest debbindiff for deep .deb comparisons * Use mirror.ftp-master instead of specific hostnames . [ James McCoy ] * debcommit: Correctly show --strip-message is the default in --help. (Closes: #766885) * mk-origtargz: Warn about unmatched Files-Excluded patterns. (Closes: #766641) * annotate-output: Fix handling of a date format that contains whitespace. (Closes: #766180) * Fix regression in dpkg-architecture using scripts when only -a or -t is specified, rather than both or neither. (Closes: #768587) . [ Jakub Wilk ] * sadt: + Fix handling of rw-build-tree restriction + Improve handling of non-executable test files. When rw-build-tree is in effect, simply chmod the file. Otherwise, attempt to chmod the file (skipping the test on failure) and restore the original permissions on completion. (Closes: #749729) . [ Adam D. Barratt ] * debchange: + Fix handling of changelogs where the most recent trailer line does not include a maintainer name. (Closes: #766516) + Add jessie-backports to the version mapping for --bpo. * bts: Support the "stretch", "buster", "stretch-ignore" and "buster-ignore" tags. . [ Stefano Zacchiroli ] * bts: + Support for the "newcomer" tag + Backward compatibility for the old "gift" usertag: drop documentation for it, but do both gift and newcomer (user)tagging for the time being Checksums-Sha1: 1155e40c2bf660ba23a274c026cabc8f31fa5779 1242 devscripts_2.14.11.dsc abe0e9e9b67cd692b1cd68444986f7db3148a591 608372 devscripts_2.14.11.tar.xz 928d29f278896add4990c6f881c7335563de6553 899322 devscripts_2.14.11_amd64.deb Checksums-Sha256: bf7d01af591fd1861e83388e690689b07df43c235509c0f9422cd66985921f33 1242 devscripts_2.14.11.dsc 2fc98f4b00452e3dfb37f44d69e19824f6aa9621d7305067cf53c1eaa4bb8eed 608372 devscripts_2.14.11.tar.xz 9b76712b7da359b8a8d8f396f7d937eac8a9f5575ce89bc51f42f2cf3037aa56 899322 devscripts_2.14.11_amd64.deb Files: 4c569dae43870f20f1a087dbcb7d1f03 1242 devel optional devscripts_2.14.11.dsc 7fa5e7fd2264e2c6101fb631d33cbf79 608372 devel optional devscripts_2.14.11.tar.xz 53dab362dd2bf63a240d03e2980ef092 899322 devel optional devscripts_2.14.11_amd64.deb
-
v2.14.10063fecda · ·
tagging package devscripts version 2.14.10 Format: 1.8 Date: Mon, 13 Oct 2014 22:35:31 -0400 Source: devscripts Binary: devscripts Architecture: source amd64 Version: 2.14.10 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 Closes: 764963 Changes: devscripts (2.14.10) unstable; urgency=medium . * Fix all the other calls to dpkg-architecture in devscripts. (Closes: #764963 ... again) Checksums-Sha1: ee6ac7df194d309ea548de3d21814799c97dbab7 1241 devscripts_2.14.10.dsc b718acbe865d36511c5dca960bf0567480a4306a 607316 devscripts_2.14.10.tar.xz 3b2e26e59e2818acfb88ef6ce5f55a9bd0fdf5cf 898364 devscripts_2.14.10_amd64.deb Checksums-Sha256: c49b45e1af9226f6bd3ccf66b0d6fb8edf38f581783abe71fa53e3cd3c4f4d3b 1241 devscripts_2.14.10.dsc cd5659ed25dc1f962e1285d8a77a222aa257a9ab53d7442879422b4e988457ad 607316 devscripts_2.14.10.tar.xz 67ee09cdd82cc4e89c6b1941f3eb6a9e9c23329a66451251267eb6fc506800d0 898364 devscripts_2.14.10_amd64.deb Files: affd47e22fcac88d48a7f34e6ebcdaf6 1241 devel optional devscripts_2.14.10.dsc 9ba9428a520781c5779ff69a2df0dab7 607316 devel optional devscripts_2.14.10.tar.xz 460191354bf8d4bed14403765728aaa8 898364 devel optional devscripts_2.14.10_amd64.deb
-
v2.14.9780ee1b2 · ·
tagging package devscripts release 2.14.9 Format: 1.8 Date: Sun, 12 Oct 2014 21:32:05 -0400 Source: devscripts Binary: devscripts Architecture: source amd64 Version: 2.14.9 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 Closes: 764963 Changes: devscripts (2.14.9) unstable; urgency=medium . * debuild: Only pass -a/-t to dpkg-architecture when the user has specified values for them. (Closes: #764963) Checksums-Sha1: 56240c3a310aff9f0ab3edea623b152e3677ceba 1237 devscripts_2.14.9.dsc cad823448f8ce48f8edfe1ee1689a8b1fad4248a 607292 devscripts_2.14.9.tar.xz 8029b840ac42a8948273d277776b8ed41137c778 898322 devscripts_2.14.9_amd64.deb Checksums-Sha256: aae380b5fcf54d537f13fd743cbe5eb82cded39aa6e7051209fd19ea6815187e 1237 devscripts_2.14.9.dsc 8469c58aaa43247ed3286b6922771eb40f50996849eb49e9c3584cb92d9457f0 607292 devscripts_2.14.9.tar.xz 1258280cae15197b61543cad3de195f568b8cbbd08c81346b6620a6dad773d2c 898322 devscripts_2.14.9_amd64.deb Files: 790d1d5ed43e6927e34ecc62bc3dc781 1237 devel optional devscripts_2.14.9.dsc 915f8e177b971c8d1086cf4f89369db5 607292 devel optional devscripts_2.14.9.tar.xz a15e5e4996f7affac5f63316aa06aff5 898322 devel optional devscripts_2.14.9_amd64.deb