[ubuntu/precise] devscripts 2.11.6ubuntu1 (Accepted)

Benjamin Drung bdrung at ubuntu.com
Fri Mar 30 14:50:22 UTC 2012


devscripts (2.11.6ubuntu1) precise; urgency=low

  * Merge from Debian unstable. Remaining changes:
    - Demote Recommends to Suggests:
      + libcrypt-ssleay-perl: only needed for a corner case (uscan on SSL
        download sites), wasn't installed by default in previous releases
        either, and seems quite dead upstream; universe only.
      + debian-keyring: not useful enough in Ubuntu; universe only.
      + equivs: too much of a hack to install by default; universe only.
      + libsoap-lite-perl: only needed for one less common command ("select")
        for bts, which isn't useful for Ubuntu itself, and pulls in a lot of
        other universe Perl libraries; universe only.
    - scripts/debchange.{pl,1}:
      + Adjust --security template for Ubuntu.
      + Add -U/--upstream flag that forces original "just increment
        the end" behaviour; Ubuntu is upstream for some pieces of software.
      + Add --distributor= and DEBCHANGE_DISTRIBUTOR to override lsb_release
        output.
      + Default to "precise" as distribution.
      + Add "ubuntu1" to version string for new versions, with tweaks for
        special cases.
      + Add -R/--rebuild flag for Ubuntu's no-change rebuilds.
      + Don't use the last distribution in debian/changelog when doing
        "dch -r" on Ubuntu. "Just because it was last uploaded to jaunty
        doesn't mean that's the right thing to do now."
    - Add test/debchange.pl, test/Makefile: debchange test suite.
    - Rename XS-Vcs-* to XS-Debian-Vcs-*.

devscripts (2.11.6) unstable; urgency=low

  [ James McCoy ]
  * mk-build-deps: Fix handling of debian/control files.  (Closes: #665496)
  * uscan: Fix formatting in man page.  Thanks to Samuel Bronson for the
    patch.  (Closes: #665325)
  * debsign: Fix quoting in handling of --debs-dir.
    (Closes: #666048, LP: #966867)

  [ Benjamin Drung ]
  * cowpoke.1, deb-reversion.dbk, dscextract.1: Fix typos "occured",
    "transfered", and "addtional". Thanks to A. Costa for the patches.
    (Closes: #655681)
  * debcommit:
    + Subversion 1.7 has only one .svn folder per working copy.
      Thanks to Simon Olofsson for the patch. (Closes: #645106)
    + Support .hg in parent directories.
      Thanks to Simon Olofsson for the patch. (Closes: #652967)

  [ David Prévot ]
  * Typo and stylish fix for dscextract(1). (Closes: #630423)

devscripts (2.11.5) unstable; urgency=low

  [ Adam D. Barratt ]
  * deb-reversion:
    + Re-fix handling of multi-word hooks.  (Closes: #660782).
      This was originally fixed in 2.9.14 but accidentally broken again in
      2.9.26.
    + Correctly handle cases where a changelog file was not found, possibly
      because of the use of symlinks.  (Closes: #660788)

  [ Jakub Wilk ]
  * deb-reversion: Simplify option parsing, also allowing simpler quoting of
    arguments.

  [ James McCoy ]
  * dd-list: Fix correlation of given package name when it does not match the
    source package name.  (Closes: #655854)
  * dcmd: Escape directory name so it doesn't interfere with sed command.
    (Closes: #649227)
  * debsnap: Check whether architectures have been specified.  (Closes:
    #655932)
  * pts-subscribe: Correct URL to Developer's Reference.  (Closes: #661337)
  * mk-build-deps: Use the most recent version when multiple package versions
    are available.  (Closes: #633143)

  [ Benjamin Drung ]
  * edit-patch:
    + Do not unapply quilt patches. Thanks to Michael Hall for
      the patch. (Closes: #662689, LP: #947180)
    + Remove trailing .sh when checking if the script is being run as edit-patch
      or add-patch. Thanks to Michael Hall for the patch. (LP: #953857)
  * Bump Standard-Version to 3.9.3 (no changes needed).

Date: Fri, 30 Mar 2012 16:38:45 +0200
Changed-By: Benjamin Drung <bdrung at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/precise/+source/devscripts/2.11.6ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Fri, 30 Mar 2012 16:38:45 +0200
Source: devscripts
Binary: devscripts
Architecture: source
Version: 2.11.6ubuntu1
Distribution: precise
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Benjamin Drung <bdrung at ubuntu.com>
Description: 
 devscripts - scripts to make the life of a Debian Package maintainer easier
Closes: 630423 633143 645106 649227 652967 655681 655854 655932 660782 660788 661337 662689 665325 665496 666048
Launchpad-Bugs-Fixed: 947180 953857 966867
Changes: 
 devscripts (2.11.6ubuntu1) precise; urgency=low
 .
   * Merge from Debian unstable. Remaining changes:
     - Demote Recommends to Suggests:
       + libcrypt-ssleay-perl: only needed for a corner case (uscan on SSL
         download sites), wasn't installed by default in previous releases
         either, and seems quite dead upstream; universe only.
       + debian-keyring: not useful enough in Ubuntu; universe only.
       + equivs: too much of a hack to install by default; universe only.
       + libsoap-lite-perl: only needed for one less common command ("select")
         for bts, which isn't useful for Ubuntu itself, and pulls in a lot of
         other universe Perl libraries; universe only.
     - scripts/debchange.{pl,1}:
       + Adjust --security template for Ubuntu.
       + Add -U/--upstream flag that forces original "just increment
         the end" behaviour; Ubuntu is upstream for some pieces of software.
       + Add --distributor= and DEBCHANGE_DISTRIBUTOR to override lsb_release
         output.
       + Default to "precise" as distribution.
       + Add "ubuntu1" to version string for new versions, with tweaks for
         special cases.
       + Add -R/--rebuild flag for Ubuntu's no-change rebuilds.
       + Don't use the last distribution in debian/changelog when doing
         "dch -r" on Ubuntu. "Just because it was last uploaded to jaunty
         doesn't mean that's the right thing to do now."
     - Add test/debchange.pl, test/Makefile: debchange test suite.
     - Rename XS-Vcs-* to XS-Debian-Vcs-*.
 .
 devscripts (2.11.6) unstable; urgency=low
 .
   [ James McCoy ]
   * mk-build-deps: Fix handling of debian/control files.  (Closes: #665496)
   * uscan: Fix formatting in man page.  Thanks to Samuel Bronson for the
     patch.  (Closes: #665325)
   * debsign: Fix quoting in handling of --debs-dir.
     (Closes: #666048, LP: #966867)
 .
   [ Benjamin Drung ]
   * cowpoke.1, deb-reversion.dbk, dscextract.1: Fix typos "occured",
     "transfered", and "addtional". Thanks to A. Costa for the patches.
     (Closes: #655681)
   * debcommit:
     + Subversion 1.7 has only one .svn folder per working copy.
       Thanks to Simon Olofsson for the patch. (Closes: #645106)
     + Support .hg in parent directories.
       Thanks to Simon Olofsson for the patch. (Closes: #652967)
 .
   [ David Prévot ]
   * Typo and stylish fix for dscextract(1). (Closes: #630423)
 .
 devscripts (2.11.5) unstable; urgency=low
 .
   [ Adam D. Barratt ]
   * deb-reversion:
     + Re-fix handling of multi-word hooks.  (Closes: #660782).
       This was originally fixed in 2.9.14 but accidentally broken again in
       2.9.26.
     + Correctly handle cases where a changelog file was not found, possibly
       because of the use of symlinks.  (Closes: #660788)
 .
   [ Jakub Wilk ]
   * deb-reversion: Simplify option parsing, also allowing simpler quoting of
     arguments.
 .
   [ James McCoy ]
   * dd-list: Fix correlation of given package name when it does not match the
     source package name.  (Closes: #655854)
   * dcmd: Escape directory name so it doesn't interfere with sed command.
     (Closes: #649227)
   * debsnap: Check whether architectures have been specified.  (Closes:
     #655932)
   * pts-subscribe: Correct URL to Developer's Reference.  (Closes: #661337)
   * mk-build-deps: Use the most recent version when multiple package versions
     are available.  (Closes: #633143)
 .
   [ Benjamin Drung ]
   * edit-patch:
     + Do not unapply quilt patches. Thanks to Michael Hall for
       the patch. (Closes: #662689, LP: #947180)
     + Remove trailing .sh when checking if the script is being run as edit-patch
       or add-patch. Thanks to Michael Hall for the patch. (LP: #953857)
   * Bump Standard-Version to 3.9.3 (no changes needed).
Checksums-Sha1: 
 6615173a58f2a77091f417d4a56a5bac4b80672b 2387 devscripts_2.11.6ubuntu1.dsc
 6ef507663570f5d11ef806c918d9d3231e60677b 784812 devscripts_2.11.6ubuntu1.tar.gz
Checksums-Sha256: 
 0f2cbe8b73fbc5733a00182eb3086c9c22453f2e1967c858f9828a0de1adc564 2387 devscripts_2.11.6ubuntu1.dsc
 3c0ad20561c59ffe87759b7ce04b5cd171f0f4be00c8627e9d293c2db40acdea 784812 devscripts_2.11.6ubuntu1.tar.gz
Files: 
 6589354a29577441f4cf072353217dcf 2387 devel optional devscripts_2.11.6ubuntu1.dsc
 600b0bc897d2b327cb6519b8ec70ec75 784812 devel optional devscripts_2.11.6ubuntu1.tar.gz
Original-Maintainer: Devscripts Devel Team <pkg-devscripts at teams.debian.net>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCgAGBQJPdccrAAoJEBWetcTvyHdMxUkQAJkdlVGkXIVq1ByNnJRpWS+W
UIXBy6ij95h/oF8N2Z/F5WlHqVBCRTnDHGXIBcS08jYNEegRIsXcCU4m/79Kj0nB
GC29qRfoLgpUyNnZ0vGWRz+iMsmdH2qPNxrAQBEYyxy7rNWkMJDU36HXBXbykJX/
BWgiqqJgEzct0VT4x4mxR7lVfKXcCPXMjjZrJew7d5HbH16gdqsm7pLhzkALAPq/
yXbPkuKY+SRpeQIW3h2BwoEzElNpkXMa13RUSfvg4kZrSVpRBDBudhpJ8uo0eOMl
Ml0pVH0GbGiPO2f7loH4zhrexggKeqlJYXevfa/FMsEcsyEJkwj4z1LLPvkL1q2F
KbqlZKmzqQtMk3BWUIHzbRZAVZffx3nCNelLRG7NG228QehtLivJPvhgYJLvYBzA
W6ydh3uPHyhsevEabBMt3qxBg5JXA28REozcsUkq70WsgZCsEpN5A9mrSyNlK8vY
ipHddFE+oyy+PBLg8Nn6dhkYDt/EnpMBUrkNCCCtlIVNJnoNkTVmpTn0eaCH0itd
DmTtEumRAyO6jPsQWFJAQHWp3i6S8Xdqnyxy0l64A/7s6Vmvu7CegMbdMFkz4f/h
+ohNR2mUpqHipZZeYj1aCUMd6ieBzrFxaFcvmcQq3oNMXa+gHBEBs/x1fiTUMgTc
TdhPEvSZVdFw6vaBeLe8
=38V7
-----END PGP SIGNATURE-----


More information about the Precise-changes mailing list