Change logs for devscripts source package in Zesty

  • devscripts (2.16.8ubuntu2) zesty; urgency=medium
    
      * Fix pyflakes errors with sadt, suspicious-source, and wrap-and-sort fixes
        FTBFS. (LP: #1679807)
    
     -- Brian Murray <email address hidden>  Tue, 04 Apr 2017 12:23:02 -0700
  • devscripts (2.16.8ubuntu1) zesty; 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.
    
     -- Mathieu Trudel-Lapierre <email address hidden>  Thu, 03 Nov 2016 09:20:45 -0600
  • 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)
    
     -- Adam Conrad <email address hidden>  Mon, 04 Jul 2016 10:42:04 -0600