Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v2.14.11_bpo70+1
    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.11
    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.10
    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.9
    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
    
  • v2.14.8
    tagging package devscripts version 2.14.8
    
    Format: 1.8
    Date: Sat, 11 Oct 2014 00:22:34 -0400
    Source: devscripts
    Binary: devscripts
    Architecture: source amd64
    Version: 2.14.8
    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: 737160 764367
    Changes:
     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.
    Checksums-Sha1:
     0a9da90fa76f153ed7204ff2cab38036bc8a5458 1237 devscripts_2.14.8.dsc
     d722277952c69996a2e7ab7e14ac324ecb25edb0 607240 devscripts_2.14.8.tar.xz
     b52e75dcaf05d316e4d3e509e223f900ea2ff6ce 898224 devscripts_2.14.8_amd64.deb
    Checksums-Sha256:
     24f064a5d92cad4fb5114b8da0ba6f120852069cc63504ea98043b5f0c6a2470 1237 devscripts_2.14.8.dsc
     4e188e60bfe9597d9a7e5162cb45ea88336914fb60d102ded31e90fde67dc407 607240 devscripts_2.14.8.tar.xz
     e454706b8d7fc12bdb6d5f190392c6e5f0e063198ec90ae14f9819ef480e78f0 898224 devscripts_2.14.8_amd64.deb
    Files:
     edb30d8385a90fbfaa9a1ff10daef522 1237 devel optional devscripts_2.14.8.dsc
     446fa259995c261a2d329ed1270660f6 607240 devel optional devscripts_2.14.8.tar.xz
     c889ed63630fa0f66a360055dd2d353d 898224 devel optional devscripts_2.14.8_amd64.deb
    
  • v2.14.7
    tagging package devscripts version 2.14.7
    
    Format: 1.8
    Date: Thu, 25 Sep 2014 20:49:15 -0400
    Source: devscripts
    Binary: devscripts
    Architecture: source amd64
    Version: 2.14.7
    Distribution: unstable
    Urgency: low
    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 739137 753772 754203 757425 757481 757614 757807 758668 762070 762888
    Changes:
     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)
    Checksums-Sha1:
     af065c1585940582d9a6f6a42d22bcec6f973c8e 1237 devscripts_2.14.7.dsc
     390766e70f9121f35d9dee8637e13e439f75ff89 606160 devscripts_2.14.7.tar.xz
     003abcb352f5e42b3ad8d9b1fa7dd76e43c6daff 897092 devscripts_2.14.7_amd64.deb
    Checksums-Sha256:
     94b420a59a3f560161b3424f3afc8a252c8de65b54f626d94c196f977e968cbf 1237 devscripts_2.14.7.dsc
     d56fe7ba9a1074a44dca62f66ab03c5e9fa3338d3c298ae8d6a5f1a92162b715 606160 devscripts_2.14.7.tar.xz
     fe1c125df0a6a5494af2ad15bfb3edc3fdd468f16da738bcf1cfa3e0e1fd7207 897092 devscripts_2.14.7_amd64.deb
    Files:
     e118bb19dc9fc5cca13397e38b0824c1 897092 devel optional devscripts_2.14.7_amd64.deb
     a54377d11fda4f91c9691a933900e265 1237 devel optional devscripts_2.14.7.dsc
     0e782a14f4575c4cf2bc06d40425f700 606160 devel optional devscripts_2.14.7.tar.xz
    
  • v2.14.6
    tagging package devscripts version 2.14.6
    
    Format: 1.8
    Date: Mon, 04 Aug 2014 22:34:17 -0400
    Source: devscripts
    Binary: devscripts
    Architecture: source amd64
    Version: 2.14.6
    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: 752152 752382 753657 756067
    Changes:
     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:
     caa078a7b230081f318529408e61ff780f2f4818 1270 devscripts_2.14.6.dsc
     624206c222db79431e5cc9cbe179d6463eb36d4b 604364 devscripts_2.14.6.tar.xz
    Checksums-Sha256:
     5444de88be171df92d8e053803be5262a334003bb4315ba4c208938e0b7b0a82 1270 devscripts_2.14.6.dsc
     cd37e5dfd67fc35e8df4f67eb4c554050f9ea2f0c91ecf726ebd7de397ee3988 604364 devscripts_2.14.6.tar.xz
    Files:
     661f34467389570a794a12373a083fba 1270 devel optional devscripts_2.14.6.dsc
     3040c0271f700e147188a524038c9ad1 604364 devel optional devscripts_2.14.6.tar.xz
    
  • v2.14.5.bpo70+2
    abeda4d1 · releasing 2.14.5~bpo70+2 ·
    tagging package devscripts version 2.14.5~bpo70+2
    
    Format: 1.8
    Date: Mon, 16 Jun 2014 23:05:49 -0400
    Source: devscripts
    Binary: devscripts
    Architecture: source amd64
    Version: 2.14.5~bpo70+2
    Distribution: wheezy-backports
    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: 486594 624317 649165 674579 683480 684301 685787 712030 712095 720957 722171 725228 726694 728177 728182 729779 730343 730768 731537 731553 731847 731849 731885 732006 732449 732807 733111 734307 735084 735085 735286 735906 736476 736504 736683 736798 739437 741040 743462 744320 745565 746612 747818 747901 748462 749343 749498 749504 749980 750542 750855 750929
    Changes:
     devscripts (2.14.5~bpo70+2) wheezy-backports; urgency=medium
     .
       * Rebuild for wheezy-backports, and include previous changelog entries.
     .
     devscripts (2.14.5~bpo70+1) wheezy-backports; urgency=medium
     .
       * Rebuild for wheezy-backports.
     .
     devscripts (2.14.5) unstable; urgency=medium
     .
       * debchange:
         + Verify $opt_vendor is defined before trying to use it to avoid a warning
           about an unitialized variable.
         + utf-8 decode the maintainer name when reading it from the changelog.
           (Closes: #750855)
       * uscan: Use HEAD instead of GET to check for possible GPG signature URLs.
         (Closes: #750929)
       * debcheckout: Handle more variations of Alioth URLs when attempting to
         perform an authenticated checkout.  (Closes: #750542)
     .
     devscripts (2.14.4) unstable; urgency=medium
     .
       * mk-origtargz: Fix DEP8 test failures due to differences in how the script
         is named when it's run.
       * debchange: Use Dpkg::Changelog::Parse to parse the changelog instead of
         performing manual parsing in debchange.  (Closes: #749980)
     .
     devscripts (2.14.3) unstable; urgency=medium
     .
       [ Benjamin Drung ]
       * wrap-and-sort: Sanitize spaces between alternative package names.
         (Closes: #747818)
     .
       [ Martin Pitt ]
       * Install recommends for the autopkgtest, otherwise a lot of necessary tools
         like wdiff are missing.
       * test_uscan: Add missing --compression in --installed mode, to fix the
         autopkgtest.
       * Add missing zip autopkgtest dependency (used by test_uscan).
     .
       [ James McCoy ]
       * uscan:
         + Specify file name instead of path in --dehs mode's target node.
           (Closes: #747901)
         + Add target-path node to dehs output for those who care about the actual
           path to the file.
         + Restore display of final file name after file is downloaded.
       * mk-origtargz: Use file's mime detection to detect zip files.  (Closes:
         #748462)
       * chdist: Finish reading output from child processes to avoid getting a
         SIGPIPE when closing their read handle.  (Closes: #749504)
     .
       [ Christoph Berg ]
       * uscan: Fix "upsteam" typo.  (Closes: #749343)
     .
       [ Paul Wise ]
       * uscan: Also accept https for copyright-format URLs (Closes: #749498)
     .
     devscripts (2.14.2) unstable; urgency=medium
     .
       [ Jakub Wilk ]
       * sadt:
         + Add support for @builddeps@ in tests' Depends.  (Closes: #736798)
     .
       [ Benjamin Drung ]
       * Bump Standard-Version to 3.9.5.
       * Wrap long line in extended description.
     .
       [ Paul Wise ]
       * Use HTTPS for the buildd logs to avoid a redirect
       * Fix scraping of the wnpp web pages due to https links
     .
       [ Daniel Kahn Gillmor ]
       * uscan: check for likely upstream signatures if none are known (Closes:
         #732449)
     .
       [ Cyril Brulebois ]
       * deb-reversion: Add support for udebs.  (Closes: #739437)
     .
       [ Gunnar Wolf ]
       * debcommit: Add switch+conf.setting allowing to specify Git to sign
         every single commit (Closes: #741040)
     .
       [ James McCoy ]
       * debcommit: Add hg and bzr support to DEBCOMMIT_SIGN_COMMITS.
       * mk-build-deps: Uninstall the build-dep packages if apt isn't able to
         complete their install.  (Closes: #743462)
       * dpkg-depcheck: Convert relative paths to absolute before filtering, so
         filters properly match the path.  Thanks to William King for the patch.
         (Closes: #744320)
       * debchange:
         + Document the default urgency is medium.  Thanks to Anders Kaseorg for
           the patch.  (Closes: #745565)
         + Add “binary-only=yes” to binNMU changelog stanzas.  Thanks to Thorsten
           Glaser for the patch.  (Closes: #746612)
     .
       [ Andreas Tille ]
       * uscan: Allow a different compression scheme when repacking upstream
         tarballs.  (Closes: #730768)
     .
       [ Antonio Terceiro ]
       * debi/debc: always try ../build-area/ when the changes file is not found
         under ../ (even when not using svn)
     .
       [ Joachim Breitner ]
       * mk-origtargz: New script to rename (or symlink or copy) a downloaded
         upstream tarball to the correct name, possibly changing the compression
         scheme and removing files listed in debian/copyright's Excluded-Files.
         This is now also used by uscan, where most of the code comes from.
     .
     devscripts (2.14.1) unstable; urgency=medium
     .
       * Actually install sadt.  (Closes: #736683)
     .
     devscripts (2.14.0) unstable; urgency=medium
     .
       [ Jakub Wilk ]
       * Add sadt, a simple implementation of DEP-8 test runner (closes: #712095).
     .
       [ James McCoy ]
       * chdist:
         + Ensure error messages end with an EOL.  (Closes: #734307)
         + Make short options (-d, -a, -h) work.  (Closes: #736504)
       * licensecheck: Add handling for a variation of 3 clause BSD.
       * rc-alert:
         + Ensure the tag/dist description order is stable.  (Closes: #735286)
         + Automatically determine what the ignore tag means, instead of
           hard-coding dist names.
       * uscan:
         + Download the PGP signature the same way the archive was downloaded.
           (Closes: #735085, #736476)
         + Skip the watchfile line if pgpsigurlmangle is defined but
           upstream-signing-key.pgp is missing.  (Closes: #735084)
         + Update the GitHub example.  Based on a patch by YABUKI Yukiharu.
           (Closes: #728182)
         + Support escaped characters in the Files-Excluded patterns.  Thanks to
           Csillag Tamas and Russ Albery for the patch.  (Closes: #733111)
         + Move keyring location for signature verification under debian/upstream/.
         + Use the armored keyring debian/upstream/signing-key.asc for signature
           verification if the unarmored keyring doesn't exist.  (Closes: #720957)
         + Fix regex in get_main_source_dir.  (Closes: #735906)
     .
     devscripts (2.13.9) unstable; urgency=low
     .
       [ Martin Pitt ]
       * autopkgtest: Add "allow-stderr" restriction to avoid failing tests because
         of the HTTP server log on stderr.
     .
       [ James McCoy ]
       * uscan:
         + Repack the tarball and verify it is a compressed archive without
           allowing arbitrary code execution.  Fixes CVE-2013-6888.
         + Use find's -exec to call rm directly instead of piping to xargs.
           (Closes: #732006, CVE-2013-7085)
         + Follow tar's recommended security practices
           - Use --keep-old-files --no-overwrite-dir
           - Ensure parent directory of directory used for repacking archive isn't
             accessible to other users.
         + Fix handling of 'dirname' exclusions, so 'dirname/*' isn't required.
     .
       [ Salvatore Bonaccorso ]
       * uscan: Fix unitialized value warning when copyright is not in
         copyright-format 1.0.  (Closes: #732807)
     .
     devscripts (2.13.8) unstable; urgency=medium
     .
       [ James McCoy ]
       * uscan: Fix arbitrary command execution when using USCAN_EXCLUSION.
         (Closes: #731849)
     .
       [ Adam D. Barratt ]
       * Honour USCAN_EXCLUSION.  (Closes: #731885)
     .
     devscripts (2.13.7) unstable; urgency=medium
     .
       * Fix imports of Devscripts::Compression.  (Closes: #731847)
     .
     devscripts (2.13.6) unstable; urgency=medium
     .
       [ James McCoy ]
       * chdist: Fix a [A-z] regex typo.
       * uscan: Properly handle a non-machine readable d/copyright file.  (Closes:
         #731537)
       * suspicious-source: Correct message when python3-magic isn't installed.
         (Closes: #731553)
       * bts:
         + Document that “bts tag nnn security” will Cc the security team.
           (Closes: #684301)
         + Document the behavior of leaving the version out of the found command.
           (Closes: #683480)
       * build-rdeps: Only match against package names instead of any substring of
         Build-Depends(-Indep).  (Closes: #649165)
       * debchange: Correct description of -e in --help output.  (Closes: #712030)
       * Update scripts to use Dpkg::Compression's compression_get_file_extension_regex().
     .
       [ Louis Bettens ]
       * debchange, mass-bug, bts: Replace call to date -R with strftime().
         (Closes: #486594)
     .
     devscripts (2.13.5) unstable; urgency=low
     .
       [ James McCoy ]
       * namecheck: Fix “406 Not Acceptable” error when querying Alioth.  (Closes:
         #725228)
       * uscan:
         + Allow specifying file exclusion rules in d/copyright so uscan can
           automatically repack upstream archives which contain non-DFSG content.
           Thanks to Andreas Tille, gregor herrmann, and Rafael Laboissiere for the
           patches.  (Closes: #685787)
         + Require LWP::Protocol::https instead of Crypt::SSLeay to access https
           sites.  (Closes: #624317)
       * test/*:
         + Pass --no-conf to commands which may be influenced by ~/.devscripts
         + Fix a test failure in test_uscan_online due to different version format.
       * rc-alert: Be more flexible in the formatting of the HTML being parsed.
         (Closes: #729779)
       * who-uploads: Use long keyid format to avoid ambiguity.  (Closes: #674579)
     .
       [ Evgeni Golov ]
       * debcheckout: allow setting the user for auth mode in the config.  (Closes:
         #722171)
     .
       [ Joachim Breitner ]
       * debcommit: Fix --release with darcs when the repository is clean. (Closes:
         #728177)
     .
       [ Christoph Berg ]
       * origtargz: Document pristine-tar support in the manpage.
       * rmadison: Support -r (--regex) parameter. (This is still unsupported on
         qa.debian.org, but possible on some 3rd-party repositories like
         apt.postgresql.org.)
     .
       [ Benjamin Drung ]
       * test/test_debchange: Strip distribution data outdated warnings. (Closes:
         #726694)
     .
       [ Translation updates ]
       * German, Chris Leick.
       * French, David Prévot.
     .
       [ Julien Cristau ]
       * debchange: the default setting for urgency is now 'medium' (Closes: #730343)
    Checksums-Sha1:
     087486a098e036ca73c30dcbf17d35be03501e2e 1297 devscripts_2.14.5~bpo70+2.dsc
     e55cda9a09b4339aa7bd7ce8dde9638c78b3f882 596408 devscripts_2.14.5~bpo70+2.tar.xz
     9ea3cc4756f6bef3ce0e843fd45fd24741e9a965 958584 devscripts_2.14.5~bpo70+2_amd64.deb
    Checksums-Sha256:
     1f7926dc2106f45b0f63c65204fd3d0e6a2e8ad33173c1c3a5b4d66758a14d74 1297 devscripts_2.14.5~bpo70+2.dsc
     6d635c8ad900914a7c10c00cb762f42b8949c93ec2a7fbb97ed3f69908a76001 596408 devscripts_2.14.5~bpo70+2.tar.xz
     4e583b1ea273e586c414fd13ccfc7d2ab326afbc5092d867167d8c5ab187d455 958584 devscripts_2.14.5~bpo70+2_amd64.deb
    Files:
     e6463f0da8172653eb7f865272e9b6fc 1297 devel optional devscripts_2.14.5~bpo70+2.dsc
     a4417c1680be138f50f76fadb5949b5f 596408 devel optional devscripts_2.14.5~bpo70+2.tar.xz
     034c61eef525ca986b427ad7b6c447d9 958584 devel optional devscripts_2.14.5~bpo70+2_amd64.deb
    
    
  • v2.14.5.bpo70+1
    7868156f · releasing 2.14.5~bpo70+1 ·
    tagging package devscripts version 2.14.5~bpo70+1
    
    Format: 1.8
    Date: Mon, 16 Jun 2014 20:58:17 -0400
    Source: devscripts
    Binary: devscripts
    Architecture: source amd64
    Version: 2.14.5~bpo70+1
    Distribution: wheezy-backports
    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
    Changes:
     devscripts (2.14.5~bpo70+1) wheezy-backports; urgency=medium
     .
       * Rebuild for wheezy-backports.
    Checksums-Sha1:
     8d47ec127ee1262de0112bebc3f8c85701357d54 1297 devscripts_2.14.5~bpo70+1.dsc
     1a7509e7884bd8652e5af5836398e06acb4e30d5 596384 devscripts_2.14.5~bpo70+1.tar.xz
     58f301c76bedc888a09580d8d37bde5f58816329 958594 devscripts_2.14.5~bpo70+1_amd64.deb
    Checksums-Sha256:
     f3ecaccd7a624c240332f54af6322ace845ad974e5698bdd37cae61655b16d3c 1297 devscripts_2.14.5~bpo70+1.dsc
     4b0e74e5aa7e1a37c921ccd0d91709ce94a0184c51f2fcdc6a96029d705aab99 596384 devscripts_2.14.5~bpo70+1.tar.xz
     201546fe58284b7634446bbe024216df3e0e2e11889cee7186961cd5824bb8b2 958594 devscripts_2.14.5~bpo70+1_amd64.deb
    Files:
     c82ac74832aab0f9aad97cad752f8120 1297 devel optional devscripts_2.14.5~bpo70+1.dsc
     d13b460b563bd9f84d72402b03c91c8b 596384 devel optional devscripts_2.14.5~bpo70+1.tar.xz
     59c142cbe29716761a6538947806843a 958594 devel optional devscripts_2.14.5~bpo70+1_amd64.deb
    
  • v2.14.5
    tagging package devscripts version 2.14.5
    
    Format: 1.8
    Date: Tue, 10 Jun 2014 21:16:02 -0400
    Source: devscripts
    Binary: devscripts
    Architecture: source amd64
    Version: 2.14.5
    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: 750542 750855 750929
    Changes:
     devscripts (2.14.5) unstable; urgency=medium
     .
       * debchange:
         + Verify $opt_vendor is defined before trying to use it to avoid a warning
           about an unitialized variable.
         + utf-8 decode the maintainer name when reading it from the changelog.
           (Closes: #750855)
       * uscan: Use HEAD instead of GET to check for possible GPG signature URLs.
         (Closes: #750929)
       * debcheckout: Handle more variations of Alioth URLs when attempting to
         perform an authenticated checkout.  (Closes: #750542)
    Checksums-Sha1:
     3b7c86fed2270796ee48686c18dcdee622294798 1270 devscripts_2.14.5.dsc
     8deab8a821b51348e8f7fd7ea5e5f27b41f5b278 596344 devscripts_2.14.5.tar.xz
     d7f1e87dd0c493846bd602ad886adf235ba0c76a 887532 devscripts_2.14.5_amd64.deb
    Checksums-Sha256:
     17295d9348c4e46c497e017897577beca40115cc2b6ee08f4d8a24268309d3ab 1270 devscripts_2.14.5.dsc
     4c26eb63293b8035bc870e40db7e16779a4b7e20a2d76e50cdc1296092c532de 596344 devscripts_2.14.5.tar.xz
     aa839019b1b13f236d36d39c7d53ccd9cc406edf59b8aad387120450e126af92 887532 devscripts_2.14.5_amd64.deb
    Files:
     5894231913b1ce6d539daf1dc2f3a429 887532 devel optional devscripts_2.14.5_amd64.deb
     361f61c348b121366d6d82383d8ff008 1270 devel optional devscripts_2.14.5.dsc
     5271ab6e12349865dd7ab686f1010808 596344 devel optional devscripts_2.14.5.tar.xz
    
  • v2.14.4
    tagging package devscripts version 2.14.4
    
    Format: 1.8
    Date: Sat, 31 May 2014 09:47:19 -0400
    Source: devscripts
    Binary: devscripts
    Architecture: source amd64
    Version: 2.14.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: 749980
    Changes:
     devscripts (2.14.4) unstable; urgency=medium
     .
       * mk-origtargz: Fix DEP8 test failures due to differences in how the script
         is named when it's run.
       * debchange: Use Dpkg::Changelog::Parse to parse the changelog instead of
         performing manual parsing in debchange.  (Closes: #749980)
    Checksums-Sha1:
     4feb4963ecf81b3e37702c6c8eaa0131d63afb1f 1274 devscripts_2.14.4.dsc
     4276293499e8d1a03664e4c2c88c4d18d46c3d65 595944 devscripts_2.14.4.tar.xz
     76eec0b74cd08f618bb7fc1c363e8ca6e30f5135 887494 devscripts_2.14.4_amd64.deb
    Checksums-Sha256:
     636050a6abb203d00fcac4bde461fa53fcfa46ffac497bbffb0c2ec55e4cc1f6 1274 devscripts_2.14.4.dsc
     0ff3144111e87ba70da60b7df7a28dab3949f3f3b21c1e3a46f4f39faf71d4a6 595944 devscripts_2.14.4.tar.xz
     0b10aceb4b039388e6170c85343f074cd0ee88a9e11f36ae374f058d8717e7d7 887494 devscripts_2.14.4_amd64.deb
    Files:
     10035363645ae3685f690aecf6579116 887494 devel optional devscripts_2.14.4_amd64.deb
     4d1ee90fa4843fe100923cf7ca246879 1274 devel optional devscripts_2.14.4.dsc
     660fdeed1881fc1c96e7162263b49fa1 595944 devel optional devscripts_2.14.4.tar.xz
    
  • v2.14.3
    tagging package devscripts version 2.14.3
    
    Format: 1.8
    Date: Tue, 27 May 2014 23:24:01 -0400
    Source: devscripts
    Binary: devscripts
    Architecture: source amd64
    Version: 2.14.3
    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: 747818 747901 748462 749343 749498 749504
    Changes:
     devscripts (2.14.3) unstable; urgency=medium
     .
       [ Benjamin Drung ]
       * wrap-and-sort: Sanitize spaces between alternative package names.
         (Closes: #747818)
     .
       [ Martin Pitt ]
       * Install recommends for the autopkgtest, otherwise a lot of necessary tools
         like wdiff are missing.
       * test_uscan: Add missing --compression in --installed mode, to fix the
         autopkgtest.
       * Add missing zip autopkgtest dependency (used by test_uscan).
     .
       [ James McCoy ]
       * uscan:
         + Specify file name instead of path in --dehs mode's target node.
           (Closes: #747901)
         + Add target-path node to dehs output for those who care about the actual
           path to the file.
         + Restore display of final file name after file is downloaded.
       * mk-origtargz: Use file's mime detection to detect zip files.  (Closes:
         #748462)
       * chdist: Finish reading output from child processes to avoid getting a
         SIGPIPE when closing their read handle.  (Closes: #749504)
     .
       [ Christoph Berg ]
       * uscan: Fix "upsteam" typo.  (Closes: #749343)
     .
       [ Paul Wise ]
       * uscan: Also accept https for copyright-format URLs (Closes: #749498)
    Checksums-Sha1:
     068781607e1899a369fba0c2cd8a3245a2de796f 2273 devscripts_2.14.3.dsc
     26bd311992fbff0bf30f57121810b1874155580f 595960 devscripts_2.14.3.tar.xz
     0c04cc896446d625b5483f5b84ea228504fb1b25 887388 devscripts_2.14.3_amd64.deb
    Checksums-Sha256:
     3c77caea5ad580fd8d9dec75e0ad79e6c54be291fc4bc6f4996cdef1312cb6d4 2273 devscripts_2.14.3.dsc
     75c4b7fc788b63db2a6e2d4da25ce9d5ce22105552e0c55ff44cbfb571ac0422 595960 devscripts_2.14.3.tar.xz
     84e639bdba4318ad9929eb917666dc9696cd322e5b8392306696d3340219f902 887388 devscripts_2.14.3_amd64.deb
    Files:
     bd928e6f8d6fe4e356a6eb726ebcb008 887388 devel optional devscripts_2.14.3_amd64.deb
     31627b3a4db1d1ad9c4098b8f807b9d1 2273 devel optional devscripts_2.14.3.dsc
     07ddf7d8e4d625a21d4151aa593c476c 595960 devel optional devscripts_2.14.3.tar.xz
    
  • v2.14.2
    tagging package devscripts version 2.14.2
    
    Format: 1.8
    Date: Sun, 11 May 2014 13:15:22 -0400
    Source: devscripts
    Binary: devscripts
    Architecture: source amd64
    Version: 2.14.2
    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: 730768 732449 736798 739437 741040 743462 744320 745565 746612
    Changes:
     devscripts (2.14.2) unstable; urgency=medium
     .
       [ Jakub Wilk ]
       * sadt:
         + Add support for @builddeps@ in tests' Depends.  (Closes: #736798)
     .
       [ Benjamin Drung ]
       * Bump Standard-Version to 3.9.5.
       * Wrap long line in extended description.
     .
       [ Paul Wise ]
       * Use HTTPS for the buildd logs to avoid a redirect
       * Fix scraping of the wnpp web pages due to https links
     .
       [ Daniel Kahn Gillmor ]
       * uscan: check for likely upstream signatures if none are known (Closes:
         #732449)
     .
       [ Cyril Brulebois ]
       * deb-reversion: Add support for udebs.  (Closes: #739437)
     .
       [ Gunnar Wolf ]
       * debcommit: Add switch+conf.setting allowing to specify Git to sign
         every single commit (Closes: #741040)
     .
       [ James McCoy ]
       * debcommit: Add hg and bzr support to DEBCOMMIT_SIGN_COMMITS.
       * mk-build-deps: Uninstall the build-dep packages if apt isn't able to
         complete their install.  (Closes: #743462)
       * dpkg-depcheck: Convert relative paths to absolute before filtering, so
         filters properly match the path.  Thanks to William King for the patch.
         (Closes: #744320)
       * debchange:
         + Document the default urgency is medium.  Thanks to Anders Kaseorg for
           the patch.  (Closes: #745565)
         + Add “binary-only=yes” to binNMU changelog stanzas.  Thanks to Thorsten
           Glaser for the patch.  (Closes: #746612)
     .
       [ Andreas Tille ]
       * uscan: Allow a different compression scheme when repacking upstream
         tarballs.  (Closes: #730768)
     .
       [ Antonio Terceiro ]
       * debi/debc: always try ../build-area/ when the changes file is not found
         under ../ (even when not using svn)
     .
       [ Joachim Breitner ]
       * mk-origtargz: New script to rename (or symlink or copy) a downloaded
         upstream tarball to the correct name, possibly changing the compression
         scheme and removing files listed in debian/copyright's Excluded-Files.
         This is now also used by uscan, where most of the code comes from.
    Checksums-Sha1:
     89b7a2487b41acf7a5f03339b76221d7b583ec00 1274 devscripts_2.14.2.dsc
     b6f2fbc3c2824f9c9f0f92672f1367fdf8dc45ef 594996 devscripts_2.14.2.tar.xz
     d9a2b7871b038c4b34a8f314f4acec1672df50fa 886456 devscripts_2.14.2_amd64.deb
    Checksums-Sha256:
     8b86b2b4c327504278bc6d3abe696b57674039123219b2e8906e73364e14a410 1274 devscripts_2.14.2.dsc
     d225d00b7f5a83c9644b3d0e3d9d763ec9cb2b362f2541f4d3ac21785c909018 594996 devscripts_2.14.2.tar.xz
     a4b130440049d6c3d1778a1e8793fda31a35fc33b77cd4ea024f0a1bbec28bad 886456 devscripts_2.14.2_amd64.deb
    Files:
     463b4779401259dafb89a15e72c27f96 886456 devel optional devscripts_2.14.2_amd64.deb
     baf3f9d19f060fe2b947ca4f37500992 1274 devel optional devscripts_2.14.2.dsc
     f461aa83b46fdc1cc26e906ac31d1a62 594996 devel optional devscripts_2.14.2.tar.xz
    
  • v2.14.1
    tagging package devscripts version 2.14.1
    
    Format: 1.8
    Date: Sat, 25 Jan 2014 22:15:46 -0500
    Source: devscripts
    Binary: devscripts
    Architecture: source amd64
    Version: 2.14.1
    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: 736683
    Changes:
     devscripts (2.14.1) unstable; urgency=medium
     .
       * Actually install sadt.  (Closes: #736683)
    Checksums-Sha1:
     76a89aff116a7e8c7b918c34de32ebbd8a7b9190 1237 devscripts_2.14.1.dsc
     ff6476876f2d6517862634e41408da896fdc15ea 583940 devscripts_2.14.1.tar.xz
     5672e20e7791d93cea6fdadce00b7b80a2cf1802 875418 devscripts_2.14.1_amd64.deb
    Checksums-Sha256:
     831a8fc69c0be6d344f003783ab3026a4998be7590a13db0013e72f82df6ce76 1237 devscripts_2.14.1.dsc
     ffe65282507160379aafbb8f5610a9447d19f827ace83e8bcf5e95902ae0d2a0 583940 devscripts_2.14.1.tar.xz
     922baf0d0256208b8e6c222a01fd706b8ea4f6d0af07cc87e53808d559da74dc 875418 devscripts_2.14.1_amd64.deb
    Files:
     5026407927a8fa332640a61a91a37f88 1237 devel optional devscripts_2.14.1.dsc
     05c17130acbbdbe72ce6938d74143ff1 583940 devel optional devscripts_2.14.1.tar.xz
     8bde0fcfeff615cb9d2ca9686526bada 875418 devel optional devscripts_2.14.1_amd64.deb
    
  • v2.14.0
    tagging package devscripts version 2.14.0
    
    Format: 1.8
    Date: Sat, 25 Jan 2014 10:19:02 -0500
    Source: devscripts
    Binary: devscripts
    Architecture: source amd64
    Version: 2.14.0
    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: 712095 720957 728182 733111 734307 735084 735085 735286 735906 736476 736504
    Changes:
     devscripts (2.14.0) unstable; urgency=medium
     .
       [ Jakub Wilk ]
       * Add sadt, a simple implementation of DEP-8 test runner (closes: #712095).
     .
       [ James McCoy ]
       * chdist:
         + Ensure error messages end with an EOL.  (Closes: #734307)
         + Make short options (-d, -a, -h) work.  (Closes: #736504)
       * licensecheck: Add handling for a variation of 3 clause BSD.
       * rc-alert:
         + Ensure the tag/dist description order is stable.  (Closes: #735286)
         + Automatically determine what the ignore tag means, instead of
           hard-coding dist names.
       * uscan:
         + Download the PGP signature the same way the archive was downloaded.
           (Closes: #735085, #736476)
         + Skip the watchfile line if pgpsigurlmangle is defined but
           upstream-signing-key.pgp is missing.  (Closes: #735084)
         + Update the GitHub example.  Based on a patch by YABUKI Yukiharu.
           (Closes: #728182)
         + Support escaped characters in the Files-Excluded patterns.  Thanks to
           Csillag Tamas and Russ Albery for the patch.  (Closes: #733111)
         + Move keyring location for signature verification under debian/upstream/.
         + Use the armored keyring debian/upstream/signing-key.asc for signature
           verification if the unarmored keyring doesn't exist.  (Closes: #720957)
         + Fix regex in get_main_source_dir.  (Closes: #735906)
    Checksums-Sha1:
     ce80fcbb4efe85dfeaeff987d2e33a6f88352724 1237 devscripts_2.14.0.dsc
     11f970d32132ccf4bb5bd47c6a921fcf680119ad 583796 devscripts_2.14.0.tar.xz
     2c4455ef2e79577b382b6380ff8492593f36e4ef 872062 devscripts_2.14.0_amd64.deb
    Checksums-Sha256:
     ae901a5a64ae4defdebf88c4fbcd1005170d8610f04c4f385d97587883216126 1237 devscripts_2.14.0.dsc
     c0ac3c130b72bac6f00652fceae3013aad0596fc62ba8d690f6d61f19e2f02c3 583796 devscripts_2.14.0.tar.xz
     7d1ba4b3f8301fe67c9175da9af7ac9d6e9b72cffd90796fa9edb3d6ff507d23 872062 devscripts_2.14.0_amd64.deb
    Files:
     24fd9353c1dc17bda220e3ad009b07be 1237 devel optional devscripts_2.14.0.dsc
     6d4bf1306576b14706cc52f82a962245 583796 devel optional devscripts_2.14.0.tar.xz
     794981aadd0d6d1b7c6165bcc55678f3 872062 devel optional devscripts_2.14.0_amd64.deb
    
  • v2.12.6+deb7u2
    tagging package devscripts versio 2.12.6+deb7u2
    
    Format: 1.8
    Date: Mon, 23 Dec 2013 15:24:03 -0500
    Source: devscripts
    Binary: devscripts
    Architecture: source amd64
    Version: 2.12.6+deb7u2
    Distribution: wheezy
    Urgency: high
    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
    Changes:
     devscripts (2.12.6+deb7u2) stable-security; urgency=high
     .
       * uscan:
         + Repack the tarball and verify it is a compressed archive without
           allowing arbitrary code execution.  Fixes CVE-2013-6888.
         + Follow tar's recommended security practices
           - Use --keep-old-files --no-overwrite-dir
           - Ensure parent directory of directory used for repacking archive isn't
             accessible to other users.
    Checksums-Sha1:
     d791dc4fb815911030c1eef261404e6ca0133bdd 1441 devscripts_2.12.6+deb7u2.dsc
     b9c2554aa0b29c4f89e6ebb048f350b424c026da 995606 devscripts_2.12.6+deb7u2.tar.gz
     3f0ae2ceb64d2f60f8c8e5aa2344631166fd5181 876712 devscripts_2.12.6+deb7u2_amd64.deb
    Checksums-Sha256:
     7c8f41fc947818bf89750e0ab36ab0b765720f5d8e0b414f80afe9df601a8a45 1441 devscripts_2.12.6+deb7u2.dsc
     f93e1217e9602637fc24960341bc635b995a9d6cb996c2bed7fe0d0f1e924677 995606 devscripts_2.12.6+deb7u2.tar.gz
     8cd1f811b2f3d6e657f1d759c1e92c8eeb0852e4f5456be96169e05ee4775fb5 876712 devscripts_2.12.6+deb7u2_amd64.deb
    Files:
     d5297bf8b12ae04e76dbaca533643008 1441 devel optional devscripts_2.12.6+deb7u2.dsc
     05943032dba32d0ee19bb011c02183ee 995606 devel optional devscripts_2.12.6+deb7u2.tar.gz
     6041ea075b0e3b0a86565fa0b7ce6fbb 876712 devel optional devscripts_2.12.6+deb7u2_amd64.deb
    
  • v2.13.9
    tagging package devscripts version 2.13.9
    
    Format: 1.8
    Date: Mon, 23 Dec 2013 15:28:45 -0500
    Source: devscripts
    Binary: devscripts
    Architecture: source amd64
    Version: 2.13.9
    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: 732006 732807
    Changes:
     devscripts (2.13.9) unstable; urgency=low
     .
       [ Martin Pitt ]
       * autopkgtest: Add "allow-stderr" restriction to avoid failing tests because
         of the HTTP server log on stderr.
     .
       [ James McCoy ]
       * uscan:
         + Repack the tarball and verify it is a compressed archive without
           allowing arbitrary code execution.  Fixes CVE-2013-6888.
         + Use find's -exec to call rm directly instead of piping to xargs.
           (Closes: #732006, CVE-2013-7085)
         + Follow tar's recommended security practices
           - Use --keep-old-files --no-overwrite-dir
           - Ensure parent directory of directory used for repacking archive isn't
             accessible to other users.
         + Fix handling of 'dirname' exclusions, so 'dirname/*' isn't required.
     .
       [ Salvatore Bonaccorso ]
       * uscan: Fix unitialized value warning when copyright is not in
         copyright-format 1.0.  (Closes: #732807)
    Checksums-Sha1:
     ddf1563312c51c4f26ee839d9e727ad26d2f4fba 1237 devscripts_2.13.9.dsc
     3441585a591f4075f7b8d7aa8bf73a88697bdd6c 578684 devscripts_2.13.9.tar.xz
     d1527931206b5be9e5ebdea815457d9e2dd120c0 863220 devscripts_2.13.9_amd64.deb
    Checksums-Sha256:
     9010f1132409555996a00d1530413837be0d24b3d98f9736d6bb532a34485c08 1237 devscripts_2.13.9.dsc
     78e63e02ecd204ca8157693dc5969eddaf1312d26b572f5dd6ab646ef674c916 578684 devscripts_2.13.9.tar.xz
     a56ebd01870f9125fe2e2b9dcd5fef089c1569e680e7c193f6a81ec568c55726 863220 devscripts_2.13.9_amd64.deb
    Files:
     c8d9bd08252ace0274745c2dcb733a45 1237 devel optional devscripts_2.13.9.dsc
     a55e715d41cd45c465fa937683e8e5dd 578684 devel optional devscripts_2.13.9.tar.xz
     c46e70249eade032df77eb259b6161b9 863220 devel optional devscripts_2.13.9_amd64.deb
    
  • v2.12.6+deb7u1
    releasing package devscripts version 2.12.6+deb7u1
  • v2.13.8
    tagging package devscripts version 2.13.8
    
    Format: 1.8
    Date: Tue, 10 Dec 2013 20:26:42 -0500
    Source: devscripts
    Binary: devscripts
    Architecture: source amd64
    Version: 2.13.8
    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: 731849 731885
    Changes:
     devscripts (2.13.8) unstable; urgency=medium
     .
       [ James McCoy ]
       * uscan: Fix arbitrary command execution when using USCAN_EXCLUSION.
         (Closes: #731849)
     .
       [ Adam D. Barratt ]
       * Honour USCAN_EXCLUSION.  (Closes: #731885)
    Checksums-Sha1:
     7cbe5b7a674f2add4046af62aedbcb7707b8f1a8 1237 devscripts_2.13.8.dsc
     40f5b1050bf0d01dca58c2563a90aee30bb21813 578112 devscripts_2.13.8.tar.xz
     f2fb36bbd7364d3d9dfd73b786eb36c1d463ad2b 862882 devscripts_2.13.8_amd64.deb
    Checksums-Sha256:
     925f70b8eee61065da374a4abb4195d0c25b0baa052d1617869789a75210e3ac 1237 devscripts_2.13.8.dsc
     cda1046f25c9171c08d950c60ed72e780ef6e8e98039e02250a68bf2e2e30237 578112 devscripts_2.13.8.tar.xz
     1347ceeb8a4c843fa8d2095ce10d9e51a0c8d4ef5c3daff6f3dddc6ada49e00b 862882 devscripts_2.13.8_amd64.deb
    Files:
     4df75328b7e1d893ba156fab40a66d0c 1237 devel optional devscripts_2.13.8.dsc
     8430b75b912e28e982639c320631e06c 578112 devel optional devscripts_2.13.8.tar.xz
     c670ece56c358b8e24bbe25d2fa87d76 862882 devel optional devscripts_2.13.8_amd64.deb
    
  • v2.13.7
    tagging package devscripts version 2.13.7
    
    Format: 1.8
    Date: Tue, 10 Dec 2013 07:49:54 -0500
    Source: devscripts
    Binary: devscripts
    Architecture: source amd64
    Version: 2.13.7
    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: 731847
    Changes:
     devscripts (2.13.7) unstable; urgency=medium
     .
       * Fix imports of Devscripts::Compression.  (Closes: #731847)
    Checksums-Sha1:
     ed12fa4856eb3be47781de3437a824d7cda0d2ea 1237 devscripts_2.13.7.dsc
     19efb6c3f040c639dbc5197af2fda708ef42b628 577948 devscripts_2.13.7.tar.xz
     394a28687710765b17fb5bf5a68adad976c3085a 862752 devscripts_2.13.7_amd64.deb
    Checksums-Sha256:
     6a43e87984515f631ab8cafdc3b4dd69930f8cd7eeb8481c3227169f32343397 1237 devscripts_2.13.7.dsc
     bdab0ac0c7c74150004ce01cf334ebb92782429ea3679769951abb2f6f0ddab9 577948 devscripts_2.13.7.tar.xz
     288fff9e87e6baae14f5ffd306546d54da8581de47ee03fabc1183126f1758a2 862752 devscripts_2.13.7_amd64.deb
    Files:
     3a84694d3f04a7e95fd534c5ce0944e4 1237 devel optional devscripts_2.13.7.dsc
     ff9584117203d549d8a5037aaa0fd275 577948 devel optional devscripts_2.13.7.tar.xz
     b98da266bebaedbcf5b7b7213f0e3b53 862752 devel optional devscripts_2.13.7_amd64.deb