[ubuntu/maverick] devscripts 2.10.64ubuntu1 (Accepted)

Steve Langasek steve.langasek at ubuntu.com
Sun Jun 6 01:35:15 BST 2010


devscripts (2.10.64ubuntu1) maverick; 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.
      + 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.
      + debian-{keyring,maintainers}: 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= to override lsb_release output.
      + Default to "maverick" 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)
    - scripts/debcommit.pl: support commiting to bzr from debian/.
    - scripts/debsign.{sh,1}: Implement DEBSIGN_ALWAYS_RESIGN variable to skip
      the "Would you like to use the current signature?" question. (Debian
      #447955)
    - scripts/debuild.pl: Enforce Ubuntu merge policy.
    - scripts/dscverify.pl: Add Ubuntu keyrings.
    - scripts/rmadison.pl: Change default URL parameter to ubuntu.
    - scripts/uupdate.{sh,1}: Use -0ubuntu1 default revision on Ubuntu.
    - Add test/debchange.pl, test/Makefile: debchange test suite; call it
      during build in debian/rules. Also add lsb-release build dependency for
      this, so that debchange uses Ubuntu mode.

devscripts (2.10.64) unstable; urgency=low

  [ Stefano Zacchiroli ]
  * devscripts.1: generic documentation for $DEBEMAIL and $DEBFULLNAME

  [ James Vega ]
  * Devscripts::Versort: Correct _versort so the lists it returns aren't
    shorter than the ones passed in to _versort.  (Closes: #577654)
  * debcheckout: Switch from using the Switch module to Perl 5.10's switch
    feature.

devscripts (2.10.63) unstable; urgency=low

  [ Christoph Berg ]
  * debcheckout: inject extra slash in "hg ssh://hg.debian.org//" URLs so
    paths are not based in the user's $HOME.

  [ James Vega ]
  * Devscripts::Versort:
    + Restore previous behavior of versort not performing a check on whether
      the version is a valid Debian version.  (Closes: #577043)
    + Re-add deb_versort which ensures the versions are valid Debian versions.
  * debian/control:
    + Require dpkg-dev >= 1.15.4.1 since we're using bits of the new Perl API.
    + Add libjson-perl to Build-Depends so we can syntax check debsnap.
  * debcheckout: Use $DEBEMAIL/$DEBFULLNAME to set username in .hg/hgrc.

  [ David Paleino ]
  * debsnap: rewritten from scratch in Perl, use snapshot.debian.org
    and its JSON API (Closes: #530416)

  [ Thorsten Glaser ]
  * debsign: Convert to a Debian Policy §10.4 shell script. (Closes: #577251)

Date: Sun, 06 Jun 2010 00:16:37 +0000
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Signed-By: Steve Langasek <steve.langasek at canonical.com>
https://launchpad.net/ubuntu/maverick/+source/devscripts/2.10.64ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 06 Jun 2010 00:16:37 +0000
Source: devscripts
Binary: devscripts
Architecture: source
Version: 2.10.64ubuntu1
Distribution: maverick
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Description: 
 devscripts - scripts to make the life of a Debian Package maintainer easier
Closes: 530416 577043 577251 577654
Launchpad-Bugs-Fixed: 429288
Changes: 
 devscripts (2.10.64ubuntu1) maverick; 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.
       + 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.
       + debian-{keyring,maintainers}: 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= to override lsb_release output.
       + Default to "maverick" 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)
     - scripts/debcommit.pl: support commiting to bzr from debian/.
     - scripts/debsign.{sh,1}: Implement DEBSIGN_ALWAYS_RESIGN variable to skip
       the "Would you like to use the current signature?" question. (Debian
       #447955)
     - scripts/debuild.pl: Enforce Ubuntu merge policy.
     - scripts/dscverify.pl: Add Ubuntu keyrings.
     - scripts/rmadison.pl: Change default URL parameter to ubuntu.
     - scripts/uupdate.{sh,1}: Use -0ubuntu1 default revision on Ubuntu.
     - Add test/debchange.pl, test/Makefile: debchange test suite; call it
       during build in debian/rules. Also add lsb-release build dependency for
       this, so that debchange uses Ubuntu mode.
 .
 devscripts (2.10.64) unstable; urgency=low
 .
   [ Stefano Zacchiroli ]
   * devscripts.1: generic documentation for $DEBEMAIL and $DEBFULLNAME
 .
   [ James Vega ]
   * Devscripts::Versort: Correct _versort so the lists it returns aren't
     shorter than the ones passed in to _versort.  (Closes: #577654)
   * debcheckout: Switch from using the Switch module to Perl 5.10's switch
     feature.
 .
 devscripts (2.10.63) unstable; urgency=low
 .
   [ Christoph Berg ]
   * debcheckout: inject extra slash in "hg ssh://hg.debian.org//" URLs so
     paths are not based in the user's $HOME.
 .
   [ James Vega ]
   * Devscripts::Versort:
     + Restore previous behavior of versort not performing a check on whether
       the version is a valid Debian version.  (Closes: #577043)
     + Re-add deb_versort which ensures the versions are valid Debian versions.
   * debian/control:
     + Require dpkg-dev >= 1.15.4.1 since we're using bits of the new Perl API.
     + Add libjson-perl to Build-Depends so we can syntax check debsnap.
   * debcheckout: Use $DEBEMAIL/$DEBFULLNAME to set username in .hg/hgrc.
 .
   [ David Paleino ]
   * debsnap: rewritten from scratch in Perl, use snapshot.debian.org
     and its JSON API (Closes: #530416)
 .
   [ Thorsten Glaser ]
   * debsign: Convert to a Debian Policy §10.4 shell script. (Closes: #577251)
Checksums-Sha1: 
 7cebcab05eea1e8e0dddbad90d748193df6a9959 2204 devscripts_2.10.64ubuntu1.dsc
 df6b27f5ec945a2dcf51f15e38a438111ef043c6 703313 devscripts_2.10.64ubuntu1.tar.gz
Checksums-Sha256: 
 599be7b20f0d576a8a88743c0b4b1ccfec096c19fe026c7d7a8c8214bb42f433 2204 devscripts_2.10.64ubuntu1.dsc
 4b6ae5c048195c3a05ac965ba8b7d75d5d7a0586ff09b0bc90924d263ae5f474 703313 devscripts_2.10.64ubuntu1.tar.gz
Files: 
 deb5a968857be8765776c3b35f77a6f0 2204 devel optional devscripts_2.10.64ubuntu1.dsc
 28c76d387fcb65ac57402e0f29a47c09 703313 devel optional devscripts_2.10.64ubuntu1.tar.gz
Original-Maintainer: Devscripts Devel Team <pkg-devscripts at teams.debian.net>

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

iQIVAwUBTArs4FaNMPMhshM9AQj6rQ//ZuH4CICHfoZEYdAnBWqp935H0+Z7MKll
aCe3La2UCCynxLsD7m15d58jpks/CMdl7rw+N+zh+L7iDHMh0VsjQiCTN9c7YE3B
3VVq98pJuaNguWozX30qZvzYfPbPUa41qUjD1JPCo27kOQ1WlzD6aPGdGRA1qRpS
ggMBJSf9LIh65jhEcru+YEK88kOC786l+nNOIoNm/KSBiInd8hKcJ5KrV6yYvrjj
BtYI7Y5xS2M6Pkms8bsecPZOpLkQls2Dry5g7jmSiSx1sQInaIWCzsAkgxMDyvgt
iIIdLJdqcsv+C2KI5Gvb84pIHMinunNqitbWQP0d0qcM9yKVc8ZScM1z1f/lIQqs
08GbrSvYIogfijG2eu5UY3ewZ+yjWRJ5b5uWhNdMHVNRHigrgvbAwfZZHNevldjR
d8AauTwVezoPN0VX3Z5kLRV26exWUiIuT9S6by2hpHKlVetqcDp1JKJnTeB+GXrM
YqH+DIC68eZTJDiX+8GoLv8X5wuFXQRcWSzWFnXzkwB+T4sOsQ2p8MqyR+EK8C5J
fikP4ZUy2HygTE3AdLKGHiX7uNAnSjjlJdLZFd7cfdDe1FbT9JalpXeq/h5leXqd
uTP2YfYQUF2eoRW6jQIDcoiO9bQHfwuN7hLTKCijmaZl38sBN3/iBxyF+DxDBREG
oKTWuZfZY2I=
=3uKA
-----END PGP SIGNATURE-----


More information about the Maverick-changes mailing list