[ubuntu/yakkety-proposed] devscripts 2.16.6ubuntu1 (Accepted)

Adam Conrad adconrad at ubuntu.com
Mon Jul 4 16:51:32 UTC 2016


devscripts (2.16.6ubuntu1) yakkety; urgency=medium

  * Merge with Debian unstable; remaining changes:
    - Depend on liblwp-protocol-https-perl and libwww-perl for autopkgtests;
      these are also covered by needs-recommends, but an explicit dependency
      forces autopkgtest not to drop them during Perl transitions due to
      pinning only necessary packages from -proposed.
    - Depend on build-essential, debhelper, mozilla-devscripts for tests.
  * test_package_lifecycle: Adjust for Ubuntu: filter out output from
    pkg-create-dbgsym's dh_gencontrol wrapper, pass -U to debchange, and
    pass --set-envvar=NO_PKG_MANGLE=1 to debuild.

devscripts (2.16.6) unstable; urgency=medium

  [ James McCoy ]
  * uscan:
    + Fix typo of "passive" in description of PASV FTP mode.  Thanks to Yann
      Dirson for the patch.  (Closes: #826321)
    + Fix an “undefined subroutine” error by using the, already imported, cwd
      function instead of getcwd.  (Closes: #827422)
  * dd-list:
    + Require an argument for ‘-s’ option, as intended, fixing a compatibility
      issue with Perl 5.24's Getopt::Long.  Thanks to Niko Tyni for the patch.
      (Closes: #826401)
  * debchange:
    + Merging the existing changelog stanza when a package is UNRELEASED and
      --newversion is used now also happens with --distribution.  Thanks to
      Ilias Tsitsimpi for the patch.  (Closes: #826837)
  * Replace git-import-orig references with gbp-import-orig.  Thanks to Guido
    Günther for the patch.  (Closes: #828758)
  * Remove licensecheck script and add a Recommends for the new licensecheck
    package.  (Closes: #828872)

  [ Paul Wise ]
  * uscan:
    + Fix typo of "release" in description of git repository mode
  * debsnap:
    + Avoid an extra / in the srcfiles URL
  * chdist:
    + add support for apt and suggest it instead of apt-get

  [ Antonio Terceiro ]
  * debc:
    + Added --list-debs option, which makes debc only list the filenames of
      the .deb files, and none of their contents.

  [ Osamu Aoki ]
  * uscan:
    + Fix watch file examples around pgpmode=none.

  [ Jakub Wilk ]
  * debcommit:
    + Fix typo in the manual page.
  * debdiff:
    + Fix typo in the manual page.
  * uscan:
    + Fix gpgv existence check.
    + Fix typos in the manual page.
  * who-permits-upload:
    + Fix typo in the manual page.
  * README:
    + Fix typo.

devscripts (2.16.5) unstable; urgency=medium

  [ James McCoy ]
  * uscan:
    + Import catfile from File::Spec::Functions to fix use of unqualified
      name.  Thanks to Craig Small for the patch.  (Closes: #823218)
    + Use builtin die function when telling the user they don't have
      LWP::UserAgent installed, instead of calling an undefined function.
      (Closes: #826146)
  * Declare compliance with policy 3.9.8, no changes needed.

  [ Osamu Aoki ]
  * uscan:
    + Clarify --no-symlink meaning.  (Closes: #819111)
    + No output if upstream == debian and no errors.  (Closes: #822649)
    + Better @ANY_VERSION@ regex.  (Closes: #821224)
  * uupdate:
    + Use "dpkg-source --skip-patches ..." with -f to prevent patches to be
      applied.  Thanks Herbert Parentes Fortes Neto.  (Closes: #823350)
  * test_package_lifecycle:
    + Handle new output format for dpkg-dev utilities.  (Closes: #825228)

  [ Ben Finney ]
  * scripts/*.bash_completion:
    + Render U+0009 TAB to spaces.
    + Normalise editor hints to preserve formatting.
    + Standardise explanatory header block.
  * debdiff:
    + Include all options in Bash command completion.  (Closes: #824372)
    + Correct Bash completion for ‘--debs-dir’ option.  (Closes: #824369)

  [ Paul Wise ]
  * licensecheck:
    + Detect files containing "do not modify" as generated
    + Detect files containing "Generated data" as generated
    + Detect files containing "edit the original" as generated

  [ Dominique Dumont ]
  * licensecheck:
    + added --deb-fmt option to use dep-5 license keywords (see #472199)
    + parse "copyright-holders: John Doe" (See #820798)
    + Parse "license: BSD-x-Clause" declaration (Closes: #820798)

devscripts (2.16.4) unstable; urgency=medium

  * mk-build-deps:
    + Only remove the deb after install if --remove was specified.
  * uscan:
    + Return early from process_watchline if no download or sig verification
      is taking place.  (Closes: #822233)

devscripts (2.16.3) unstable; urgency=medium

  [ James McCoy ]
  * uscan:
    + Fix regression in processing FTP listings when file pattern is the tail
      of another filename.  (Closes: #818727)
    + Handle trailing spaces on the watch line when determining whether the
      line specifies the version to check.  (Closes: #818865)
    + xip → xpi in the manpage.  (Closes: #819106)

  [ Paul Wise ]
  * Update chdist bash-completion file with the architectures currently
    (as of 2016-04-02) listed on buildd.debian.org
  * Support xz compressed files in dd-list

  [ Christoph Berg ]
  * origtargz: Clarify manpage about when the tarball is unpacked.
    (Closes: #820494)

Date: Mon, 04 Jul 2016 10:42:04 -0600
Changed-By: Adam Conrad <adconrad at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/+source/devscripts/2.16.6ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 04 Jul 2016 10:42:04 -0600
Source: devscripts
Binary: devscripts
Architecture: source
Version: 2.16.6ubuntu1
Distribution: yakkety
Urgency: medium
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Adam Conrad <adconrad at ubuntu.com>
Description:
 devscripts - scripts to make the life of a Debian Package maintainer easier
Closes: 818727 818865 819106 819111 820494 820798 821224 822233 822649 823218 823350 824369 824372 825228 826146 826321 826401 826837 827422 828758 828872
Changes:
 devscripts (2.16.6ubuntu1) yakkety; urgency=medium
 .
   * Merge with Debian unstable; remaining changes:
     - Depend on liblwp-protocol-https-perl and libwww-perl for autopkgtests;
       these are also covered by needs-recommends, but an explicit dependency
       forces autopkgtest not to drop them during Perl transitions due to
       pinning only necessary packages from -proposed.
     - Depend on build-essential, debhelper, mozilla-devscripts for tests.
   * test_package_lifecycle: Adjust for Ubuntu: filter out output from
     pkg-create-dbgsym's dh_gencontrol wrapper, pass -U to debchange, and
     pass --set-envvar=NO_PKG_MANGLE=1 to debuild.
 .
 devscripts (2.16.6) unstable; urgency=medium
 .
   [ James McCoy ]
   * uscan:
     + Fix typo of "passive" in description of PASV FTP mode.  Thanks to Yann
       Dirson for the patch.  (Closes: #826321)
     + Fix an “undefined subroutine” error by using the, already imported, cwd
       function instead of getcwd.  (Closes: #827422)
   * dd-list:
     + Require an argument for ‘-s’ option, as intended, fixing a compatibility
       issue with Perl 5.24's Getopt::Long.  Thanks to Niko Tyni for the patch.
       (Closes: #826401)
   * debchange:
     + Merging the existing changelog stanza when a package is UNRELEASED and
       --newversion is used now also happens with --distribution.  Thanks to
       Ilias Tsitsimpi for the patch.  (Closes: #826837)
   * Replace git-import-orig references with gbp-import-orig.  Thanks to Guido
     Günther for the patch.  (Closes: #828758)
   * Remove licensecheck script and add a Recommends for the new licensecheck
     package.  (Closes: #828872)
 .
   [ Paul Wise ]
   * uscan:
     + Fix typo of "release" in description of git repository mode
   * debsnap:
     + Avoid an extra / in the srcfiles URL
   * chdist:
     + add support for apt and suggest it instead of apt-get
 .
   [ Antonio Terceiro ]
   * debc:
     + Added --list-debs option, which makes debc only list the filenames of
       the .deb files, and none of their contents.
 .
   [ Osamu Aoki ]
   * uscan:
     + Fix watch file examples around pgpmode=none.
 .
   [ Jakub Wilk ]
   * debcommit:
     + Fix typo in the manual page.
   * debdiff:
     + Fix typo in the manual page.
   * uscan:
     + Fix gpgv existence check.
     + Fix typos in the manual page.
   * who-permits-upload:
     + Fix typo in the manual page.
   * README:
     + Fix typo.
 .
 devscripts (2.16.5) unstable; urgency=medium
 .
   [ James McCoy ]
   * uscan:
     + Import catfile from File::Spec::Functions to fix use of unqualified
       name.  Thanks to Craig Small for the patch.  (Closes: #823218)
     + Use builtin die function when telling the user they don't have
       LWP::UserAgent installed, instead of calling an undefined function.
       (Closes: #826146)
   * Declare compliance with policy 3.9.8, no changes needed.
 .
   [ Osamu Aoki ]
   * uscan:
     + Clarify --no-symlink meaning.  (Closes: #819111)
     + No output if upstream == debian and no errors.  (Closes: #822649)
     + Better @ANY_VERSION@ regex.  (Closes: #821224)
   * uupdate:
     + Use "dpkg-source --skip-patches ..." with -f to prevent patches to be
       applied.  Thanks Herbert Parentes Fortes Neto.  (Closes: #823350)
   * test_package_lifecycle:
     + Handle new output format for dpkg-dev utilities.  (Closes: #825228)
 .
   [ Ben Finney ]
   * scripts/*.bash_completion:
     + Render U+0009 TAB to spaces.
     + Normalise editor hints to preserve formatting.
     + Standardise explanatory header block.
   * debdiff:
     + Include all options in Bash command completion.  (Closes: #824372)
     + Correct Bash completion for ‘--debs-dir’ option.  (Closes: #824369)
 .
   [ Paul Wise ]
   * licensecheck:
     + Detect files containing "do not modify" as generated
     + Detect files containing "Generated data" as generated
     + Detect files containing "edit the original" as generated
 .
   [ Dominique Dumont ]
   * licensecheck:
     + added --deb-fmt option to use dep-5 license keywords (see #472199)
     + parse "copyright-holders: John Doe" (See #820798)
     + Parse "license: BSD-x-Clause" declaration (Closes: #820798)
 .
 devscripts (2.16.4) unstable; urgency=medium
 .
   * mk-build-deps:
     + Only remove the deb after install if --remove was specified.
   * uscan:
     + Return early from process_watchline if no download or sig verification
       is taking place.  (Closes: #822233)
 .
 devscripts (2.16.3) unstable; urgency=medium
 .
   [ James McCoy ]
   * uscan:
     + Fix regression in processing FTP listings when file pattern is the tail
       of another filename.  (Closes: #818727)
     + Handle trailing spaces on the watch line when determining whether the
       line specifies the version to check.  (Closes: #818865)
     + xip → xpi in the manpage.  (Closes: #819106)
 .
   [ Paul Wise ]
   * Update chdist bash-completion file with the architectures currently
     (as of 2016-04-02) listed on buildd.debian.org
   * Support xz compressed files in dd-list
 .
   [ Christoph Berg ]
   * origtargz: Clarify manpage about when the tarball is unpacked.
     (Closes: #820494)
Checksums-Sha1:
 10e8666c28bf8f2cc8a95191f767faabba4c5189 2292 devscripts_2.16.6ubuntu1.dsc
 beff559b520013ed2dec37e3239487b7d7673dcc 667780 devscripts_2.16.6ubuntu1.tar.xz
Checksums-Sha256:
 358d398304e01d528822b3ac98a8e39ecc23ae3ef6b3bf16deb27ab92499a643 2292 devscripts_2.16.6ubuntu1.dsc
 78578db00d52730a225ab6d364fac2e61d527d8997d0e217606f7dacc8fdc08b 667780 devscripts_2.16.6ubuntu1.tar.xz
Files:
 8b8c0ed59fe191a3aa13377b833569a6 2292 devel optional devscripts_2.16.6ubuntu1.dsc
 79962f760e642779635529de46fdfa1f 667780 devel optional devscripts_2.16.6ubuntu1.tar.xz
Original-Maintainer: Devscripts Devel Team <devscripts-devel at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJXepPOAAoJEINAGjCxzeWPMDkP/14L32pHqpwykNgbDH1ds1gT
2RqP/qDYpMYc76ilaW50DcZ9/THpVvlNg708+s7pUHCwjDBiXjbBedNi+hHi2QdS
0lKu2dPbT49v/MJ8pwIK39wQA03XVvRIpvw3s20VEIiSsZzwPkrPwTd5nfFCjjLj
FtiE3as1qrkuXd/Ao27zVhPxWNfOBTCJAxWmLvEt4+AR7C4SE9WAMsorDDJu7KB1
LN9/T32mnAKyRsv8Ay7FLAI1h3nwba1x5IbNHeLkRleoGzE1bcGQbZDVAamws1yz
VyjZLdZY8kIfLE/EG+WaZfgnxd7x9wTqlIoddaWJs72pM14Bmkg+UF9TN/yVeREf
sRbf44U+1+0Kl1JBZqOV/OdpfbRHbnj3DCqHm3ynLnQm9zTu0CPaGHfrCRxBthku
htxPcuSRQuK7rm7AdJL8m4zkXedDgsqy471qbBDbmqrsbuvbkKXRSNZviQ9drHGq
V5XI6OY/ULsUl5CgAKE/ZUptK68FX3+CazZBci0euswUX227dIrQ/tHH6tKx4zbe
uN6hqWVgECJEa6uMDdL8CBZeXp/LERcpO103VqS2MZ8yDE8rx71h9mUITSO9+ib8
pngvmW6A3eFUA+7w8LbMszBb1cUSLWVehczUi/GgfwxqiOzShp50i2JvR8u8UkqM
hdDG9gjBWAvCPyacNUJw
=Ux/r
-----END PGP SIGNATURE-----


More information about the Yakkety-changes mailing list