[ubuntu/xenial-proposed] devscripts 2.15.9ubuntu1 (Accepted)

Steve Langasek steve.langasek at ubuntu.com
Fri Oct 30 04:59:12 UTC 2015


devscripts (2.15.9ubuntu1) xenial; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - include proposed patch from Debian bug #794538 for mk-build-deps
      --host-arch

devscripts (2.15.9) unstable; urgency=medium

  [ Joachim Breitner ]
  * mk-origtargz:
    + Work around tar --delete not working unless piping. This should
      make the support for Excluded-Files more reliable.
      Thanks to Felix Natter for identifying the problem and solution.
  * debcommit:
    + Detect git repositories even if .git is a file instead of a directory,
      as it can be the case with "git worktree" worktrees.
  * origtargz: Call rm -rf with "--", so that files starting with - are not
    considered arguments by rm.

  [ James McCoy ]
  * bts:
    + Add reference to pts-subscribe(1) in bts(1).  (Closes: #794689)
  * tagpending:
    + Fix warning when there are no fixed bugs in the changelog.  (Closes:
      #795470)
    + Avoid querying the BTS when there are no bugs closed in the changelog.
  * mergechanges:
    + Add -S/--source argument to skip all binary packages.  Thanks to Ansgar
      Burchardt for the patch.  (Closes: #795573)
  * debchange:
    + Only emit "no orig tarball" for non-native packages.  (Closes: #797018)
  * debcheckout:
    + Clarify documentation of -f option.  Thanks to Daniel Shahaf for the
      patch!  (Closes: #797265)
  * annotate-output:
    + Optimize the case of FORMAT not containing any date format codes.
      Thanks to Stefan Fritsch for the patch.  (Closes: #799553)
  * build-rdeps:
    + Avoid recursing into apt's lists directory.  Only the top-level files
      are interesting and this avoids a “Permission denied” warning with apt
      versions that restrict access to the lists/partial directory.  Thanks to
      James Cowgill for the patch.  (Closes: #798252)
  * wrap-and-sort:
    + Avoid modifying an empty file.  Thanks to Chris Lamb for the patch.
      (Closes: #789579)
  * dd-list:
    + Omit information from stanzas with “Extra-Source-Only: yes”.
    + Use only the information from the most recent version of a package
      within each sources file.  (Closes: #788820)
    + Enable reading sources data from gz or bzip2 compressed files.  If the
      --dctrl switch is being used, the -z switch is needed to enabled
       decompression.  Compressed files specified with the -s switch will
       automatically be handled if using a .gz/.bz2 extension.

  [ Dominique Dumont ]
  * licensecheck:
    * added --text option to avoid scanning binary files (Closes: #797562)
    * use 'file' command to decide whether to scan a file or
      not (instead of testing file suffix)
    * remove trailing '#' from © information
    * store only first © block to avoid duplicated information
    * remove '\' from © information (useful for nroff files)

  [ Adam D. Barratt ]
  * getbuildlog:
    + Stop downloading logs from debian-ports explicitly, now that it has
      been merged into buildd.debian.org and downloading from both locations
      causes duplicate downloads.  (Closes: #796506)

  [ Dmitry Shachnev ]
  * uscan: Use https protocol for pypi.debian.net redirector, now that it
    is available.  (Closes: #796880)

  [ Osamu Aoki ]
  * uscan:
    + Ensure the version field in the watch line is defined, rather than
      "true" before using it in a comparison.  The enables the use of 0 as a
      value for the version.  (Closes: #796984)

  [ Gunnar Wolf ]
  * debchange:
    + Allow the current preferred security upload targets
      (wheezy|jessie|stretch)-security instead of their changing
      counterparts (oldstable|stable|testing)-security (Closes: #797084)

  [ Antonio Terceiro ]
  * chdist:
    + Add support for running apt-file
  * debian/lintian-overrides: remove overrides for false positives that had
    been fixed in lintian

  [ Christoph Berg ]
  * debcheckout: Add auth mapping for git://github.com.

Date: Thu, 29 Oct 2015 21:52:54 -0700
Changed-By: Steve Langasek <steve.langasek at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/devscripts/2.15.9ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 29 Oct 2015 21:52:54 -0700
Source: devscripts
Binary: devscripts
Architecture: source
Version: 2.15.9ubuntu1
Distribution: xenial
Urgency: medium
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: 788820 789579 794689 795470 795573 796506 796880 796984 797018 797084 797265 797562 798252 799553
Changes:
 devscripts (2.15.9ubuntu1) xenial; urgency=low
 .
   * Merge from Debian unstable.  Remaining changes:
     - include proposed patch from Debian bug #794538 for mk-build-deps
       --host-arch
 .
 devscripts (2.15.9) unstable; urgency=medium
 .
   [ Joachim Breitner ]
   * mk-origtargz:
     + Work around tar --delete not working unless piping. This should
       make the support for Excluded-Files more reliable.
       Thanks to Felix Natter for identifying the problem and solution.
   * debcommit:
     + Detect git repositories even if .git is a file instead of a directory,
       as it can be the case with "git worktree" worktrees.
   * origtargz: Call rm -rf with "--", so that files starting with - are not
     considered arguments by rm.
 .
   [ James McCoy ]
   * bts:
     + Add reference to pts-subscribe(1) in bts(1).  (Closes: #794689)
   * tagpending:
     + Fix warning when there are no fixed bugs in the changelog.  (Closes:
       #795470)
     + Avoid querying the BTS when there are no bugs closed in the changelog.
   * mergechanges:
     + Add -S/--source argument to skip all binary packages.  Thanks to Ansgar
       Burchardt for the patch.  (Closes: #795573)
   * debchange:
     + Only emit "no orig tarball" for non-native packages.  (Closes: #797018)
   * debcheckout:
     + Clarify documentation of -f option.  Thanks to Daniel Shahaf for the
       patch!  (Closes: #797265)
   * annotate-output:
     + Optimize the case of FORMAT not containing any date format codes.
       Thanks to Stefan Fritsch for the patch.  (Closes: #799553)
   * build-rdeps:
     + Avoid recursing into apt's lists directory.  Only the top-level files
       are interesting and this avoids a “Permission denied” warning with apt
       versions that restrict access to the lists/partial directory.  Thanks to
       James Cowgill for the patch.  (Closes: #798252)
   * wrap-and-sort:
     + Avoid modifying an empty file.  Thanks to Chris Lamb for the patch.
       (Closes: #789579)
   * dd-list:
     + Omit information from stanzas with “Extra-Source-Only: yes”.
     + Use only the information from the most recent version of a package
       within each sources file.  (Closes: #788820)
     + Enable reading sources data from gz or bzip2 compressed files.  If the
       --dctrl switch is being used, the -z switch is needed to enabled
        decompression.  Compressed files specified with the -s switch will
        automatically be handled if using a .gz/.bz2 extension.
 .
   [ Dominique Dumont ]
   * licensecheck:
     * added --text option to avoid scanning binary files (Closes: #797562)
     * use 'file' command to decide whether to scan a file or
       not (instead of testing file suffix)
     * remove trailing '#' from © information
     * store only first © block to avoid duplicated information
     * remove '\' from © information (useful for nroff files)
 .
   [ Adam D. Barratt ]
   * getbuildlog:
     + Stop downloading logs from debian-ports explicitly, now that it has
       been merged into buildd.debian.org and downloading from both locations
       causes duplicate downloads.  (Closes: #796506)
 .
   [ Dmitry Shachnev ]
   * uscan: Use https protocol for pypi.debian.net redirector, now that it
     is available.  (Closes: #796880)
 .
   [ Osamu Aoki ]
   * uscan:
     + Ensure the version field in the watch line is defined, rather than
       "true" before using it in a comparison.  The enables the use of 0 as a
       value for the version.  (Closes: #796984)
 .
   [ Gunnar Wolf ]
   * debchange:
     + Allow the current preferred security upload targets
       (wheezy|jessie|stretch)-security instead of their changing
       counterparts (oldstable|stable|testing)-security (Closes: #797084)
 .
   [ Antonio Terceiro ]
   * chdist:
     + Add support for running apt-file
   * debian/lintian-overrides: remove overrides for false positives that had
     been fixed in lintian
 .
   [ Christoph Berg ]
   * debcheckout: Add auth mapping for git://github.com.
Checksums-Sha1:
 e0adaa23c20a958bdef095b977d08db3e5fb77ed 2234 devscripts_2.15.9ubuntu1.dsc
 77879619db7a0e5ad5d4d7e0ad3866e7f1ed0d16 624860 devscripts_2.15.9ubuntu1.tar.xz
Checksums-Sha256:
 5b37c85c43097d2eb84a6f5242c0d39673c752b95b74ec4eed3c18ae987ad347 2234 devscripts_2.15.9ubuntu1.dsc
 bff9ec6f331983a3f8ee83e528ee452a645582eb8cecb2b416af4ae62f2c5c02 624860 devscripts_2.15.9ubuntu1.tar.xz
Files:
 c69183be449248827507d59f96231471 2234 devel optional devscripts_2.15.9ubuntu1.dsc
 cc30b2f15f54b6b87125dcce6caeeda2 624860 devel optional devscripts_2.15.9ubuntu1.tar.xz
Original-Maintainer: Devscripts Devel Team <devscripts-devel at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2

iQIcBAEBCgAGBQJWMve0AAoJEFaNMPMhshM9q8QP+wRxPakS4TbuMaJoVYUSzFJg
JutiSJHlSya3c26UemOg86WmpYMb//y/KXLD/qmMsVoMZW9P0vbzyq2CWL3vlIWb
2IdHmV3BgT0BABTGxiw1G5VCvath7e1iZuhHxNzkwVRjt1yNbBdEF6682pdse2A2
vE7nDFRpUgBm+5kKkh6w+zWKfmWkAmGjtMpCYY7P0t4pW2+DbOGopLvj5j2KBNqY
BehrV4IO+9+kYGEfBt0AZASUKDmeZkyPPyjnSeop3+gAkNgQem9zkN1uMx8peU4K
QA0ikvJ/JZQuPcpakqrb/pge7ALfni2QnitRTFJFAzx/Bwibb7FQaaOVc9CuuUJ/
XXoYSPXv38ZV61ylGyJr1R49KgPg96InBeNv4QkVsVWHYJKVa61g0anXOlc0uhUf
YRkH3Nb5pskBio/KdgKgwGoSJb3dlc17VNFKZ9KXNWOGq0+3vy8eI64/8Fktu8Ry
AGVXjANjl3Ejk7G0WtJy8eMNWa0t7VBI7femp2nv+VCjciLqwB+0Z1cFim3BctiX
VM5BRpIOcGMTtxm6ocPqth6rjYuGM9z2TCQOPqUl9W/ON/kXi+SwKTd96skYbZwe
y7IeROBJwSlmgRSde5tkgEooVVDUROPNtw2kViAlkMTsNkd+8SG4LHdIEOVL/icW
3CHai5EolP4OVoa0PeFe
=dVrW
-----END PGP SIGNATURE-----


More information about the Xenial-changes mailing list