Back to devscripts PTS page

Accepted devscripts 2.15.10 (source) into unstable



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

Format: 1.8
Date: Wed, 30 Dec 2015 20:44:35 -0500
Source: devscripts
Binary: devscripts
Architecture: source
Version: 2.15.10
Distribution: unstable
Urgency: low
Maintainer: Devscripts Devel Team <devscripts-devel@lists.alioth.debian.org>
Changed-By: James McCoy <jamessan@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 751984 752364 755754 762263 763071 773390 775526 778723 788414 790629 796293 797045 797787 798133 798175 800704 801165 802503 803724 803948 804239 804492 805501 806262 806424 807064 807065 808271 808394
Description: 
 devscripts - scripts to make the life of a Debian Package maintainer easier
Changes:
 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@.
       (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: 
 f67218be5629e603997140fb3d230e26ed099cbf 2350 devscripts_2.15.10.dsc
 bab581df37b7d3d02329adb5f9587aa02f9c8be7 679536 devscripts_2.15.10.tar.xz
Checksums-Sha256: 
 a2442cc6aebb522d679aa2d5659faf0de37e3746c1ce3a99413a2e0d191a6e61 2350 devscripts_2.15.10.dsc
 8659779f03563aea6187f744b083cea2dfe637da2bb12ff52e38dd2e6f3762f9 679536 devscripts_2.15.10.tar.xz
Files: 
 62abe67fd4ccae35ac804ce2c0e7c61c 2350 devel optional devscripts_2.15.10.dsc
 a21685d0ded4b77bab71fce1e3084078 679536 devel optional devscripts_2.15.10.tar.xz

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

iQJ8BAEBCgBmBQJWhJBSXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5MUJGQkY0RDY5NTZCRDVERjdCNzJEMjNE
RkU2OTFBRTMzMUJBM0RCAAoJEN/mka4zG6PbkYwQAL/uCkGIls/3sas8nuiVoTyp
DZDELaK2C9InapULu6B0wB7r2hOlgJnMbGDiXCjVkP5V7x3c0P35pLwCrhoPTIxv
46E6J54MVFJtMPAuhbf1jOy+h1pbnwhAbqZpkjlDa5priCuXJkuck+VBf6Mu4apT
hy/kFF4ydQWtcBVfKSRxVoH+MNu9nlOHRl3PkOnG4xF5PV8tgDE/FxC+o3ft/zhx
u4o8pSmk0e0iBSr5k02vm9ufQuYn2/geuJlb+8zlhdW5Vlkrpx8QnVhnE1+NWBrX
8Po4dU2qzPRvEjoY0LUq4FG6ynQBmk8nvHyVL4sIO23MkQ4gjxoIJ1Q4HEkV3r8o
j1Y7fCQ1XtZrasFe7S6SbWRTy11VAO8Qp6dZtD3gDCX44PonuUOJixDQWGhkFLHI
06Ms5xgLHCMnf6vpbARLMasB7cGr2mTGmKXV5Q1AReGfESAS0qneM8+kQfAienGE
l48QkeLR+bSEJuiDWSO+pYhuIfE/FWCpYR/6usFhswbLHjaDkMaj5DkA9/YN7p2o
ORxqt5WMpxZxLnQ8MFvilq6m/A9TJZzE6jq3k9uq4DPlq6d6u7ihA6qfdWWQpKpQ
ujUYc5GHC2mfm08aCmCEyUXMLXQ9N+TytUw+8gKRCprnZ4M0QWvQJEjg1U3QuWAh
mmXkJIUiU09u84zv5msA
=c0dl
-----END PGP SIGNATURE-----