[ubuntu/precise] devscripts 2.11.2ubuntu1 (Accepted)

Steve Langasek steve.langasek at ubuntu.com
Sun Dec 18 18:50:19 UTC 2011


devscripts (2.11.2ubuntu1) precise; urgency=low

  * Merge from Debian testing, 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-*.
  * Dropped changes, included in Debian:
    - Always make mk-build-deps packages arch-dependent when --arch is
      passed.

devscripts (2.11.2) unstable; urgency=low

  [ Gerfried Fuchs ]
  * Remove the word "of" from the BSD 3 clause check, it might not be in
    there.

  [ James McCoy ]
  * Remove support for PGP-style commands from debsign/debrsign.  (Closes:
    #639204)
    + DEBSIGN_SIGNLIKE config variable removed
  * Update scripts to use GNU getopt-compatible option parsing. (Closes:
    #641979)
    + For Perl scripts, use Getopt::Long's "gnu_compat" and "bundling" modes.
      When allowed, also use "permute" for full GNU getopt compatibility.
    + For shell scripts, use getopt instead of manual option parsing.
      - Update uses of getopt to show usage when getopt fails.
  * licensecheck:
    + Recognize more generated files, MIT/X11 variants, Microsoft Permissive
      License (Ms-PL), and a libpng variant.  Thanks to Paweł Hajdan, Jr for
      the patches.  (Closes: #641497, #647524, #647526, #647527)
  * debchange: Document that only `$1' backreference replacements are
    supported.  Thanks to Matthijs Kooijman for the patch.  (Closes: #639813)
  * mergechanges: Use awk instead of sed to handle massaging the final output
    so we can better control the processing.  (Closes: #640782)
  * uscan: Fully support lzma and xz tarballs.  Based on a patch from Tanguy
    Ortolo.  (Closes: #631713)
  * debi: Document --multi, --with-depends, and --tool in the man page.
    (Closes: #644983)
  * dd-list:
    + Correctly handle maintainer names which have a comma.  (Closes: #646562)
    + Sort results by full-name instead of trying to parse the names.
      (Closes: #638602)
    + Parse sources files directly instead of invoking apt-cache.  (Closes:
      #376595)
    + Allow specifying which sources files to read.  (Closes: #509983)
  * Remove references to obsolete PGP keyrings in who-uploads/dscverify.
  * who-uploads: Don't check for default keyrings with --no-default-keyrings.
    (Closes: #515058)

  [ Stefano Rivera ]
  * debchange: Add precise as a recognised Ubuntu distro.

  [ David Prévot ]
  * bts: Remove outdated information from documentation for owner command.
    (Closes: #625990)

  [ Steve Langasek ]
  * new script dep3changelog, which parses a DEP3 patch header and feeds a
    suitable changelog entry to dch.  (Closes: #599777)

  [ Michael Prokop ]
  * debcheckout: Use DESTDIR also for debian/ only VCS packages.  (Closes:
    648654)

Date: Sun, 18 Dec 2011 10:47:58 -0800
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/precise/+source/devscripts/2.11.2ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Sun, 18 Dec 2011 10:47:58 -0800
Source: devscripts
Binary: devscripts
Architecture: source
Version: 2.11.2ubuntu1
Distribution: precise
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: 376595 509983 515058 599777 625990 631713 638602 639204 639813 640782 641497 641979 644983 646562 647524 647526 647527 648654
Changes: 
 devscripts (2.11.2ubuntu1) precise; urgency=low
 .
   * Merge from Debian testing, 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-*.
   * Dropped changes, included in Debian:
     - Always make mk-build-deps packages arch-dependent when --arch is
       passed.
 .
 devscripts (2.11.2) unstable; urgency=low
 .
   [ Gerfried Fuchs ]
   * Remove the word "of" from the BSD 3 clause check, it might not be in
     there.
 .
   [ James McCoy ]
   * Remove support for PGP-style commands from debsign/debrsign.  (Closes:
     #639204)
     + DEBSIGN_SIGNLIKE config variable removed
   * Update scripts to use GNU getopt-compatible option parsing. (Closes:
     #641979)
     + For Perl scripts, use Getopt::Long's "gnu_compat" and "bundling" modes.
       When allowed, also use "permute" for full GNU getopt compatibility.
     + For shell scripts, use getopt instead of manual option parsing.
       - Update uses of getopt to show usage when getopt fails.
   * licensecheck:
     + Recognize more generated files, MIT/X11 variants, Microsoft Permissive
       License (Ms-PL), and a libpng variant.  Thanks to Paweł Hajdan, Jr for
       the patches.  (Closes: #641497, #647524, #647526, #647527)
   * debchange: Document that only `$1' backreference replacements are
     supported.  Thanks to Matthijs Kooijman for the patch.  (Closes: #639813)
   * mergechanges: Use awk instead of sed to handle massaging the final output
     so we can better control the processing.  (Closes: #640782)
   * uscan: Fully support lzma and xz tarballs.  Based on a patch from Tanguy
     Ortolo.  (Closes: #631713)
   * debi: Document --multi, --with-depends, and --tool in the man page.
     (Closes: #644983)
   * dd-list:
     + Correctly handle maintainer names which have a comma.  (Closes: #646562)
     + Sort results by full-name instead of trying to parse the names.
       (Closes: #638602)
     + Parse sources files directly instead of invoking apt-cache.  (Closes:
       #376595)
     + Allow specifying which sources files to read.  (Closes: #509983)
   * Remove references to obsolete PGP keyrings in who-uploads/dscverify.
   * who-uploads: Don't check for default keyrings with --no-default-keyrings.
     (Closes: #515058)
 .
   [ Stefano Rivera ]
   * debchange: Add precise as a recognised Ubuntu distro.
 .
   [ David Prévot ]
   * bts: Remove outdated information from documentation for owner command.
     (Closes: #625990)
 .
   [ Steve Langasek ]
   * new script dep3changelog, which parses a DEP3 patch header and feeds a
     suitable changelog entry to dch.  (Closes: #599777)
 .
   [ Michael Prokop ]
   * debcheckout: Use DESTDIR also for debian/ only VCS packages.  (Closes:
     648654)
Checksums-Sha1: 
 e510d8cf40ef9d4fcbc3b515eb4afc9f0d097e43 2379 devscripts_2.11.2ubuntu1.dsc
 2383d273cef8b2c0dcde04d98d004fec8761eb97 781007 devscripts_2.11.2ubuntu1.tar.gz
Checksums-Sha256: 
 7a97b9aee90217e753525b699ad38691c45fd1cb8c008b97c126ea37c4257d7b 2379 devscripts_2.11.2ubuntu1.dsc
 7a91e74a86870a0c15cedafab841e8490126ebc658fe4ed56a3732c759831b12 781007 devscripts_2.11.2ubuntu1.tar.gz
Files: 
 4d3dfd02755603332885241f92613dc9 2379 devel optional devscripts_2.11.2ubuntu1.dsc
 efcc8d29f97ab0d1312117fafe06593e 781007 devel optional devscripts_2.11.2ubuntu1.tar.gz
Original-Maintainer: Devscripts Devel Team <pkg-devscripts at teams.debian.net>

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

iQIVAwUBTu41bVaNMPMhshM9AQjV2g/+P84LjMKSIIIlhCZ+MO7LHuqjp1bxVqcK
a84SbahflloQZ49QQB0cgkT4FfyfeP3etRuaGkSchPMzpXozgni+o2Pu9Rrt9ma3
hpCyVJkxj1gZwHEv9MB4DghubbpnQkjJIbc9o7qOxWvFhE9T8WEYKdV0/tKJGOaj
EuoEFixTR0gqdDpTTeXwvCSpwE8bk9h93VQm6DZdeAAbng7fbmO9YKmAfonBA+1f
xYSDg2+ZYNXP9QxwDRungsa1fxM4wKslawR8oM8xzdc7FG4zH9W8BO9cz6GwxR3j
LbS5k5/TyOsqnBYHCI8oBpbH1xNjFVCT7pXuSNesuw/t/oATifU7wiAPuBw5D+6e
ljGzBdxodl4dSiXiQiSIjInrAAoqgV5li1JnNTkvD98NVBPmWojUwJRiHdwSRTrB
sK4AsBfShWVIRCLlMCd9Jjm+Hhaf8z/EJXwx8vt5X5M6dZpnzqFTXtDVG5nGYmts
c03yWOh8Cyop0diFyXacqp0KEvtVDfwoMS/VdQoOGfNyuHQ7jmtKRW3u7Q0Axg0W
4nRS4ijV4lPlRQ7+TBS5smypLPIMe0SZK4QE0w86r0IbvXFanlQUkkSZfrJC8gb7
mTwfsiHSondCO9Odcvm1ap4St6OsLRyjoiATH7FkkjXMw538NQTyB0NiCIoVhpH4
HW/11AI5V1k=
=C6FO
-----END PGP SIGNATURE-----


More information about the Precise-changes mailing list