devscripts_2.16.1~bpo8+1_multi.changes ACCEPTED into jessie-backports

Debian FTP Masters ftpmaster at ftp-master.debian.org
Fri Feb 19 04:19:54 UTC 2016



Accepted:

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Thu, 18 Feb 2016 21:41:35 -0500
Source: devscripts
Binary: devscripts
Architecture: source
Version: 2.16.1~bpo8+1
Distribution: jessie-backports
Urgency: medium
Maintainer: Devscripts Devel Team <devscripts-devel at lists.alioth.debian.org>
Changed-By: James McCoy <jamessan at debian.org>
Closes: 278797 350454 363346 375138 395439 409094 415680 451051 458777 472065 499886 516704 517637 519080 526443 526450 531321 532182 538717 539780 544638 549178 557768 559429 570221 573631 582958 648632 663357 674812 696492 705989 731725 733272 734748 737843 738977 740366 750024 751984 752364 755754 762263 763071 773390 774554 775526 778723 783497 788414 790629 796293 797045 797787 798133 798175 800704 801165 802503 803315 803724 803948 804239 804492 804735 805501 806262 806424 807064 807065 808271 808394 809541 809554 809604 809662 809806 812119 812417 812661 812860 814447
Description: 
 devscripts - scripts to make the life of a Debian Package maintainer easier
Changes:
 devscripts (2.16.1~bpo8+1) jessie-backports; urgency=medium
 .
   * Rebuild for jessie-backports.
 .
 devscripts (2.16.1) unstable; urgency=medium
 .
   [ Antonio Terceiro ]
   * uscan:
     - fix regression in uscan when --destdir is set (Closes: #809662)
       Patch by Alex Mestiashvili <mailatgoogl at gmail.com>
     - fix crash when --rename is passed  (Closes: #812417)
     - when scanning for directories called 'debian', ignore the ones that
       don't have a file called 'watch'. This removes several annoying warnings
       when uscan is run on a package that has several directories called
       'debian' in its upstream source.
     - fix English phrases when logging download-related actions
   * mk-build-deps:
     - When installing, pass `-o Debug::pkgProblemResolver=yes` to `apt-get
       install` so that when build dependencies can't be satisfied, you know why.
       Otherwise it would just tell you that the *-build-deps package needs to
       be removed and you will never know why.
   * debian/control:
     - change Vcs-Git: to a https:// URL
 .
   [ James McCoy ]
   * checkbashisms:
     + Recognize dash as a valid shell.
     + Check scripts which use “#!/path/to/env $interpreter”
     + Allow %b as a printf conversion specifier.  Thanks to Mike Frysinger for
       the patch.  (Closes: #804735)
   * debian/tests/control: Add gcc as a dependency for dpkg-architecture.
   * chdist:
     + Symlink, rather than copy, the archive keyrings into the chdist tree so
       they don't get stale.  (Closes: #783497)
   * test_package_lifecycle: Ignore listing of dh_* commands in debuild output.
     The specific commands aren't interesting, so much as the steps that the
     build goes through.  Fixes FTBFS due to new dh_update_autotools_config
     command.  (Closes: #812661)
   * dd-list:
     + Use apt interfaces to find sources files and extract their contents,
       instead of globbing and directly reading files.
   * dcmd:
     + Support .buildinfo files.  Thanks to Johannes Schauer for the patch.
       (Closes: #774554)
   * debsnap:
     + Remove use of JSON module in favor of the core Perl JSON::PP module.
       Thanks to RjY and Jakub Wilk.  (Closes: #803315)
   * dep3changelog:
     + Recognize https URLs for Bug-Debian.  (Closes: #750024)
 .
   [ Christoph Berg ]
   * debcheckout: Add auth mapping for https://github.com.
 .
   [ Osamu Aoki ]
   * uscan:
     + Fix regressions and glitches in the prioritizing mechanism of packages.
       (Closes: #809604)
     + Fix regressions of the verbosety. (Closes: #809541, #809554)
     + Keep the original compressed file when decompressing it for the
       signature verification. (Closes: #812860)
     + Write *.uscan.log only when requested by --log. (Closes: #809806)
     + Fix syntax of GitHub watch file example.  (Closes: #814447)
   * uscan, mk-origtargz:
     + Document Files-Excluded better.  (Closes: #812119)
 .
   [ Dominique Dumont ]
   * licensecheck:
     + detect LGPL license in Perl files handled by Dist::Zilla
 .
 devscripts (2.15.10) unstable; urgency=low
 .
   [ Benjamin Drung ]
   * test_uscan: Fix failure in testFileExclusion due to wrong tarfile name
     test on Ubuntu.
 .
   [ Nicholas Bamber ]
   * Fixed issues with current bash completion (Closes: #804492)
     + Reorganised scripts/Makefile so that bash completion scripts
       are installed matching their command names - an exception being the
       generic pkgnames.bash_completion.
     + Where necessary added links to bash completion scripts
       to debian/links to reuse bash completion code
     + Removed deprecated "have" mechanism from bash completion scripts.
     + Removed undefined "$filenames" from chdist.bash_completion
     + Split debi.bash_completion off from pkgnames.bash_completion
       and added links for both debi/debc and corrected complete commands
   * Added custom bash completion support for bts (Closes: #499886)
     + Added --soap-timeout option to bts
     + Added listcachedbugs command to bts
     + Split out bts bash completion handling into its own script
   * Added custom bash completion support for debuild, checkbashisms,
     list-unreleased, dscverify, dscextract, what-patch, plotchangelog,
     debdiff and licensecheck
   * Updated custom bash completion handling for mk-origtargz
   * Added debcheckout to those commands with package names bash completion
   * licensecheck:
     + Tweaked parselicense to capture 'and or' as well as
       'and/or' in GPL licenses (Closes: #559429)
     + Added test for licensecheck versus Software::License
     + Resolved failure to find license from Software::License generated
       files from Artistic and Mozilla licenses
   * Added test for life cycle of package:
     + debuild, dscverify, dscextract, list-unreleased, debdiff
   * Rearranged cleanup of tests to use oneTimeSetUp/oneTimeTearDown
   * Streamlined structure of test/Makefile
   * Updated .gitignore
 .
   [ Dominique Dumont ]
   * licensecheck:
     + no longer attempts to find encoding or select files to parse
       using 'file' commands. By default, files are selected using file
       extension instead of MIME types provided by "file" command.  The
       list of file extensions is more boring to maintain but also more
       predictable.  (Closes: #803724)
     + added --encoding option. By default, input files are handled as utf-8
       Information is printed on STDOUT as utf-8.
     + --text option is deprecated
     + added freetype license
     + remove 'by' from copyright owners
     + remove whitespace from end of multi-line copyright statements
     + parse multi-line copyright blocks (Closes: #519080)
     + parse .lisp file (part of #806424)
     + added LLGPL license (part of #806424)
     + licensecheck: show skipped file with --skipped (Closes: #806424)
     + also parse last 5kb of a file
     + parse source file without suffix (e.g script, README)
     + parse .css or .less file
     + parse perl6 files (.pl6 .pm6 .pod6 ...)
     + parse markdown files (.md or .markdown)
     * tweaked to parse Artistic 2.0 license file
     * improved detection of artistic 2.0 licenses
 .
   [ Osamu Aoki ]
   * uscan:
     + Start uupdate with --verbose as needed.  (Closes: #350454)
     + Add test_uscan_mangle for testing the mangling rules and pgp signature.
     + Add --download-debversion.  (Closes: #755754)
     + Add pagemangle.  (Closes: #395439, #451051, #538717, #705989, #773390)
     + Add oversionmangle as a part of multiple upstream tarball support.
       (Closes: #458777)
     + Add dirversionmangle with $download-version consideration with detailed
       and sorted reporting of all available URLs.
       (Closes: #363346, #375138, #472065, #516704, #557768, #734748)
     + Add the multiple upstream tarball support and extend the OpenPGP support
       with new watch line options: component, compression, repack, pgpmode,
       versionmode, decompress.  (Closes: #526443, #531321, #549178, #731725,
       #738977, #778723, #800704)
     + Updated manpage contents and build it from POD.  (Closes: #409094,
       #415680, #573631, #648632, #733272, #775526, #790629, #796293, #797787)
     + Improve FTP listing handling. (Closes: #696492)
     + Add the --overwrite-download, --skip-signature, and similar options
       to reorganize behavior around existing downloaded files.
       (Closes: #532182, #740366, #801165)
     + Update filenamemangle to support the version pattern matching in any
       position of the URL and remove .download hack which breaks
       mk-origtargz. (Closes: #526450, #803948, #804239)
     + Reorganize the reporting by uscan and adjust its text strings.
       (Closes: #582958)
     + Add download compression ordering support to prefer xz over gz.
       (Closes: #763071)
     + Add generalized search regex with some special strings @PACKAGE@,
       @ANY_VERSION@, @ARCHIVE_EXT@, and @SIGNATURE_EXT at .
       (Closes: #517637, #539780)
     + Add direct git repository support. (Closes: #663357)
     + Add unzipopt support.
   * uupdate:
     + Prevent failure when upstream version is 0.  (Closes: #798175)
     + Work around missing debian.tar.gz for "3.0 (quilt)".  (Closes: 798133)
     + Add multiple upstream tarball support and resolve minor bugs by using
       dpkg-source as the backend.  (Closes: #278797, #544638, #570221,
       #752364, #797045)
   * mk-origtargz:
     + Support component name for the multiple upstream tarball support.
     + Fix Files-Excluded for duplicate entries. (Closes: #762263)
     + Add --unzipopt option. (Closes: #737843)
     + Add xpi files support. (Closes: #751984)
   * debian/control, dscverify, who-permits-upload, uscan:
     + Add gnupg2/gpgv2 as an alternative option to gnupg/gpgv. (Closes: #788414)
 .
   [ James McCoy ]
   * debuild:
     + Use _all as the .changes arch for -A builds.  (Closes: #806262)
   * dget:
     + Remove unnecessary requirement that “apt-cache policy $pkg” shows a
       priority of 0 for the Candidate version.  (Closes: #807064)
     + Fix parsing of sources.list lines with options.  (Closes: #674812)
   * Add apt to Recommends, since various scripts use tools from apt.  (Closes:
     #807065)
   * Export LC_ALL=C in test_mk-origtargz so the test doesn't fail in non-English
     locales.
   * chdist:
     + Make the apt-file support compatible with 3.x apt-file.
   * debcommit:
     + When a VCS requires a mangled package version for the tag name, still
       use the actual package version in the tag message.  (Closes: #802503)
   * bts:
     + Fix creation of cache dir when $XDG_CACHE_HOME doesn't exist yet.
       (Closes: #808394)
   * checkbashisms:
     + Improve detection of bashisms when a ! is included after an
       if/while/elif conditional.  (Closes: #808271)
 .
   [ Daniel Kahn Gillmor ]
   * debuild:
     + pass through DBUS_SESSION_BUS_ADDRESS so that gpg-agent can make
       pinentry-gnome3 work (Closes: #805501)
Checksums-Sha1: 
 ecd7608ac7c7c30c4873c1fcd5aceb6bcfc59d3e 2396 devscripts_2.16.1~bpo8+1.dsc
 553f9f456dfe8040d479dbfda2b7fffdbd1757dd 681112 devscripts_2.16.1~bpo8+1.tar.xz
Checksums-Sha256: 
 cfebbcc073f7bb4993b4d51ff7824af1ea1479f688aec03b902e61377257b4f3 2396 devscripts_2.16.1~bpo8+1.dsc
 0556e24ab400678ddce801cdcb6412726c8ebaa7fbb2c7aa374be637b2c4bd20 681112 devscripts_2.16.1~bpo8+1.tar.xz
Files: 
 36ecf7b698dccc7c29ad4744252b92dc 2396 devel optional devscripts_2.16.1~bpo8+1.dsc
 ce4ab2bf7e5123adef4b04d8d1203e3f 681112 devel optional devscripts_2.16.1~bpo8+1.tar.xz

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

iQJ8BAEBCgBmBQJWxoOPXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5MUJGQkY0RDY5NTZCRDVERjdCNzJEMjNE
RkU2OTFBRTMzMUJBM0RCAAoJEN/mka4zG6PbhfkP/06oBb16gr0F3+yOSwrYhzKX
FDfF3ufzsxrG8F3Bl8PRagoBVlfljSNj0I36RTQPw2bV48JfsspcqrilCDIhXIHn
lcynAie+NXff7goRcMPTySLmiZxKpk3RyWNaN5W5wNStrU0cX+U8D79KFTfiOSKS
YtQU+9RlBR05XnTixfFCQfRNseoTFOy/E7nzv5vna5ZHsl2wjejDFd3P1ditXwPG
ga4mcOggwu25Ls7PCYoGvjJrC8Fgt1DYBheUF7qoIx+jWGYFoxqxGhabeD/bngGi
ZVvml9pHAbRnB6zi/BaWgCTS8mVKXIfDLEbPBgEh6YPY7ACs6qsLpAN959n7mB4P
iZxhUVle6pC7IbGYBsGnM485t0QNQ8mvSvIP2ARCVYgUOwU9+7gDqoMYmQgA+g3n
OlXUeAMpCkLEupMeRJ/NC6/vKZw0VdYkP9EET9SMqzFqgiiRSkIJxMQsPuMPcD3u
p8YITc1eI4Sw5nDmdPy3LfXyrtpVYWnaJP2Kw9tSZXg9B3d97CGxnlGzewWWIPaM
4YB9bLq6xdMbqIcwEtQZ7MQTkWXYa6BCwXib6gY5vx1n3DM5l4mUhouK0Iwy/3xZ
SQqBPLAYkNpjE8Fsnpk6RTkh9PR3tjmUC4kK7MveNZFZCuPW+6vyGkWfx+4T3RZ5
9tyFicTplDDfrFpV4P2B
=laKJ
-----END PGP SIGNATURE-----


Thank you for your contribution to Debian.



More information about the devscripts-devel mailing list