Skip to content

Tags

Tags give the ability to mark specific points in history as being important
  • v2.13.4.bpo70+1
    tagging package devscripts version 2.13.4~bpo70+1
    
    Format: 1.8
    Date: Thu, 03 Oct 2013 19:46:02 -0400
    Source: devscripts
    Binary: devscripts
    Architecture: source amd64
    Version: 2.13.4~bpo70+1
    Distribution: wheezy-backports
    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: 600048 610712 658999 704236 708311 709999 711467 712166 712227 712261 712701 714599 714835 715572 719828 720508 721939
    Changes:
     devscripts (2.13.4~bpo70+1) wheezy-backports; urgency=low
     .
       * Rebuild for wheezy-backports.
     .
     devscripts (2.13.4) unstable; urgency=low
     .
       [ James McCoy ]
       * Document which scripts use libdistro-info-perl.  (Closes: #708311)
       * Make curl return a proper exit code for HTTP errors.  (Closes: #720508)
       * mk-build-deps: Define the deb's version when parsing a debian/control
         file.  (Closes: #721939)
       * checkbashisms: Sort the keys of the bashisms hashes to provide
         consistently ordered output.  This avoids false positive failures in the
         test suite.
     .
       [ Charles Pigott ]
       * Fix POD issues.  (LP: #1226318, Closes: #719828)
     .
       [ Translation updates ]
       * French, David Prévot.
     .
     devscripts (2.13.3) unstable; urgency=low
     .
       [ gregor herrmann ]
       * debcommit: Add the source package name to commit/tag messages.  (Closes:
         #704236)
     .
       [ Paul Wise ]
       * In chdist bash completion, don't print warnings if ~/.chdist is missing
       * Support 'new' in the rmadison URL list.
     .
       [ James McCoy ]
       * dpkg-buildpackage: Use "dpkg-checkbuilddeps -A" for arch-indep builds.
         Bump dpkg-dev Depends to 1.16.4 accordingly.
       * Suppress "given/when is experimental" warnings when using Perl 5.18.
       * mk-build-deps: Take Build-Conflicts(-Indep) into account.  (Closes:
         #712227)
       * debcommit: Use "git status --porcelain" to check for a dirty working
         directory.  (Closes: #712166)
       * uscan: Add "Accept: */*" header to fix downloading from Alioth.  Thanks to
         Dmitry Smirnov for the patch.  (Closes: #712261)
       * transition-check: Work around Pod::Simple change which causes Perl 5.18's
         pod2man to fail.  (Closes: #714599)
       * licensecheck:
         + Check haskell files.  Thanks to Jens Petersen for the patch.
         + Handle differing lengths of comment leaders when autodetecting comments.
           (Closes: #714835)
       * uscan/rc-alert: Fix roff errors in man pages.  Thanks to Eric S. Raymond
         for the patch.  (Closes: #712701)
       * dscverify: Use ~/.gnupg/trustedkeys.gpg, if available.  (Closes: #600048)
     .
       [ Chris Boot ]
       * bts: Fix no-mutt option. (Closes: #709999)
     .
       [ Daniel Kahn Gillmor ]
       * Enable OpenPGP signature verification (Closes: #610712)
     .
       [ Yaroslav Halchenko ]
       * licensecheck: Check .go (Go) files (Closes: #711467)
       * wnpp-check: Add bug URL to output and reorder columns to ease reading.
         (Closes: #715572)
     .
       [ Bernhard R. Link ]
       * uscan: properly cope with colons and minus signs in upstream versions.
         (Closes: #658999)
     .
       [ Phillip Hands ]
       * licensecheck:
         + allow plural: copyright notices
         + ignore "copyright holders"
         + alternative BSD-3 wording "authors" and "_any_ contributors"
         + ignore #defines containing (c)
         + fix "copyright ownership"
         + ignore "copyright statement"
         + ignore "copyright string"
         + ignore coyright (claim|is|in), and fix test
         + ignore "copyright to"
    Checksums-Sha1:
     4116c7bd079044b7cbae0b46a5d471f4324b232e 1269 devscripts_2.13.4~bpo70+1.dsc
     38d58843ee0c96871eb5fc942f04af52519da918 573764 devscripts_2.13.4~bpo70+1.tar.xz
     2cac4a00abeb680fe988e123b8b8a201f6f24a27 924606 devscripts_2.13.4~bpo70+1_amd64.deb
    Checksums-Sha256:
     d47dee79e5bcb4b42bded0e181156523d896c3daca91baa603931215484e1005 1269 devscripts_2.13.4~bpo70+1.dsc
     c7df2435f37979270c4e5a963dd6bff4c4c660e6e405166c740e54c0d874274b 573764 devscripts_2.13.4~bpo70+1.tar.xz
     40b34d458871c18a904113d3c82db07c48a5563db0e39ca06f8bffa30d5643cb 924606 devscripts_2.13.4~bpo70+1_amd64.deb
    Files:
     63b25bdbf615f8f45321a802680bae9e 1269 devel optional devscripts_2.13.4~bpo70+1.dsc
     5225efdc354586bba1546368b28e9bc4 573764 devel optional devscripts_2.13.4~bpo70+1.tar.xz
     7f70804eced472fbadf0f80096c491e7 924606 devel optional devscripts_2.13.4~bpo70+1_amd64.deb
    
  • v2.13.4
    tagging package devscripts version 2.13.4
    
    Format: 1.8
    Date: Thu, 19 Sep 2013 18:53:57 -0400
    Source: devscripts
    Binary: devscripts
    Architecture: source amd64
    Version: 2.13.4
    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: 708311 719828 720508 721939
    Changes:
     devscripts (2.13.4) unstable; urgency=low
     .
       [ James McCoy ]
       * Document which scripts use libdistro-info-perl.  (Closes: #708311)
       * Make curl return a proper exit code for HTTP errors.  (Closes: #720508)
       * mk-build-deps: Define the deb's version when parsing a debian/control
         file.  (Closes: #721939)
       * checkbashisms: Sort the keys of the bashisms hashes to provide
         consistently ordered output.  This avoids false positive failures in the
         test suite.
     .
       [ Charles Pigott ]
       * Fix POD issues.  (LP: #1226318, Closes: #719828)
     .
       [ Translation updates ]
       * French, David Prévot.
    Checksums-Sha1:
     578021918824afb5899771f3db40ffb9e0f54181 1237 devscripts_2.13.4.dsc
     94e7225c2f9f9062cea35c8010e984ae98834c28 573916 devscripts_2.13.4.tar.xz
     c04ff2332bb8dba3553568ce23ecd732041cad14 859244 devscripts_2.13.4_amd64.deb
    Checksums-Sha256:
     1d8d1da911f358568a4b8098a754a7dafb44f5d91f11154ab147cfd3578b457e 1237 devscripts_2.13.4.dsc
     6575a71023d7de62986b33c2db47074fe2be96023b51e427ad653ce6a0e73527 573916 devscripts_2.13.4.tar.xz
     fbfe6708ef93b4452ff411685b28ff564d956c32928037cb569aa5dbdcea0aba 859244 devscripts_2.13.4_amd64.deb
    Files:
     17ee85e4f0dac6b87c21734d5e8f1657 1237 devel optional devscripts_2.13.4.dsc
     b98f8d95c0bd19ade1aba575ba38fa22 573916 devel optional devscripts_2.13.4.tar.xz
     8ab4b3d557e0f144be97de0248214a96 859244 devel optional devscripts_2.13.4_amd64.deb
    
  • v2.13.3
    releasing devscripts/2.13.3 to unstable
    
    Format: 1.8
    Date: Thu, 15 Aug 2013 20:00:57 -0400
    Source: devscripts
    Binary: devscripts
    Architecture: source amd64
    Version: 2.13.3
    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: 600048 610712 658999 704236 709999 711467 712166 712227 712261 712701 714599 714835 715572
    Changes:
     devscripts (2.13.3) unstable; urgency=low
     .
       [ gregor herrmann ]
       * debcommit: Add the source package name to commit/tag messages.  (Closes:
         #704236)
     .
       [ Paul Wise ]
       * In chdist bash completion, don't print warnings if ~/.chdist is missing
       * Support 'new' in the rmadison URL list.
     .
       [ James McCoy ]
       * dpkg-buildpackage: Use "dpkg-checkbuilddeps -A" for arch-indep builds.
         Bump dpkg-dev Depends to 1.16.4 accordingly.
       * Suppress "given/when is experimental" warnings when using Perl 5.18.
       * mk-build-deps: Take Build-Conflicts(-Indep) into account.  (Closes:
         #712227)
       * debcommit: Use "git status --porcelain" to check for a dirty working
         directory.  (Closes: #712166)
       * uscan: Add "Accept: */*" header to fix downloading from Alioth.  Thanks to
         Dmitry Smirnov for the patch.  (Closes: #712261)
       * transition-check: Work around Pod::Simple change which causes Perl 5.18's
         pod2man to fail.  (Closes: #714599)
       * licensecheck:
         + Check haskell files.  Thanks to Jens Petersen for the patch.
         + Handle differing lengths of comment leaders when autodetecting comments.
           (Closes: #714835)
       * uscan/rc-alert: Fix roff errors in man pages.  Thanks to Eric S. Raymond
         for the patch.  (Closes: #712701)
       * dscverify: Use ~/.gnupg/trustedkeys.gpg, if available.  (Closes: #600048)
     .
       [ Chris Boot ]
       * bts: Fix no-mutt option. (Closes: #709999)
     .
       [ Daniel Kahn Gillmor ]
       * Enable OpenPGP signature verification (Closes: #610712)
     .
       [ Yaroslav Halchenko ]
       * licensecheck: Check .go (Go) files (Closes: #711467)
       * wnpp-check: Add bug URL to output and reorder columns to ease reading.
         (Closes: #715572)
     .
       [ Bernhard R. Link ]
       * uscan: properly cope with colons and minus signs in upstream versions.
         (Closes: #658999)
     .
       [ Phillip Hands ]
       * licensecheck:
         + allow plural: copyright notices
         + ignore "copyright holders"
         + alternative BSD-3 wording "authors" and "_any_ contributors"
         + ignore #defines containing (c)
         + fix "copyright ownership"
         + ignore "copyright statement"
         + ignore "copyright string"
         + ignore coyright (claim|is|in), and fix test
         + ignore "copyright to"
    Checksums-Sha1:
     79ba6e3feca00ef1edfc4bc8214e9871a92f025e 1237 devscripts_2.13.3.dsc
     f2bb5d52f08a0b03583187bf7fb1e9f868966369 573368 devscripts_2.13.3.tar.xz
     af989b8067394ee26fcfe09a60e4b96b725ab6e9 854416 devscripts_2.13.3_amd64.deb
    Checksums-Sha256:
     25867c87e04c805828c9556beeacf7b482437c455daf8e620a9518e63e529894 1237 devscripts_2.13.3.dsc
     216a8a63e0a6e4d5f677ceb52e6330aa90851471fe337e87f3d053a2c1538556 573368 devscripts_2.13.3.tar.xz
     8757b74d7d5390c7cad72aa77f07c68f7d8e9a6c4f08608886ecdb77e84a7519 854416 devscripts_2.13.3_amd64.deb
    Files:
     24b7d7a91857e24ea56c409a5a0855fc 1237 devel optional devscripts_2.13.3.dsc
     1273a87daf9ff4d47f079687c2262a8c 573368 devel optional devscripts_2.13.3.tar.xz
     eb575ee6b000fd1874fa16638ff98190 854416 devel optional devscripts_2.13.3_amd64.deb
    
  • v2.13.2
    releasing devscripts/2.13.2 to unstable
    
    Format: 1.8
    Date: Sun, 12 May 2013 23:05:26 -0400
    Source: devscripts
    Binary: devscripts
    Architecture: source amd64
    Version: 2.13.2
    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: 669942 683491 688830 691389 703633 703853 704434 705817 706232 707299 707616 707636
    Changes:
     devscripts (2.13.2) unstable; urgency=low
     .
       [ Julian Gilbey ]
       * Correct git location in debian/copyright file (Closes: #703853)
     .
       [ James McCoy ]
       * licensecheck: Regex-escape file contents that are used as part of a
         pattern.  (Closes: #704434, LP: #1164261)
       * bts:
         + Accept the "jessie" and "jessie-ignore" tags.  (Closes: #705817)
         + Email $pkg@packages.debian.org when reassigning a bug to src:$pkg.
           (Closes: #707636)
       * uscan: Define local replacements for die/warn instead of setting
         $SIG{__DIE__}/$SIG{__WARN__} to prevent breaking die/warn in other
         modules.  (Closes: #669942)
       * licensecheck: Fix invalid regular expression syntax.  (Closes: #706232)
       * debchange:
         + Set Wheezy as the default --bpo target.  (Closes: #703633)
         + Recognize oldstable backports while oldstable is supported.  (Closes:
           #707616)
       * rc-alert: Change description of I flag to reference wheezy instead of
         lenny.  (Closes: #683491)
       * who-permits-upload:
         + Use consistent formatting in the "SEE ALSO" section of the POD.
         + Fix spelling mistakes.
         + Fix handling of encoding.
       * Move debian/bug/* so dh_bugfiles handles installing them.
       * Upload to unstable.
     .
       [ Christoph Berg ]
       * dget: "--all pkg" will download all binaries for source package pkg.
     .
       [ Raphael Geissert ]
       * checkbashisms: Fix false positives in $_ checks.  (Closes: #691389)
     .
       [ Arno Töll ]
       * New script who-permits-upload, which retrieves information about Debian
         Maintainer access control lists.  (Closes: #688830)
     .
       [ David Prévot ]
       * Formating manpages review.  (Closes: #707299)
     .
       [ Translation updates ]
       * French, David Prévot.
       * German, Chris Leick.
    Checksums-Sha1:
     2993e92305e008252e9dced09f21566893d41f9a 1237 devscripts_2.13.2.dsc
     c2531ab723669cfd681760ac899f8eae018796e3 570516 devscripts_2.13.2.tar.xz
     47330f5060c8d2ab3f6d1c87ae8d8b2b3e9977d0 921752 devscripts_2.13.2_amd64.deb
    Checksums-Sha256:
     bdfe08fd74c502b032559aef3eed0c60d4b3e1995d34c6f6fdc20b29b0a30602 1237 devscripts_2.13.2.dsc
     73a85698098f483fa6024eac00ed9e6d7e30251197ab473ab2c353a46ef2232a 570516 devscripts_2.13.2.tar.xz
     81bce1c4282ce5af29efc5f08109878ee22f3fca9547adb996d294ecb632fcf3 921752 devscripts_2.13.2_amd64.deb
    Files:
     4ee1baa8ef4eab26e6f004136d1135c3 1237 devel optional devscripts_2.13.2.dsc
     88e808c6af49f550b6c0be7dda36b0c9 570516 devel optional devscripts_2.13.2.tar.xz
     9e477633668021972acb2a7c9f83a78a 921752 devel optional devscripts_2.13.2_amd64.deb
    
  • 2.13.1
    609c96d0 · releasing version 2.13.1 ·
  • 2.13.0
    75e6ff0d · releasing version 2.13.0 ·
  • 2.12.6
    Debian version 2.12.6
  • 2.12.5
    2449364f · releasing version 2.12.5 ·
  • v2.12.4.bpo60+1
    6f4e13e2 · releasing 2.12.4~bpo60+1 ·
    tagging version 2.12.4~bpo60+1
    
  • v2.12.4
    297122b2 · releasing version 2.12.4 ·
    tagging version 2.12.4
    
  • v2.12.3
    2afe2891 · releasing version 2.12.3 ·
    tagging version 2.12.3
    
  • v2.10.69+squeeze4
    tagging version 2.10.69+squeeze4
    
  • v2.10.69+squeeze3
    tagging version 2.10.69+squeeze3
    
  • v2.12.2
    4b72aff0 · releasing version 2.12.2 ·
    tagging version 2.12.2
    
  • 2.12.1.bpo60+1
  • 2.12.1
    d7616df2 · releasing version 2.12.1 ·
  • v2.12.0
    2992cdc9 · releasing version 2.12.0 ·
    tagging version 2.12.0
    
  • v2.11.9
    64f8ca40 · releasing version 2.11.9 ·
    Debian version 2.11.9
  • v2.11.8
    a7bb6ee7 · releasing version 2.11.8 ·
  • v2.11.7
    31cb0f22 · releasing version 2.11.7 ·
    tagging version 2.11.7