[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Accepted devscripts 2.10.25~bpo40+1 (source i386)



-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.7
Date: Sun, 20 Apr 2008 15:38:55 +0100
Source: devscripts
Binary: devscripts
Architecture: source i386
Version: 2.10.25~bpo40+1
Distribution: etch-backports
Urgency: low
Maintainer: jamessan@debian.org
Changed-By: Adam D. Barratt <adam@adam-barratt.org.uk>
Description: 
 devscripts - scripts to make the life of a Debian Package maintainer easier
Closes: 370286 447791 463665 472747 472748 473593 473700 473769 474203 474205 474302 474391 474399 474434 474476 474559 474564 474659 474682 474685 474687 474720 474949 475034 475075
Changes: 
 devscripts (2.10.25~bpo40+1) etch-backports; urgency=low
 .
   * Rebuild for etch-backports.
   * Drop debhelper build-dependency to version 5
   * Drop libparse-debcontrol-perl build-dependency
   * debchange: If libparse-debcontrol-perl isn't installed, print a warning
     and skip automatic NMU detection rather than aborting
   * Backport debchange changes from trunk:
    + Correctly handle control files containing comments when checking
      for NMUs
    + Fix a side-effect of the automatic NMU detection functionality which
      could lead to a spurious stanza being added to the end of the changelog
    + Skip automatic NMU detection if -a or -r was passed on the command line
   * licensecheck: Replace a literal copyright symbol with a hex escape
     so that the package builds using etch's po4a
 .
 devscripts (2.10.25) unstable; urgency=low
 .
   [ Adam D. Barratt ]
   * debchange: Escape arguments to --local (Closes: #475034)
   * debdiff: Ensure arguments to --exclude are properly quoted in case they
     contain shell meta-characters (Closes: #475075)
   * debsign:
     + Add support for the new Checksums-Sha* .changes file fields
       introduced by dpkg 1.14.17 (Closes: #474949)
     + Abort if any unknown Checksums-* fields are found in the .changes
       file
     + Abort if the Format field of the .changes file is unsupported
       (greater than 1.8, less than 1.7 or non-numeric)
     + Use a case-insensitive search for field names
 .
   [ James Vega ]
   * debian/control: Set subversion as the first VCS Recommends alternative.
 .
 devscripts (2.10.24) unstable; urgency=low
 .
   [ Martin Zobel-Helas ]
   * Don't look for debian/control if invoked with -c. We also then are not
     looking for NMUs. (Closes: #474564)
 .
   [ Adam D. Barratt ]
   * debchange:
     + Add a DEBCHANGE_AUTO_NMU configuration file option allowing the NMU
       heuristics introduced in 2.10.21 to be disabled. Based on a patch by
       gregor herrmann
     + Fix and improve some manpage formatting. Thanks gregor herrmann
     + Skip NMU detection when creating a new changelog
     + Fix NEWS files in combination with NMU versioning
     + Do not trigger NMU detection if the current changelog was authored
       by the current user
     + Fix uninitialised variable warning if Uploaders is empty
       (Closes: #474687)
     + Correctly handle UTF-8 maintainer / uploaders (Closes: #474685)
     + Revert the NMU urgency change introduced in 2.10.21. NMUs now default
       to the default "low" urgency. (Closes: #474720)
   * debian/control:
     + Move devscripts-el back to Suggests as it doesn't fit the definition
       of something we should be Recommending
     + Add lsb-release to the description of debchange
     + Add unzip to the description of uscan
     + Move mutt to Suggests
   * README:
     + Add recommended packages to desktop2menu, dget and rmadison
     + Add svk to the description of debcommit
     + Add lsb-release to the description of debchange
     + Add unzip to the description of uscan
     + Replace references to ssh with ssh-client
     + Move the list of used packages to the end of the description of
       each script
 .
   [ James Vega ]
   * debian/control:
     + Change ssh Recommends to ssh-client. (Closes: #474682)
     + Unify the tool descriptions to show the tools they use at the end of the
       description.
   * rc-alert: Allow the user to pass a list of packages to the script.
     (Closes: #474659)
   * wnpp-alert: Allow the user to pass a list of packages to the script.
     (Closes: #463665)
   * nmudiff: Fix a typo in the usage.
 .
 devscripts (2.10.23) unstable; urgency=low
 .
   * Move the current Suggests: to Recommends: so that they are pulled in by
     default but may be removed if desired (Closes: #474559)
   * bug/presubj: Update in line with the change to Recommends:
 .
 devscripts (2.10.22) unstable; urgency=low
 .
   * bts: Allow a default list of e-mail addresses which should be sent copies
     of all generated e-mails to be specified (Closes: #474203)
   * debchange: Produce a more succinct and useful error message if
     libparse-debcontrol-perl isn't installed.  (Closes: #474476)
 .
 devscripts (2.10.21) unstable; urgency=low
 .
   [ Adam D. Barratt ]
   * bts:
     + Allow SMTP authentication to be used when sending e-mails
     + Automatically append "thanks" and the contents of ~/.signature
       (if present) when --force-interactive was used (Closes: #474205)
   * bug/script:
     + Don't produce an error if either of the configuration files doesn't
       exist (Closes: #472748)
     + Don't include the BTS_SMTP_AUTH_* options
   * checkbashisms:
     + Strip off the quoted portion of a line that ends a "quoted block" before
       deciding whether it's a comment line and skipping it
     + Fix heredoc detection to match '<< \EOT ... EOT'
     + Improve the invalid function name test to not trigger on IFS="()"
     + Modify the brace expansion test to allow "${foo},${bar}"
     + Add another variation on the theme of shell wrapper detection
       ("foo && exec bar")
     + Temporarily disable the check for "complete" as it's too prone to false
       positives
     + Add checks for pushd, popd, ulimit, shopt and $SHELLOPTS
     + Remove check for $((var+1)) as dash now supports the syntax (the syntax
       is POSIX compliant but was not supported properly by dash)
     + Improve quoted string handling to cope with "'foo'"
     + Add a test for export being passed options other than -p
       (Closes: #473700)
   * dcmd: Apply patch from Romain to correctly match the x11 section
   * debchange: Fix spurious output when adding a changelog entry containing
     non-ASCII characters (Closes: #473769)
   * debcheckout:
     + Tighten the "repository owner" regex for darcs.d.o to correctly check
       http://darcs.d.o/~foo/bar/baz against user foo
     + Ignore a repository owner mismatch in "print mode"
     + In authenticated mode, ensure that a checked-out personal git.d.o
       respository will be writable by the user passed on the command line
       (Closes: #447791)
   * debcommit: Strip epochs from hg tags (Closes: #473593)
   * debdiff: Add a --diffstat option (Closes: #370286)
   * dget: Pass --all-versions to apt-cache show in case the user has
     configured it to only show the candidate version. Thanks HÃ¥kon Stordahl
     (Closes: #472747)
   * dscverify:
     + Add debian-maintainers to the default set of keyrings
     + Add a --no-default-keyrings option to override the default keyrings
   * mk-build-deps: New script by Vincent Fourmond to build a binary package
     satisfying the build-dependencies of a given package (Closes: #474302)
   * tagpending: Allow the mail sent to the BTS to be displayed and (assuming
     --noact is not in effect) confirmed before sending
   * who-uploads: Mention the debian-maintainers keyring in --help
   * README, debian/control:
     + Add libsasl-authen-perl to Suggests and the description of bts, to
       support SMTP authentication
     + Add equivs to Suggests (for mk-build-deps)
     + Add libparse-debcontrol-perl to Suggests and the description of
       debchange
 .
   [ Martin Zobel-Helas ]
   * debchange
     + Set urgency=high if NMU and no other urgency set (Closes: #474391)
     + Set to NMU if packager is neither in Uploaders nor Maintainer
       (Closes: #474399)
     + Add abbreviation -q for --qa (Closes: #474434)
Files: 
 efbf4beffe9d00d83b7c45aceb52f574 1103 devel optional devscripts_2.10.25~bpo40+1.dsc
 3e995bc27280563d9613abfcbe67f4c7 545978 devel optional devscripts_2.10.25~bpo40+1.tar.gz
 2a7c8698ea52b26f2df1b282ab37ec47 471288 devel optional devscripts_2.10.25~bpo40+1_i386.deb

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

iEYEARECAAYFAkgQj9sACgkQDb3UpmEybUA7SwCgjK+oRjr8GVQuwia10j65wueM
IFMAmwUvuhdHt8NCMEHjlvlRR1atajSp
=2RKP
-----END PGP SIGNATURE-----


Accepted:
devscripts_2.10.25~bpo40+1.dsc
  to pool/main/d/devscripts/devscripts_2.10.25~bpo40+1.dsc
devscripts_2.10.25~bpo40+1.tar.gz
  to pool/main/d/devscripts/devscripts_2.10.25~bpo40+1.tar.gz
devscripts_2.10.25~bpo40+1_i386.deb
  to pool/main/d/devscripts/devscripts_2.10.25~bpo40+1_i386.deb


Reply to: