[ubuntu/oneiric] devscripts 2.11.1ubuntu1 (Accepted)

Benjamin Drung bdrung at ubuntu.com
Tue Aug 23 21:15:20 UTC 2011


devscripts (2.11.1ubuntu1) oneiric; 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.
      + libyaml-syck-perl: transition-check is fairly Debian-specific.
    - 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 "oneiric" 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." Thanks to Colin
        Watson. (LP: #429288)
    - Add test/debchange.pl, test/Makefile: debchange test suite.
    - Rename XS-Vcs-* to XS-Debian-Vcs-*.
  * Remove debian-maintainers from Recommends (the key moved to debian-keyring).

devscripts (2.11.1) unstable; urgency=low

  [ David Prévot ]
  * Stylish manual pages convention review. (Closes: #628447)
  * Handle the last description in devscripts(1). (Closes: #628086)
  * French translation updates.

  [ Adam D. Barratt ]
  * debian/copyright: Update repository information somewhat belatedly
    for the move to git.

  [ James Vega ]
  * debchange: Remove dapper from the list of recognized distributions.
  * debcheckout: Handle Alioth's new anonymous access URLs when converting to
    authenticated URLs. (Closes: #628674)
  * debsnap: Allow -a to be specified multiple times.  Thanks to Timo Juhani
    Lindfors for the suggestion.
  * uscan: Fix --destdir regression when repacking zip archives.  Thanks to
    Christian Kastner for the patch.  (Closes: #628076)
  * mergechanges: Do not drop fields when the Files/Checksums-* fields are not
    at the end of the source files.  (Closes: #625620)
  * debuild: Call dpkg-source --before-build/--after-build when emulating
    dpkg-buildpackage.  (Closes: #628481)
  * chdist:
    + Create /etc/apt/apt.conf.d and /etc/apt/preferences.d in the chdist
      directory structure.  (Closes: #528274, LP: #566682)
    + When multiple binary versions exist, use newest version for
      compare-src-bin-*.
    + Copy archive keyrings to etc/apt/trusted.gpg.d.

  [ Christoph Berg ]
  * dscextract: new script, extracts a single file from a Debian source
    package.
  * debcheckout: When retrieving the source for debian/-only repositories,
    move all .dsc components to the current directory, not just .orig.tar.gz.
  * uscan: Catch perl warning with incorrect watch files without ().
    Also, catch warnings on non-matches of ()? constructs.

  [ Stefano Rivera ]
  * Support //scheme-local URLs in hrefs, correctly (as used by Google code)
    (Closes: #630808)

Date: Tue, 23 Aug 2011 22:09:52 +0200
Changed-By: Benjamin Drung <bdrung at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/oneiric/+source/devscripts/2.11.1ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Tue, 23 Aug 2011 22:09:52 +0200
Source: devscripts
Binary: devscripts
Architecture: source
Version: 2.11.1ubuntu1
Distribution: oneiric
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: 528274 625620 628076 628086 628447 628481 628674 630808
Launchpad-Bugs-Fixed: 429288 566682
Changes: 
 devscripts (2.11.1ubuntu1) oneiric; 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.
       + libyaml-syck-perl: transition-check is fairly Debian-specific.
     - 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 "oneiric" 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." Thanks to Colin
         Watson. (LP: #429288)
     - Add test/debchange.pl, test/Makefile: debchange test suite.
     - Rename XS-Vcs-* to XS-Debian-Vcs-*.
   * Remove debian-maintainers from Recommends (the key moved to debian-keyring).
 .
 devscripts (2.11.1) unstable; urgency=low
 .
   [ David Prévot ]
   * Stylish manual pages convention review. (Closes: #628447)
   * Handle the last description in devscripts(1). (Closes: #628086)
   * French translation updates.
 .
   [ Adam D. Barratt ]
   * debian/copyright: Update repository information somewhat belatedly
     for the move to git.
 .
   [ James Vega ]
   * debchange: Remove dapper from the list of recognized distributions.
   * debcheckout: Handle Alioth's new anonymous access URLs when converting to
     authenticated URLs. (Closes: #628674)
   * debsnap: Allow -a to be specified multiple times.  Thanks to Timo Juhani
     Lindfors for the suggestion.
   * uscan: Fix --destdir regression when repacking zip archives.  Thanks to
     Christian Kastner for the patch.  (Closes: #628076)
   * mergechanges: Do not drop fields when the Files/Checksums-* fields are not
     at the end of the source files.  (Closes: #625620)
   * debuild: Call dpkg-source --before-build/--after-build when emulating
     dpkg-buildpackage.  (Closes: #628481)
   * chdist:
     + Create /etc/apt/apt.conf.d and /etc/apt/preferences.d in the chdist
       directory structure.  (Closes: #528274, LP: #566682)
     + When multiple binary versions exist, use newest version for
       compare-src-bin-*.
     + Copy archive keyrings to etc/apt/trusted.gpg.d.
 .
   [ Christoph Berg ]
   * dscextract: new script, extracts a single file from a Debian source
     package.
   * debcheckout: When retrieving the source for debian/-only repositories,
     move all .dsc components to the current directory, not just .orig.tar.gz.
   * uscan: Catch perl warning with incorrect watch files without ().
     Also, catch warnings on non-matches of ()? constructs.
 .
   [ Stefano Rivera ]
   * Support //scheme-local URLs in hrefs, correctly (as used by Google code)
     (Closes: #630808)
Checksums-Sha1: 
 a623bf2a1d648c9fad96e97502bc21a70108c770 2435 devscripts_2.11.1ubuntu1.dsc
 c08143e9d68ecab37972c0a5bc869c7c1ca0ee6f 787880 devscripts_2.11.1ubuntu1.tar.gz
Checksums-Sha256: 
 e8288d1447b3be4f58e5ec491161baf4c7643f800770e2ca30044631e30f4e90 2435 devscripts_2.11.1ubuntu1.dsc
 5552824aef7a8be6819f4b91c4e59a2bbf6d08756f2f33805272c5f55d393e6c 787880 devscripts_2.11.1ubuntu1.tar.gz
Files: 
 6c793b9a58d6816c9277c7cf676bd19b 2435 devel optional devscripts_2.11.1ubuntu1.dsc
 de3ebf27c4d1caa6ebc4dc37c1cd80f0 787880 devel optional devscripts_2.11.1ubuntu1.tar.gz
Original-Maintainer: Devscripts Devel Team <pkg-devscripts at teams.debian.net>

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

iQIcBAEBCgAGBQJOVAnYAAoJEBWetcTvyHdMuIIQAJ12U/SlPw8rtskn8vkNKRAv
Dq26XsV72OTeUGX1QaFzO97p9HWUVsFhkXkXpxR0InyvTpI7NRGYQfsWDBCRoLmO
vkn6oVHckau665296BXyDUzylmaP2KJhi6CTb0ZUw0kQ5ROOX2cxbILzWC6U7LL8
HkuIuABrJDgl3wyPPZd6EkzIH+QznU5j4t5iugxDFaXCzwZfNOVFicUBGXFLtOSF
12JLmkFJNIGa6+ebcgalaJZ0+nmqfKt+fG21YG32K9cfhKdciwtkpuSZ4qiJhYdY
LTKJW9ofbec74BEjrfvvBzZ1moLb/JlQUjkCypiEKT8jWxpgm2uRvt2CIsjjqrj5
L2ywMzgaqicIzmuUU5Z2MfYmLylgbLXQ1O02ufju09kDq9jSqs7fkwEqLJ61/Mn3
Il7JUxmIANjKDCm4S5TbUkE2nFTJ51vS+2ROQXzNjbJTtcUEjsxn/uyXejHKrlLK
BAn5RQ9BdyehX/6qSlI4Hz8hYMQZsu8rMaL/c71EcJ4ugczoZxA6gOthjktcd8ap
WQbjwvu0HpOQWPb+VAjZBPplPi6G2bkZBaNR/RXbAia8NX1NScv4wWP/VSpqA4ZU
N4n4oOFnuzbFrxLQ6YJ4zArard5PQNgvZlgcT+opuXduLh9rS5JNQXIFR9Pggv9I
RYuxnFVlRO1rw30G7mYD
=W8yj
-----END PGP SIGNATURE-----


More information about the Oneiric-changes mailing list