[ubuntu/raring-proposed] devscripts 2.13.0ubuntu1 (Accepted)

Benjamin Drung bdrung at ubuntu.com
Mon Feb 18 22:30:17 UTC 2013


devscripts (2.13.0ubuntu1) raring; urgency=low

  * Merge from Debian experimental. Remaining changes:
    - Convert python scripts to python3. (Closes: #680313)
      Debian bug #695259 needs to be fixed to get the change into Debian.

devscripts (2.13.0) experimental; urgency=low

  [ Christoph Berg ]
  * origtargz: New script: fetch the orig tarball of a Debian package from
    various sources, and unpack it
  * debcommit: --changelog-info will pass --author and --date for git commits.

  [ James McCoy ]
  * licensecheck: Recognize MPL 2.0 licenses.  Thanks to Ryan Pavlik for the
    patch.  (Closes: #687664)
  * namecheck: Check Apache's projects page for names.  (Closes: #686862)
  * debcommit:
    + Drop checks for old dpkg versions and always use the necessary Perl
      modules (Dpkg::Changelog::Parse, Dpkg::Vendor::Ubuntu,
      Dpkg::Changelog::Entry::Debian).
    + Add changelog info support for hg and bzr.
  * annotate-output:
    + Handle an incomplete line of output.  (Closes: #695609)
    + Don't treat backslashes in the command's output as an escape.  (Closes:
      #695613)
    + Don't swallow leading whitespace.  (Closes: #695612, LP: #1120917)
  * dscverify: Use "gpg --status-fd" to determine if a valid signature is
    found and only use the signed content.  (Closes: #695914)
  * wrap-and-sort: Fix repeated word in man page.  (Closes: #696363)

  [ Dmitry Smirnov ]
  * licensecheck:
    + Remove any regular comments pattern. (Closes: #526698)
    + Improve command line parsing.
    + Fix GPL license version detection bug.
    + Fix BSD-3-clause detection.

  [ Paul Wise ]
  * checkbashisms: When examining a bash script, indicate the lack of use of
    bashisms.
  * uscan:
    + Access GitHub directly instead of using githubredir.debian.net in
      example GitHub watch URL.
    + Add an example watch URL that matches the various file extensions used
      by common archive formats.
    + Add an example watch URL for Google Code projects.

  [ Benjamin Drung ]
  * Add bashism test cases from Raphael Geissert.
  * Add autopkgtest support. (LP: #1073330)
  * suspicious-source: Add inode/symlink and image/x-xpmi to whitelisted
    mime-types.
  * wrap-and-sort:
    + Put special entries (variables and placeholders) at the end of the list.
    + Sort debian/control*.in files too.
  * licensecheck: detect (L)GPL licenses more permissively. Thanks to
    Laurent Rineau for the patch. (Closes: #659231)
  * Bump Standards-Version to 3.9.4 (no changes needed).

  [ Cyril Brulebois ]
  * Don't auto reverse diffs when DEBDIFF_AUTO_VER_SORT is set to yes, and
    when the version in both packages is the same. (Closes: #650732)

  [ Tony Mancill ]
  * debsnap: Escape the package name when used in regex.  (Closes: #696018)

  [ David Prévot ]
  * Minor manpages convention fix: do not terminate the SEE ALSO lists with a
    period. (Closes: #696416)
  * French translation update.

  [ Josselin Mouette ]
  * nmudiff: Use dpkg-parsechangelog to fix manual parsing bug (Closes: #700584)

  [ Raphael Geissert ]
  * checkbashisms:
    + allow -FOO- as heredoc delimiter
    + simplify mixed single/double balanced quotes correctly
    + correct description of 'setvar'
    + detect traps for DEBUG, ERRNO, or RETURN
    + check for incorrect args. to 'exit' (Closes: #687450)
    + fix handling of # characters in quoted strings
    + detect use of $FUNCNAME, $TMOUT, and $TIMEFORMAT
    + detect uses of sleep with anything other than an int.
    + detect the use of the hash utility and $_
    + check for other forms of brace expansion
    + check for use of non-standard tilde expansion
    + check for case modification expansions
    + check for the use of $GLOBIGNORE

  [ Regid Ichira ]
  * rc-alert: Support using curl as alternative to wget. (Closes: #690024)
  * wnpp-alert: Support using curl as alternative to wget. (Closes: #690056)
  * wnpp-check: Support using curl as alternative to wget. (Closes: #690059)

  [ Colin Watson ]
  * debian/control: Mark devscripts Multi-Arch: foreign. (Closes: #694760)
  * debchange, debcommit: Set the timestamp of temporary editor files back
    one second, to make modification detection more reliable in the absence
    of subsecond granularity. (Closes: #697923)

Date: Mon, 18 Feb 2013 22:27:33 +0100
Changed-By: Benjamin Drung <bdrung at ubuntu.com>
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
https://launchpad.net/ubuntu/raring/+source/devscripts/2.13.0ubuntu1
-------------- next part --------------
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA512

Format: 1.8
Date: Mon, 18 Feb 2013 22:27:33 +0100
Source: devscripts
Binary: devscripts
Architecture: source
Version: 2.13.0ubuntu1
Distribution: raring
Urgency: low
Maintainer: Ubuntu Developers <ubuntu-devel-discuss at lists.ubuntu.com>
Changed-By: Benjamin Drung <bdrung at ubuntu.com>
Description: 
 devscripts - scripts to make the life of a Debian Package maintainer easier
Closes: 526698 650732 659231 680313 686862 687450 687664 690024 690056 690059 694760 695609 695612 695613 695914 696018 696363 696416 697923 700584
Launchpad-Bugs-Fixed: 1073330 1120917
Changes: 
 devscripts (2.13.0ubuntu1) raring; urgency=low
 .
   * Merge from Debian experimental. Remaining changes:
     - Convert python scripts to python3. (Closes: #680313)
       Debian bug #695259 needs to be fixed to get the change into Debian.
 .
 devscripts (2.13.0) experimental; urgency=low
 .
   [ Christoph Berg ]
   * origtargz: New script: fetch the orig tarball of a Debian package from
     various sources, and unpack it
   * debcommit: --changelog-info will pass --author and --date for git commits.
 .
   [ James McCoy ]
   * licensecheck: Recognize MPL 2.0 licenses.  Thanks to Ryan Pavlik for the
     patch.  (Closes: #687664)
   * namecheck: Check Apache's projects page for names.  (Closes: #686862)
   * debcommit:
     + Drop checks for old dpkg versions and always use the necessary Perl
       modules (Dpkg::Changelog::Parse, Dpkg::Vendor::Ubuntu,
       Dpkg::Changelog::Entry::Debian).
     + Add changelog info support for hg and bzr.
   * annotate-output:
     + Handle an incomplete line of output.  (Closes: #695609)
     + Don't treat backslashes in the command's output as an escape.  (Closes:
       #695613)
     + Don't swallow leading whitespace.  (Closes: #695612, LP: #1120917)
   * dscverify: Use "gpg --status-fd" to determine if a valid signature is
     found and only use the signed content.  (Closes: #695914)
   * wrap-and-sort: Fix repeated word in man page.  (Closes: #696363)
 .
   [ Dmitry Smirnov ]
   * licensecheck:
     + Remove any regular comments pattern. (Closes: #526698)
     + Improve command line parsing.
     + Fix GPL license version detection bug.
     + Fix BSD-3-clause detection.
 .
   [ Paul Wise ]
   * checkbashisms: When examining a bash script, indicate the lack of use of
     bashisms.
   * uscan:
     + Access GitHub directly instead of using githubredir.debian.net in
       example GitHub watch URL.
     + Add an example watch URL that matches the various file extensions used
       by common archive formats.
     + Add an example watch URL for Google Code projects.
 .
   [ Benjamin Drung ]
   * Add bashism test cases from Raphael Geissert.
   * Add autopkgtest support. (LP: #1073330)
   * suspicious-source: Add inode/symlink and image/x-xpmi to whitelisted
     mime-types.
   * wrap-and-sort:
     + Put special entries (variables and placeholders) at the end of the list.
     + Sort debian/control*.in files too.
   * licensecheck: detect (L)GPL licenses more permissively. Thanks to
     Laurent Rineau for the patch. (Closes: #659231)
   * Bump Standards-Version to 3.9.4 (no changes needed).
 .
   [ Cyril Brulebois ]
   * Don't auto reverse diffs when DEBDIFF_AUTO_VER_SORT is set to yes, and
     when the version in both packages is the same. (Closes: #650732)
 .
   [ Tony Mancill ]
   * debsnap: Escape the package name when used in regex.  (Closes: #696018)
 .
   [ David Prévot ]
   * Minor manpages convention fix: do not terminate the SEE ALSO lists with a
     period. (Closes: #696416)
   * French translation update.
 .
   [ Josselin Mouette ]
   * nmudiff: Use dpkg-parsechangelog to fix manual parsing bug (Closes: #700584)
 .
   [ Raphael Geissert ]
   * checkbashisms:
     + allow -FOO- as heredoc delimiter
     + simplify mixed single/double balanced quotes correctly
     + correct description of 'setvar'
     + detect traps for DEBUG, ERRNO, or RETURN
     + check for incorrect args. to 'exit' (Closes: #687450)
     + fix handling of # characters in quoted strings
     + detect use of $FUNCNAME, $TMOUT, and $TIMEFORMAT
     + detect uses of sleep with anything other than an int.
     + detect the use of the hash utility and $_
     + check for other forms of brace expansion
     + check for use of non-standard tilde expansion
     + check for case modification expansions
     + check for the use of $GLOBIGNORE
 .
   [ Regid Ichira ]
   * rc-alert: Support using curl as alternative to wget. (Closes: #690024)
   * wnpp-alert: Support using curl as alternative to wget. (Closes: #690056)
   * wnpp-check: Support using curl as alternative to wget. (Closes: #690059)
 .
   [ Colin Watson ]
   * debian/control: Mark devscripts Multi-Arch: foreign. (Closes: #694760)
   * debchange, debcommit: Set the timestamp of temporary editor files back
     one second, to make modification detection more reliable in the absence
     of subsecond granularity. (Closes: #697923)
Checksums-Sha1: 
 4765b93e58e806ac6d2c432fdf1e7d3beb00efd1 2427 devscripts_2.13.0ubuntu1.dsc
 be8b7e2fb596ea8ba098111ced04a7cd0abfb4d1 571340 devscripts_2.13.0ubuntu1.tar.xz
Checksums-Sha256: 
 e8a5f8842f71b7da234b90a5c2583ab49c3319ccb4cd286f94819371165818bc 2427 devscripts_2.13.0ubuntu1.dsc
 9c10d39c846192db68e946937ad857d650066bf73796f6ebf4fec6dde58dc916 571340 devscripts_2.13.0ubuntu1.tar.xz
Files: 
 9e52a81defeed345a89736d4de45e885 2427 devel optional devscripts_2.13.0ubuntu1.dsc
 6e4819f7d1e4fa4fca34f53fd8cd620c 571340 devel optional devscripts_2.13.0ubuntu1.tar.xz
Original-Maintainer: Devscripts Devel Team <devscripts-devel at lists.alioth.debian.org>

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)

iQIcBAEBCgAGBQJRIp5KAAoJEBWetcTvyHdMB/QP/2BCP+ehLVvfEQc3yfj5ewlW
VRqQkj3+7ixKFc4bVdk0QRN5ygGm17EWD4vUQPVbWjRI3cV1OSVmb9hBs39fbrGC
jOSaiqY5RpOXjbY1UJ4lOaszjBl5TAQdO8khETqWslSKCjJzzSsK6322aqya5Dvu
f4ocGyGJqrSEE1L+KZmqJVgNZyGJhJmddcWdWgDjc8Oj59KuGmDDoQtQ943+isAz
qVD2jz9YdJLmWkin7t6Vo9JghSDlQM65nNZ4Yr2HQ3rva8ip839j1aypo1/al+l9
fshwBVhA10yHmjl+Zgs61waHtQL76VpXifNOv86TDskRA8y1WaCjJHPrQEj0f6fU
9xgtj/KCqet24Yw9IJcbqNz1dODLrpuKBIA4PkeljSNfDPBvqFILcYakxcp6R7Wb
qHJw0v58HfPM14Qnf0ULNlHr+71RPc9SypLc3e0NEIj8CygHyGSNKoRSvedreqnf
XH+ZAoCoIfb8gf3og7ZvKFMrUpdilv7QDzWUlZcZ2Q24Ki4Enxgf3Aa+OzP8HI91
fVSEObUw9yl4HFG0xK9UA1UbBLHXkecuv14rxEmrgCJNUpcADdmyMeFHIeRONLQh
OZjvMyWpkZwki4/jOUoSrSZZ6j0VxSbWt78o2xqkdyp0oEIqdYpW34f7Fl8OqS+W
Bao7OzQ8Y8/y8OcVbPXw
=T+/j
-----END PGP SIGNATURE-----


More information about the Raring-changes mailing list