This bug was fixed in the package devscripts - 2.10.39ubuntu1~hardy1 --------------- devscripts (2.10.39ubuntu1~hardy1) hardy-backports; urgency=low * Automated backport upload; no source changes. devscripts (2.10.39ubuntu1) jaunty; urgency=low * Merge from debian unstable; remaining Ubuntu changes: - rmadison: Change default URL parameter to ubuntu. - scripts/debchange.pl: + Adjust --security template for Ubuntu. + Add -U/--upstream flag that forces original "just increment the end" behaviour; Ubuntu is upstream for some pieces of software. + Add --distributor= to override lsb_release output. + Add "jaunty" as valid release name. + Default to "jaunty" as distribution. + Add "ubuntu1" to version string for new versions, with tweaks for special cases. - Add test/debchange.pl, test/Makefile: debchange test suite; call it during build in debian/rules. Also add lsb-release build dependency for this, so that debchange uses Ubuntu mode. - scripts/debuild.pl: Enforce Ubuntu merge policy. - scripts/debsign.{sh,1}: implement DEBSIGN_ALWAYS_RESIGN variable to skip the "Would you like to use the current signature?" question. (Debian #447955) - scripts/uupdate.{sh,1}: Use -0ubuntu1 default revision on Ubuntu. (LP #236526) - scripts/dscverify.pl: Add Ubuntu keyrings. (LP #228296) - Drop universe packages from Recommends to Suggests: + libcrypt-ssleay-perl: only needed for a corner case (uscan on SSL download sites), wasn't installed by default in previous releases either, and seems quite dead upstream + libsoap-lite-perl: only needed for one less common command ("select") for bts, which isn't useful for Ubuntu itself, and pulls in a lot of other universe Perl libraries + debian-{keyring,maintainers}: not useful enough in Ubuntu + equivs: too much of a hack to install by default * Reintroduce desktop2menu. libfile-desktopentry-perl is in main now anyway, and reverting the dropping makes the delta to Debian much smaller. It doesn't actually hurt to ship it, after all. devscripts (2.10.39) unstable; urgency=low [ Adam D. Barratt ] * bts: + Allow an explicit HELO to be specified when connecting via SMTP. + If a HELO is not specified then attempt to use the content of /etc/mailname instread. + Expand on the definition of "claim" in the manpage. (Closes: #501142) + Trim anything that doesn't look like an e-mail address from $DEBEMAIL or $EMAIL before using it for un/claim or un/subscribe. (Closes: #501162) + Update the documentation for "bts select" to make it clearer that specifying a key multiple times gives "or" semantics. (Closes: #499434) * checkbashisms: + Recognise brace expansions containing a leading or trailing empty value ("{,foo}", etc). Thanks Jonny Lamb. (Closes: #499971) + Recognise the use of "source" with quoted arguments. (Closes: #501171) * debdiff: Ensure exit status is always explicitly set (and set correctly). (Closes: #500256) * debian/rules: Create a link from the French pts-subscribe manpage as pts-unsubscribe, so long as the former exists (i.e. has been sufficiently translated). * licensecheck: Add support for fortran and Scilab files and for detecting the CeCILL and "SGI Free B" licenses. Thanks Sylvestre Ledru (Closes: #501447) * uscan: Allow --download-version to be more useful in situations where a current upstream version higher than that to be downloaded has been specified. Thanks James Westby. (Closes: #501932) [ James Vega ] * pts-subscribe: When called as pts-unsubscribe, send an unsubscribe request to the PTS. (Closes: #500585) devscripts (2.10.38) unstable; urgency=low [ Adam D. Barratt ] * When upgrading from devscripts 2.10.36, remove the incorrectly created /etc/devscripts.con if it is present and add the affected section to /etc/devscripts.conf instead. * tagpending: Re-add an accidentally removed blank line at the end of the generated comments. [ Patrick Schoenfeld ] * mk-build-deps: + Implement --install switch which installs a generated package and its depends afterwards. + Add an option --tool to specify which tool to use when installing the packages (default: apt-get) + Add an option --remove to specify that package files should be deleted after installing it. + Enable configuration file parsing + Add a configuration option MKBUILDDEPS_TOOL to specify which tool shall be used if the installation of the build-depends after creation is requested. + Add a configuration option MKBUILDDEPS_REMOVE_AFTER_INSTALL to configure that package files shall always be removed after installing the created packages and its build-depends. [ Mohammed Adnène Trojette ] * Comment out functions available only on Ubuntu. (Closes: #499884) devscripts (2.10.37) unstable; urgency=low * Fix typo in postinst. (Closes: #499639) devscripts (2.10.36) unstable; urgency=low [ Adam D. Barratt ] * bts: + Use a User-Agent header to indicate that the mail was sent via bts, rather a comment in the body of the generated e-mail. Thanks Thijs Kinkhorst and Josh Triplett. (Closes: #493884) + Add a (largely undocumented) --toolname switch to allow tools calling bts to add themselves to the User-Agent header. + If the BTS specifies a character set when serving an HTML file, add an equivalent META tag to the cached file so that it is rendered correctly. (pkgreport.cgi's output is now UTF-8). + Fix the cache file mangling for status mboxes, maintainer links, links to resolved bugs, second and subsequent bug links and version graphs. In the process (hopefully) make a number of the mangles more resilient to BTS HTML changes. + Mention in the manpage that BTS_ONLY_NEW corresponds to --only-new. + Ensure that the "clone" command is always passed at least one new bug ID (Closes: #497826) and that the new IDs are negative numbers. + No longer automatically CC the generated mail to the bug address if a comment was made. Similar functionality may be implemented in the BTS at a later date but in the meantime we'll avoid creating noise in the bug logs. (Closes: #497748) * checkbashisms: Flag "read without variable" and "read with options other than -r" separately to ensure that all uses are correctly matched. Thanks to Frank Lichtenheld for pointing this out via a related bug in lintian. * cowpoke: If BUILDD_ROOTCMD is set, use BUILDD_USER for debrsigning, rather than root. Patch from Cyril Brulebois. (Closes: #495536) * Debbugs.pm: Special-case the "archive" key in select(). The BTS really doesn't like it being passed as an array. (Closes: #498201) * debcommit: + When committing to a bzr repository with a message including bug closures, pass corresponding --fixes to bzr. Thanks James Westby for the patch. (Closes: #496643) + Fix a POD error. * debdiff: Add an option allowing control files in debian/ in source packages to be compared using wdiff. * debsign: When copying .changes files from a remote host, attempt to process each copied file if a wildcard was used in the filename (Closes: #491627) * nmudiff: Add support for using $DEBFULLNAME as well as $DEBEMAIL when generating the From: header for a sendmail-generated mail. Based on a patch from Thomas Viehmann. (Closes: #496460) * rc-alert: Fix missing characters in a couple of option names in the help text. * tagpending: + Fix a typo in the help output. Thanks Thijs Kinkhorst. (Closes: #494131) + Use the new "bts --toolname" switch instead of an in-body comment to indicate that tagpending was used. + Make the --wnpp option work again. Thanks gregor herrmann. (Closes: #497820) * uscan: Exit with the correct status when --watchfile was used. (Closes: #498057) [ Stefano Zacchiroli ] * bts: add support for the fake "gift" tag. It is to be used as a shorthand for the "gift" usertag, see http://wiki.debian.org/qa.debian.org/GiftTag [ James Vega ] * bts: Add new 'status' command which returns various bits of information about the state of the given bugs. Thanks to Don Armstrong for the patch. (Closes: #494614) [ Joey Hess ] * bts: Add new 'summary' command. [ Patrick Schoenfeld ] * build-rdeps: Add a --distribution parameter to enable selection of another distribution instead of unstable (Closes: #471498) [ James Vega ] * uscan: Correct the regex to be case-insensitive. (Closes: #495265) [ Christoph Berg ] * debsign: Fix debsign -r dir/*.changes, and do some QA on the manpage. Continue with next file if an already existing signature is kept. * dget: Make -q really quiet. [ Mohammed Adnène Trojette ] * nmudiff: Use a friendlier template inspired from Lucas Nussbaum's patch. (Closes: #496628) * namecheck: + New script by Steve Kemp included to check project names are not already taken. (Closes: #484271) + Remove reference to a LICENSE file. + Don't lose the project name during the check. * bts: document that the cache auto-cleaning is overzealous on noatime partitions. Patch from intrigeri