Bug#533415: devscripts: [uupdate] Fails to update source by not finding the diff file

2009-06-17 Thread Adam D. Barratt
Yannick Roehlly wrote: When trying to update a source package with a new upstream source, uupdate fails to find the initial diff.gz file with this error: gzip: ../../PACKAGENAME_INITIALVERSION.diff.gz: No such file or directory This comes from the changes done to line 725 of the script

SVN devscripts commit: r1915 - trunk/debian

2009-06-17 Thread Adam D. Barratt
Author: adsb Date: 2009-06-17 18:04:53 + (Wed, 17 Jun 2009) New Revision: 1915 Modified: trunk/debian/changelog Log: Adjust changelog for debdiff --diffstat fix Modified: trunk/debian/changelog === --- trunk/debian/changelog

SVN devscripts commit: r1917 - tags

2009-06-17 Thread Adam D. Barratt
Author: adsb Date: 2009-06-17 18:39:51 + (Wed, 17 Jun 2009) New Revision: 1917 Added: tags/2.10.52/ Log: tagging version 2.10.52 -- To unsubscribe, send mail to pkg-devscripts-unsubscr...@teams.debian.net.

SVN devscripts commit: r1906 - trunk/scripts

2009-06-15 Thread Adam D. Barratt
Author: adsb Date: 2009-06-15 16:37:10 + (Mon, 15 Jun 2009) New Revision: 1906 Modified: trunk/scripts/checkbashisms.pl Log: Properly escape @dpatch@ Modified: trunk/scripts/checkbashisms.pl === ---

SVN devscripts commit: r1908 - trunk/debian

2009-06-15 Thread Adam D. Barratt
:19:46 UTC (rev 1907) +++ trunk/debian/changelog 2009-06-15 17:58:02 UTC (rev 1908) @@ -1,4 +1,4 @@ -devscripts (2.10.51) UNRELEASED; urgency=low +devscripts (2.10.51) unstable; urgency=low [ Adam D. Barratt ] * bts: @@ -48,7 +48,7 @@ * pts-subscribe: refer to bsd-mailx rather

SVN devscripts commit: r1911 - in trunk: debian scripts

2009-06-15 Thread Adam D. Barratt
+ * debdiff: Make --diffstat work again; diffstat exits 0 unless there was +a problem. Accidentally broken in 2.10.48. -- Adam D. Barratt a...@adam-barratt.org.uk Mon, 15 Jun 2009 19:41:02 +0100 Modified: trunk/scripts/debdiff.pl

Bug#532182: uscan: --force-download doesn't do what's documented

2009-06-08 Thread Adam D. Barratt
On Sun, 2009-06-07 at 13:02 +0200, Cyril Brulebois wrote: Adam D. Barratt a...@adam-barratt.org.uk (07/06/2009): The description you quoted includes will not overwrite local files; even without --rename, the default is to create $pkg_ver.orig.tar.gz as a symlink to the downloaded tarball

Bug#532182: uscan: --force-download doesn't do what's documented

2009-06-07 Thread Adam D. Barratt
On Sun, 2009-06-07 at 12:06 +0200, Cyril Brulebois wrote: according to uscan's manpage: |--force-download | Download upstream even if up to date (will not overwrite local files, however) [...] - I run --force-download without --rename so that the foo-bar.tar.gz is

SVN devscripts commit: r1903 - in trunk: debian scripts

2009-06-02 Thread Adam D. Barratt
Author: adsb Date: 2009-06-02 18:25:33 + (Tue, 02 Jun 2009) New Revision: 1903 Modified: trunk/debian/changelog trunk/scripts/dcmd.sh Log: dcmd: Parse changes / dsc files containing section or priority entries of -. (Closes: #531593) Modified: trunk/debian/changelog

Bug#531593: devscripts: dcmd - unable to parse aptitude changes file

2009-06-02 Thread Adam D. Barratt
On Tue, 2009-06-02 at 17:12 +0100, Neil Williams wrote: The actual changes file at test is the one already in the PTS: http://packages.qa.debian.org/a/aptitude/news/20081120T050204Z.html Copy and paste that text into a test.changes file (removing the final Accepted comments) and dcmd fails:

SVN devscripts commit: r1904 - in trunk: debian scripts

2009-06-02 Thread Adam D. Barratt
Author: adsb Date: 2009-06-02 18:35:47 + (Tue, 02 Jun 2009) New Revision: 1904 Modified: trunk/debian/changelog trunk/scripts/uupdate.1 trunk/scripts/uupdate.sh Log: uupdate: Add support for .lzma compressed tarballs and diffs. Thanks to Simon Richter for the patch. (Closes:

Bug#531570: devscripts: [uupdate] Please support lzma

2009-06-02 Thread Adam D. Barratt
On Tue, 2009-06-02 at 15:12 +0200, Simon Richter wrote: the attached patch adds lzma support to uupdate. Thanks; applied (with a small update to uupdate.1). Regards, Adam -- To unsubscribe, send mail to pkg-devscripts-unsubscr...@teams.debian.net.

Bug#531247: [checkbashisms] false positives and false negatives

2009-06-01 Thread Adam D. Barratt
Raphael Geissert wrote: Adam D. Barratt wrote: On Sat, 2009-05-30 at 21:31 -0500, Raphael Geissert wrote: [...] + } elsif (m'@DPATCH@') { + $ret = $. - 1; + last; Yeah. It'll still miss cases where the dpatch includes a valid /bin/sh script with bashisms

SVN devscripts commit: r1902 - in trunk: debian scripts

2009-06-01 Thread Adam D. Barratt
=== --- trunk/debian/changelog 2009-05-31 17:17:42 UTC (rev 1901) +++ trunk/debian/changelog 2009-06-01 18:02:01 UTC (rev 1902) @@ -1,10 +1,13 @@ devscripts (2.10.51) UNRELEASED; urgency=low [ Adam D. Barratt ] - * bts: Add a note

SVN devscripts commit: r1896 - in trunk: debian scripts

2009-05-31 Thread Adam D. Barratt
Author: adsb Date: 2009-05-31 17:05:17 + (Sun, 31 May 2009) New Revision: 1896 Modified: trunk/debian/changelog trunk/scripts/checkbashisms.pl Log: Correctly count the number of quotes in a line when detecting whether we are currently inside a quoted block. Thanks, Raphael Geissert.

SVN devscripts commit: r1897 - in trunk: debian scripts

2009-05-31 Thread Adam D. Barratt
Author: adsb Date: 2009-05-31 17:08:05 + (Sun, 31 May 2009) New Revision: 1897 Modified: trunk/debian/changelog trunk/scripts/checkbashisms.pl Log: Do not check the contents of a dpatch. The wrapper script always uses /bin/sh and we can't detect the interpreter of a patch. Modified:

SVN devscripts commit: r1899 - in trunk: debian scripts

2009-05-31 Thread Adam D. Barratt
Author: adsb Date: 2009-05-31 17:15:22 + (Sun, 31 May 2009) New Revision: 1899 Modified: trunk/debian/changelog trunk/scripts/checkbashisms.pl Log: Improve the check for the use of $[] inside quoted text. Thanks, Raphael Geissert. Modified: trunk/debian/changelog

SVN devscripts commit: r1900 - in trunk: debian scripts

2009-05-31 Thread Adam D. Barratt
Author: adsb Date: 2009-05-31 17:16:32 + (Sun, 31 May 2009) New Revision: 1900 Modified: trunk/debian/changelog trunk/scripts/checkbashisms.pl Log: Apply the common lead-in text to the readonly check. Modified: trunk/debian/changelog

SVN devscripts commit: r1901 - in trunk: debian scripts

2009-05-31 Thread Adam D. Barratt
Author: adsb Date: 2009-05-31 17:17:42 + (Sun, 31 May 2009) New Revision: 1901 Modified: trunk/debian/changelog trunk/scripts/checkbashisms.pl Log: Remove \\ from the list of unsafe backslash escapes, as it appears to work in all shells. Modified: trunk/debian/changelog

Bug#531247: [checkbashisms] false positives and false negatives

2009-05-31 Thread Adam D. Barratt
On Sat, 2009-05-30 at 21:31 -0500, Raphael Geissert wrote: Package: devscripts Version: 2.10.49 Are all of the issues you mentioned actually found by that version of the script? (It's not even the latest /released/ version, and doubly inaccurate if any of the issues only occur with the changes

Bug#531321: [uscan] support for downloading multiple upstream tarballs

2009-05-31 Thread Adam D. Barratt
On Sun, 2009-05-31 at 17:07 +0200, Stefano Zacchiroli wrote: The part on which uscan can improve its support is automation of the download of multiple tarballs. My current hack^Wsolution is to rely on several debian/*.watch files and invoke it from a Makefile snippet [2]. What about supporting

SVN devscripts commit: r1894 - trunk/debian

2009-05-29 Thread Adam D. Barratt
to edit the email body. (Closes: #530926) + * uscan: Log the correct filename when running the post-download action. +Simplify the surrounding logic so the logging and command are less likely +to get out of sync in the future. -- Adam D. Barratt a...@adam-barratt.org.uk Thu, 21 May 2009

SVN devscripts commit: r1895 - in trunk: debian scripts

2009-05-29 Thread Adam D. Barratt
Author: adsb Date: 2009-05-29 17:11:23 + (Fri, 29 May 2009) New Revision: 1895 Modified: trunk/debian/changelog trunk/scripts/licensecheck.pl Log: licensecheck: Fix an error in a regular expression which led to an uninitialized value warning and missing version for some GPL headers.

SVN devscripts commit: r1890 - in trunk: debian scripts

2009-05-28 Thread Adam D. Barratt
=== --- trunk/debian/changelog 2009-05-25 21:43:09 UTC (rev 1889) +++ trunk/debian/changelog 2009-05-28 19:54:16 UTC (rev 1890) @@ -1,6 +1,13 @@ devscripts (2.10.51) UNRELEASED; urgency=low [ Adam D. Barratt

SVN devscripts commit: r1888 - in trunk: debian scripts

2009-05-25 Thread Adam D. Barratt
a regular expression example in the manpage clearer. Thanks, +Jason Heeris. (Closes: #530362) -- Adam D. Barratt a...@adam-barratt.org.uk Thu, 21 May 2009 21:59:23 +0100 Modified: trunk/scripts/uscan.1 === --- trunk/scripts

Bug#530362: [devscripts] uscan; Minor error in man page

2009-05-25 Thread Adam D. Barratt
On Sun, 2009-05-24 at 19:47 +0800, Jason Heeris wrote: In the man page for 'uscan', the example for the option 'uversionmangle' claims: Thus, suitable rules might be ‘s/^/0./’ to prepend ‘0.’ to the version number and ‘s/_/./’ to change under‐ scores into periods. This will change

Bug#530416: [debsnap] default configuration is not usable

2009-05-25 Thread Adam D. Barratt
On Sun, 2009-05-24 at 19:47 +0200, Jakub Wilk wrote: $ debsnap -v devscripts 2.10.50 [...] Downloading Sources.gz... --2009-05-24 19:43:10-- http://snapshot.debian.net/archive/pool/d/devscripts/source/Sources.gz Resolving snapshot.debian.net... 218.223.29.46 Connecting to

SVN devscripts commit: r1885 - trunk/debian

2009-05-21 Thread Adam D. Barratt
:22:06 UTC (rev 1884) +++ trunk/debian/changelog 2009-05-21 20:50:32 UTC (rev 1885) @@ -1,4 +1,4 @@ -devscripts (2.10.50) UNRELEASED; urgency=low +devscripts (2.10.50) unstable; urgency=low [ Adam D. Barratt ] * chdist: Make --data-dir work with relative paths. (Closes: #528254

SVN devscripts commit: r1886 - tags

2009-05-21 Thread Adam D. Barratt
Author: adsb Date: 2009-05-21 20:50:42 + (Thu, 21 May 2009) New Revision: 1886 Added: tags/2.10.50/ Log: tagging version 2.10.50 -- To unsubscribe, send mail to pkg-devscripts-unsubscr...@teams.debian.net.

SVN devscripts commit: r1887 - trunk/debian

2009-05-21 Thread Adam D. Barratt
:42 UTC (rev 1886) +++ trunk/debian/changelog 2009-05-21 20:59:47 UTC (rev 1887) @@ -1,3 +1,9 @@ +devscripts (2.10.51) UNRELEASED; urgency=low + + * NOT RELEASED YET + + -- Adam D. Barratt a...@adam-barratt.org.uk Thu, 21 May 2009 21:59:23 +0100 + devscripts (2.10.50) unstable; urgency=low

Bug#422450: /usr/bin/dch: dch -r does nothing unless the file is touched

2009-05-20 Thread Adam D. Barratt
On Wed, 2009-05-20 at 19:54 +0200, Josselin Mouette wrote: I’m seeing this bug as well, and it’s really annoying. I often build my packages with an UNRELEASED tag altough dch -r was run, just because it thought for whatever crappy reason that I didn’t want to change the file. You can

SVN devscripts commit: r1882 - trunk/po4a/po

2009-05-14 Thread Adam D. Barratt
Author: adsb Date: 2009-05-14 19:45:09 + (Thu, 14 May 2009) New Revision: 1882 Modified: trunk/po4a/po/devscripts.pot trunk/po4a/po/fr.po Log: po4a update Modified: trunk/po4a/po/devscripts.pot === ---

SVN devscripts commit: r1878 - in trunk: debian scripts

2009-05-11 Thread Adam D. Barratt
Author: adsb Date: 2009-05-11 19:45:50 + (Mon, 11 May 2009) New Revision: 1878 Modified: trunk/debian/changelog trunk/scripts/chdist.pl Log: chdist: Make --data-dir work with relative paths. (Closes: #528254) Modified: trunk/debian/changelog

Bug#422450: [debchange] Unable to stop `dch -r` modifying the changelog

2009-05-11 Thread Adam D. Barratt
On Mon, 2009-05-11 at 10:13 -0400, James Vega wrote: On Mon, May 11, 2009 at 12:41:09AM -0700, Steve Langasek wrote: Please revert this change. As pointed out on IRC, the next upload will allow one to set the DEBCHANGE_FORCE_SAVE_ON_RELEASE config value such that dch will always save the

SVN devscripts commit: r1879 - in trunk: debian scripts

2009-05-11 Thread Adam D. Barratt
single quotes in the debtags section of the manpage to avoid odd formatting and warnings from man + * uscan: Pass -n to gzip when repacking bz2 files to ensure consistent +checksums. Thanks, Damyan Ivanov. (Closes: #504672) -- Adam D. Barratt a...@adam-barratt.org.uk Sat, 02 May

Bug#528254: devscripts: [chdist] -d (data-dir) accepts only absolute path

2009-05-11 Thread Adam D. Barratt
On Mon, 2009-05-11 at 20:00 +0200, Savvas Radevic wrote: Using -d / --data-dir should either a) accept relative paths or It should. :-/ Thanks for the report; I'm testing a fix at the moment and will commit it shortly assuming it works. Regards, Adam -- To unsubscribe, send mail to

SVN devscripts commit: r1881 - in trunk: debian scripts

2009-05-11 Thread Adam D. Barratt
Author: adsb Date: 2009-05-11 20:30:32 + (Mon, 11 May 2009) New Revision: 1881 Modified: trunk/debian/changelog trunk/scripts/debsnap.sh Log: debsnap: Fix mktemp call to use a sufficient number of Xs in the template string (Closes: #528193) and use -t rather than hard-coding /tmp.

Bug#517917: [bts] doesn't list bugs any more

2009-05-07 Thread Adam D. Barratt
On Sat, 2009-03-14 at 17:07 +, Adam D. Barratt wrote: Hi, On Mon, 2009-03-02 at 22:50 +, Adam D. Barratt wrote: On Mon, 2009-03-02 at 22:29 +0100, Alexander Reichle-Schmehl wrote: Hi! Small update: Apparently bts tries to open the corresponding webpage; this fails

Bug#527027: DEBUILD_LINTIAN_OPTS doesn't tolerate -E option

2009-05-05 Thread Adam D. Barratt
Peter Eisentraut wrote: DEBUILD_LINTIAN=yes DEBUILD_LINTIAN_OPTS='-I --pedantic --color=always' which works great, but when I change that to DEBUILD_LINTIAN_OPTS='-I --pedantic --color=always -E' (or any other variant involving the -E option), I get no output from lintian at all. Running

SVN devscripts commit: r1876 - in trunk: debian scripts

2009-05-05 Thread Adam D. Barratt
Author: adsb Date: 2009-05-05 18:04:25 + (Tue, 05 May 2009) New Revision: 1876 Modified: trunk/debian/changelog trunk/scripts/debuild.pl Log: debuild: Use printf when parsing the DEBUILD_LINTIAN_OPTS configuration file variable, to avoid eating -E. (Closes: #527027) Modified:

Bug#526701: devscripts: [licensecheck] Silently applies --check regex on multiple command line args

2009-05-03 Thread Adam D. Barratt
On Sat, 2009-05-02 at 16:50 -0400, Frédéric Brière wrote: On Sat, May 02, 2009 at 09:33:57PM +0100, Adam D. Barratt wrote: This might be losing something in translation. :-) Given that licensecheck is a command line tool, how can those options /not/ be applied to the command line? I

SVN devscripts commit: r1867 - in trunk: . debian scripts

2009-05-02 Thread Adam D. Barratt
Author: adsb Date: 2009-05-02 17:01:19 + (Sat, 02 May 2009) New Revision: 1867 Modified: trunk/conf.default.in trunk/debian/changelog trunk/debian/postinst trunk/scripts/debchange.1 trunk/scripts/debchange.pl Log: * debchange: + Mention in the help output and manpage that a

SVN devscripts commit: r1869 - in trunk: . debian

2009-05-02 Thread Adam D. Barratt
relating to French manpages, which has been handled +by the po4a setup for a while now. -- Adam D. Barratt a...@adam-barratt.org.uk Sun, 12 Apr 2009 16:20:10 +0100 -- To unsubscribe, send mail to pkg-devscripts-unsubscr...@teams.debian.net.

SVN devscripts commit: r1871 - trunk/debian

2009-05-02 Thread Adam D. Barratt
cruft relating to French manpages, which has been handled by the po4a setup for a while now. - -- Adam D. Barratt a...@adam-barratt.org.uk Sun, 12 Apr 2009 16:20:10 +0100 + -- Adam D. Barratt a...@adam-barratt.org.uk Sat, 02 May 2009 19:34:55 +0100 devscripts (2.10.48) unstable; urgency

SVN devscripts commit: r1873 - trunk/debian

2009-05-02 Thread Adam D. Barratt
:18 UTC (rev 1872) +++ trunk/debian/changelog 2009-05-02 19:47:57 UTC (rev 1873) @@ -1,3 +1,9 @@ +devscripts (2.10.50) UNRELEASED; urgency=low + + * NOT RELEASED YET + + -- Adam D. Barratt a...@adam-barratt.org.uk Sat, 02 May 2009 20:47:39 +0100 + devscripts (2.10.49) unstable; urgency=low

SVN devscripts commit: r1874 - in trunk: debian scripts

2009-05-02 Thread Adam D. Barratt
+ * rc-alert: Use standard single quotes in the debtags section of the manpage +to avoid odd formatting and warnings from man -- Adam D. Barratt a...@adam-barratt.org.uk Sat, 02 May 2009 20:47:39 +0100 Modified: trunk/scripts/rc-alert.1

Bug#526701: devscripts: [licensecheck] Silently applies --check regex on multiple command line args

2009-05-02 Thread Adam D. Barratt
On Sat, 2009-05-02 at 16:21 -0400, Frédéric Brière wrote: licensecheck currently applies $opt_check_regex to all command line arguments if there are more than one. This is very counter-intuitive: From what I remember, the rationale behind the only one file behaviour was that it allowed to say

SVN devscripts commit: r1865 - in trunk: debian scripts

2009-04-30 Thread Adam D. Barratt
Author: adsb Date: 2009-04-30 21:51:14 + (Thu, 30 Apr 2009) New Revision: 1865 Modified: trunk/debian/changelog trunk/scripts/debsign.sh Log: debsign: Make the PGP signing method work again. Thanks, Florian Weimer. (Closes: #518821) Modified: trunk/debian/changelog

Bug#518821: debsign: pgp method fixes

2009-04-30 Thread Adam D. Barratt
On Sun, 2009-03-08 at 21:17 +0100, Florian Weimer wrote: It seems to me that the pgp signature method is broken: ASCII_SIGNED_FILE is used in the statement, but it has not been assigned. Hmmm, well spotted. :-/ I'm guessing very few people use the pgp method any more, as it's been broken for

Bug#525823: debcommit: implement Launchpad bug-closure handling

2009-04-29 Thread Adam D. Barratt
On Mon, 2009-04-27 at 11:32 +0100, Colin Watson wrote: Here's a patch which implements Launchpad bug-closure handling in a way that works both with the current version of dpkg in Ubuntu (which adds a find_launchpad_closes method to Dpkg::Changelog) and with dpkg 1.15.0 or better (which adds a

SVN devscripts commit: r1864 - in trunk: debian scripts

2009-04-29 Thread Adam D. Barratt
Author: adsb Date: 2009-04-29 16:39:22 + (Wed, 29 Apr 2009) New Revision: 1864 Modified: trunk/debian/changelog trunk/scripts/namecheck.pl Log: namecheck: Fix the formatting of a number of POD strings, also making them easier to translate. Thanks, Florentin Duneau. (Closes: #526047)

Bug#524127: [uscan] 'x509_user' not valid URI scheme at /usr/bin/uscan line 389

2009-04-29 Thread Adam D. Barratt
On Thu, 2009-04-16 at 14:26 +0200, Steffen Moeller wrote: Hi Adam, Adam D. Barratt wrote: On Thu, 2009-04-16 at 02:45 +0200, Steffen Moeller wrote: the issue seems to be invariant of the watch file used. It still occurs. [...] $ set | grep -i proxy X509_USER_PROXY=/home/moeller

Bug#478833: devscripts: popcon sorting for the *-alert scripts

2009-04-20 Thread Adam D. Barratt
On Sun, 2009-04-19 at 18:22 +0200, Jan Hauke Rahm wrote: Okay, seems like I needed to inversely (is that a word?) sort the hash keys. A new patch is attached. If you, Paul, find again some time testing would be much apppreciated. I'll leave this topic now to give the actual maintainers a

Bug#478833: devscripts: popcon sorting for the *-alert scripts

2009-04-20 Thread Adam D. Barratt
On Mon, 2009-04-20 at 13:20 +0200, Jan Hauke Rahm wrote: On Mon, Apr 20, 2009 at 12:55:19PM +0800, Paul Wise wrote: Looks good, only weird thing is the popcon rank is negative: This is actually intentional. Using negative numbers is my simple solution for inverting the sorting. :)

Bug#524127: [uscan] 'x509_user' not valid URI scheme at /usr/bin/uscan line 389

2009-04-16 Thread Adam D. Barratt
On Thu, 2009-04-16 at 02:45 +0200, Steffen Moeller wrote: Hello, the issue seems to be invariant of the watch file used. It still occurs. [...] $ set | grep -i proxy X509_USER_PROXY=/home/moeller/myproxy Aha! This seems to be due to a change made upstream in libwww-perl in version 5.821:

SVN devscripts commit: r1860 - in trunk: debian scripts

2009-04-16 Thread Adam D. Barratt
Author: adsb Date: 2009-04-16 21:45:46 + (Thu, 16 Apr 2009) New Revision: 1860 Modified: trunk/debian/changelog trunk/scripts/licensecheck.pl Log: licensecheck: Add detection of the AGPL. Thanks, Didier Raboud. (Closes: #520903) Modified: trunk/debian/changelog

Bug#523982: getbuildlog $pkg last fails due to missing 'use lib'

2009-04-16 Thread Adam D. Barratt
On Tue, 2009-04-14 at 07:33 +0200, Iustin Pop wrote: getbuildlog, when called with a version argument of last, will run an embedded perl call; this perl snippet uses Devscripts/Versort.pm, but without properly setting the @INC path; as such, on my machine: $ getbuildlog protobuf last Can't

Bug#524198: devscripts: rmadison: Read default URL from config files

2009-04-15 Thread Adam D. Barratt
merge 524198 498043 thanks Roland Mas wrote: Here's a patch allowing to store RMADISON_DEFAULT_URL in one of the devscripts config files and have it used by rmadison. My ~/.devscripts now contains RMADISON_DEFAULT_URL=debian,bpo and this makes my life easier. Patch made against

SVN devscripts commit: r1857 - in trunk: debian scripts

2009-04-15 Thread Adam D. Barratt
=== --- trunk/debian/changelog 2009-04-12 15:12:07 UTC (rev 1856) +++ trunk/debian/changelog 2009-04-15 21:06:21 UTC (rev 1857) @@ -1,3 +1,9 @@ +devscripts (2.10.49) UNRELEASED; urgency=low + + * debchange: Use == for numeric comparison, not eq. + + -- Adam D. Barratt a...@adam

SVN devscripts commit: r1858 - in trunk: . debian scripts

2009-04-15 Thread Adam D. Barratt
a default URL to be specified in the configuration file. +Thanks, Roland Mas. (Closes: #524198) -- Adam D. Barratt a...@adam-barratt.org.uk Sun, 12 Apr 2009 16:20:10 +0100 Modified: trunk/debian/postinst === --- trunk/debian

Bug#523523: [rc-alert] add debtags functionality

2009-04-12 Thread Adam D. Barratt
On Fri, 2009-04-10 at 22:18 +0200, Jan Hauke Rahm wrote: I'd like to see debtags functionality added to rc-alert (maybe also to wnpp-alert -- I'll have a look at it later). Reason is simple: contributors want to help but probably don't know every programming language. With debtags you can

SVN devscripts commit: r1855 - trunk/debian

2009-04-12 Thread Adam D. Barratt
:59:13 UTC (rev 1854) +++ trunk/debian/changelog 2009-04-12 15:11:57 UTC (rev 1855) @@ -1,4 +1,4 @@ -devscripts (2.10.48) UNRELEASED; urgency=low +devscripts (2.10.48) unstable; urgency=low [ Adam D. Barratt ] * Update Standards Version to 3.8.1 (no changes required) @@ -28,7 +28,7

SVN devscripts commit: r1856 - tags

2009-04-12 Thread Adam D. Barratt
Author: adsb Date: 2009-04-12 15:12:07 + (Sun, 12 Apr 2009) New Revision: 1856 Added: tags/2.10.48/ Log: tagging version 2.10.48 -- To unsubscribe, send mail to pkg-devscripts-unsubscr...@teams.debian.net.

SVN devscripts commit: r1854 - in trunk: debian scripts

2009-04-12 Thread Adam D. Barratt
=== --- trunk/debian/changelog 2009-04-12 14:29:48 UTC (rev 1853) +++ trunk/debian/changelog 2009-04-12 14:59:13 UTC (rev 1854) @@ -2,6 +2,8 @@ [ Adam D. Barratt ] * Update Standards Version to 3.8.1 (no changes required

SVN devscripts commit: r1853 - trunk/debian

2009-04-12 Thread Adam D. Barratt
Author: adsb Date: 2009-04-12 14:29:48 + (Sun, 12 Apr 2009) New Revision: 1853 Modified: trunk/debian/changelog trunk/debian/copyright Log: debian/copyright: Explicitly refer to the GPL-2 and GPL-3 common license files rather than the GPL symlink. Modified: trunk/debian/changelog

SVN devscripts commit: r1847 - in trunk: debian scripts

2009-04-10 Thread Adam D. Barratt
) @@ -2,6 +2,9 @@ [ Adam D. Barratt ] * Update Standards Version to 3.8.1 (no changes required) + * debdiff: Don't bail if diff returned an exit status of 2 when comparing +files. If there are binary files in either of the trees being compared +then that's expected as the files can't

Bug#521642: devscripts: [debchange] dch -i fails on a version number ending with +

2009-03-29 Thread Adam D. Barratt
Hi, On Sun, 2009-03-29 at 16:55 +1030, Ron wrote: wacom-tools$ dch -i dch: fatal error at line 1043: Error parsing version number: 0.8.1.6-1+ What version number would you expect dch to generate in this case? Where the version ends in ~, we essentially remove the character, increment the

Bug#517917: [bts] doesn't list bugs any more

2009-03-14 Thread Adam D. Barratt
Hi, On Mon, 2009-03-02 at 22:50 +, Adam D. Barratt wrote: On Mon, 2009-03-02 at 22:29 +0100, Alexander Reichle-Schmehl wrote: Hi! Small update: Apparently bts tries to open the corresponding webpage; this fails for me my normal iceweasel just displays File not found (and indeed

Bug#519635: devscripts: [debuild] debuild binary: wrong arguments in call to ./configure

2009-03-13 Thread Adam D. Barratt
reassign 519635 scid thanks On Fri, 2009-03-13 at 23:34 +0100, Andrea Vinzoni wrote: Trying to build a deb package from tarball for scid-3.7.1 I got this: # debuild binary dircolors: /root/.my_dircolors: No such file or directory dh_testdir # Add here commands to configure the package.

Re: [SRM] devscripts squeeze-friendly stable update?

2009-03-07 Thread Adam D. Barratt
On Sat, 2009-03-07 at 18:21 +0100, Philipp Kern wrote: On Fri, Mar 06, 2009 at 07:55:33PM +, Adam D. Barratt wrote: I'd like to propose a stable update for devscripts to add a few small changes which will make things easier for maintainers during the squeeze release cycle. Specifically

[SRM] devscripts squeeze-friendly stable update?

2009-03-06 Thread Adam D. Barratt
will be produced instead. ++ Correctly increment backport version numbers. + * rc-alert: Modify the description of the I flag to refer to the +squeeze-ignore tag rather than etch-ignore. + + -- Adam D. Barratt a...@adam-barratt.org.uk Fri, 06 Mar 2009 18:38:49 + + devscripts (2.10.35lenny3

Bug#513685: rmadison: give a sensible return value

2009-03-03 Thread Adam D. Barratt
On Sat, 2009-01-31 at 20:13 +0900, Paul Wise wrote: Please make rmadison give a sensible return value. Currently it only returns success, even when it couldn't contact the qa script. IMO the only of the following situations where it should return success is the second one. I think it should

Bug#517917: [bts] doesn't list bugs any more

2009-03-02 Thread Adam D. Barratt
On Mon, 2009-03-02 at 22:29 +0100, Alexander Reichle-Schmehl wrote: Hi! Small update: Apparently bts tries to open the corresponding webpage; this fails for me my normal iceweasel just displays File not found (and indeed /tmp/btswZqUKu.html doesn't exist). Hmmm, it works for me, both on

Bug#515209: uscan: discrepancy with documentation on mungling

2009-02-14 Thread Adam D. Barratt
On Sat, 2009-02-14 at 17:53 -0200, Martín Ferrari wrote: Hi, today I spotted a watchfile being reported as invalid on PET, while uscan processed it fine. I think this behaviour is incompatible with what is documented (and PET watchfile processor is based mostly on the documentation), and I

Bug#515058: who-uploads ignores --no-default-keyrings

2009-02-13 Thread Adam D. Barratt
-01-31 22:31 debian-archive-removed-keys.gpg | -rw-r--r-- 1 root root 5801 2009-01-31 22:31 debian-archive-keyring.gpg | | $ who-uploads devscripts | Uploads for devscripts: | 2.10.46 to unstable: Adam D. Barratt a...@adam-barratt.org.uk | 2.10.35lenny3 to testing: Adam D. Barratt a...@adam

Bug#515047: [licensecheck] undocumented option --no-conf

2009-02-12 Thread Adam D. Barratt
Hi, On Thu, 2009-02-12 at 23:59 +0100, Cristian Greco wrote: the attached patch should provide documentation for the '--no-conf' option adding an entry in help and manpage. It should also fix the following warning when using such option: Use of uninitialized value $opt_lines in pattern

Bug#514818: lenny-backports not a recognised distribution

2009-02-11 Thread Adam D. Barratt
On Wed, 2009-02-11 at 08:08 +0100, martin f krafft wrote: also sprach Adam D. Barratt a...@adam-barratt.org.uk [2009.02.11.0800 +0100]: If this also applies to the lenny version, this bug should be made RC! It does (I'm assuming there'll also be a lenny-volatile in the not too

Bug#514818: lenny-backports not a recognised distribution

2009-02-11 Thread Adam D. Barratt
Philipp Kern wrote, Wednesday, February 11, 2009 9:50 AM On Wed, Feb 11, 2009 at 09:27:16AM +0100, Marc 'HE' Brockschmidt wrote: Please upload. Apart from the fact that devscripts might be something for volatile, I don't think we have time to include this arch-specific upload. It can surely

Bug#514818: lenny-backports not a recognised distribution

2009-02-11 Thread Adam D. Barratt
martin f krafft wrote, Wednesday, February 11, 2009 9:21 AM also sprach Adam D. Barratt a...@adam-barratt.org.uk [2009.02.11.0858 +0100]: Should the RT be happy to accept it, I've attached a diff that adds those two distributions to the list. (On a side note, --bpo will still create an etch

Re: SVN devscripts commit: r1812 - in trunk: debian scripts

2009-02-11 Thread Adam D. Barratt
On Wed, 2009-02-11 at 21:06 +0100, Luk Claes wrote: a...@alioth.debian.org wrote: Don't accept sarge, etch or lenny as valid distributions. dak requires suite names (e.g. stable) rather than codenames. This will hopefully change in the future. Good to know, thanks. I'm happy to revert

Bug#514818: lenny-backports not a recognised distribution

2009-02-11 Thread Adam D. Barratt
On Wed, 2009-02-11 at 10:08 +, Adam D. Barratt wrote: martin f krafft wrote, Wednesday, February 11, 2009 9:21 AM I suggest to also include the fix to --bpo. I'll gladly review the diff. I've already uploaded the version that Marc approved. I can prepare a further update if desired

Bug#514818: lenny-backports not a recognised distribution

2009-02-10 Thread Adam D. Barratt
On Wed, 2009-02-11 at 07:35 +0100, martin f krafft wrote: dch warning: Recognised distributions are: unstable, testing, stable, oldstable, experimental, UNRELEASED, {sarge,etch}-{volatile,backports}, {oldstable-,testing-,}proposed-updates and {testing,stable,oldstable}-security. If this

Bug#514307: devscripts: [wnpp-alert] pad fields to common length

2009-02-06 Thread Adam D. Barratt
Hi, just found wnpp-alert today and I think it's one of those great and nifty tools. Thanks :-) I think it would be nice if the fields were aligned. Currently, this is not the case. Orphaned packages are off by two spaces. I'm not sure, but I think the patch below probably fixes that

Bug#513967: licensecheck fails to spot licence in ext/ directory of ocropus-0.2

2009-02-02 Thread Adam D. Barratt
severity 513967 wishlist thanks On Mon, 2009-02-02 at 21:50 +0100, Jeffrey Ratcliffe wrote: Package: devscripts Severity: normal Version: 2.10.45 the title says it all ;) Well, not quite. :-) For example, it doesn't tell us where we can find a copy of the files (neither apt-cache search

Bug#513967: licensecheck fails to spot licence in ext/ directory of ocropus-0.2

2009-02-02 Thread Adam D. Barratt
On Mon, 2009-02-02 at 21:45 +, Adam D. Barratt wrote: On Mon, 2009-02-02 at 21:50 +0100, Jeffrey Ratcliffe wrote: Package: devscripts Severity: normal Version: 2.10.45 the title says it all ;) Well, not quite. :-) [...] Since licensecheck doesn't claim to be able to detect

Re: [SRM] devscripts update (#507482)

2009-01-10 Thread Adam D. Barratt
On Fri, 2009-01-09 at 15:31 +, Adam D. Barratt wrote: On Fri, 2009-01-09 at 15:07 +, Adam D. Barratt wrote: On Fri, 2009-01-09 at 10:18 +0100, Philipp Kern wrote: [...] Would be acceptable, Thanks. but I wonder if the usage of $TEMP_DIR after cd and rm should be quoted

Re: [SRM] devscripts update (#507482)

2009-01-09 Thread Adam D. Barratt
On Fri, 2009-01-09 at 10:18 +0100, Philipp Kern wrote: On Thu, Jan 08, 2009 at 11:20:43PM +, Adam D. Barratt wrote: The devscripts package in etch has an insecure temporary directory issue when signing files which are copied from a remote machine; see #507482. The security team

devscripts lenny update (#507482)

2009-01-08 Thread Adam D. Barratt
Hi, The devscripts package in lenny has an insecure temporary directory issue when signing files which are copied from a remote machine; see #507482. Would fixing this be suitable for a(nother) lenny update for the package? I've attached a minimal debdiff. Regards, Adam diff -adNru

[SRM] devscripts update (#507482)

2009-01-08 Thread Adam D. Barratt
Hi, The devscripts package in etch has an insecure temporary directory issue when signing files which are copied from a remote machine; see #507482. The security team don't consider this to warrant a DSA - would it be suitable for a stable update? I've attached a minimal debdiff. Regards,

Bug#510345: devscripts: checkbashisms does not detect bash function 'source'

2008-12-31 Thread Adam D. Barratt
user devscri...@packages.debian.org usertag 510345 checkbashisms # Add a version that's been in unstable and will # therefore be in squeeze found 510345 2.10.35 retitle 510345 [checkbashisms] Doesn't detect the use of source with no path information thanks On Wed, 2008-12-31 at 12:59 -0500,

Bug#510345: devscripts: checkbashisms does not detect bash function 'source'

2008-12-31 Thread Adam D. Barratt
On Wed, 2008-12-31 at 14:10 -0500, Jameson Graef Rollins wrote: On Wed, Dec 31, 2008 at 06:26:43PM +, Adam D. Barratt wrote: It does, but only if it's one of the forms source ./foo, source /foo/bar or source $foo. I can't see any obvious reason from the changelog, that source bar isn't

Bug#510343: devscripts: checkbashisms does not detect ((...)) when used with $#

2008-12-31 Thread Adam D. Barratt
On Wed, 2008-12-31 at 12:24 -0500, Jameson Graef Rollins wrote: I've found a small bug in checkbashisms' processing of the ((...)) bashisms. For some reason, it doesn't find the bashism if $# is used in the enclosed expression: servo:/tmp/cdtemp.JNHNWu 0$ cat ./foo #!/bin/sh (( $# 2 ))

Bug#510313: devscripts: dch fails with `Error parsing version number: 1.11.0.dfsg-1~'

2008-12-31 Thread Adam D. Barratt
Hi, On Wed, 2008-12-31 at 12:23 +0100, Robert Luberda wrote: Package: devscripts Version: 2.10.43 Severity: normal User: pkg-devscripts@teams.debian.net devscri...@packages.debian.org. Thanks for the thought though. :-) dch --news dch: fatal error at line 1006: Error parsing version

Re: Little issue with uscan

2008-12-26 Thread Adam D. Barratt
On Thu, December 25, 2008 19:47, Thomas Goirand wrote: Hi, I have 2 packages that I maintain and for which I'm also upstream: sbox-dtc and dtc (both are in Lenny). The watch file for the second one doesn't work, as uscan sees the first one. Let me explain... ~/sources/dtc$ cat debian/watch

Bug#509472: debchange: unable to avoid --closes warning if bug in source package

2008-12-22 Thread Adam D. Barratt
On Mon, 2008-12-22 at 17:57 +, Neil Williams wrote: $ dch -a --closes 504907 dch: No bugs found for package soci dch warning: bug #504907 belongs to package soci (src ?), not to soci: disabling closing changelog entry dch: Did you see that warning? Press RETURN to continue... $ bts

Bug#509472: debchange: unable to avoid --closes warning if bug in source package

2008-12-22 Thread Adam D. Barratt
On Mon, 2008-12-22 at 18:45 +, Adam D. Barratt wrote: On Mon, 2008-12-22 at 17:57 +, Neil Williams wrote: $ dch -a --closes 504907 dch: No bugs found for package soci dch warning: bug #504907 belongs to package soci (src ?), not to soci: disabling closing changelog entry

Re: Approval for a devscripts t-p-u upload

2008-12-14 Thread Adam D. Barratt
On Sun, 2008-12-14 at 22:44 +0100, Luk Claes wrote: Adam D. Barratt wrote: On Fri, 2008-12-12 at 18:37 +, Adam D. Barratt wrote: I've attached a minimal debdiff against the lenny version of devscripts for consideration. As has just been pointed out to me, the version number

Approval for a devscripts t-p-u upload

2008-12-12 Thread Adam D. Barratt
bug #508111. + + -- Adam D. Barratt a...@adam-barratt.org.uk Fri, 12 Dec 2008 18:19:35 + + devscripts (2.10.35) unstable; urgency=low * checkbashisms: Only flag local x y and local foo=bar when --posix is diff -Nru devscripts-2.10.35/scripts/debsign.sh devscripts-2.10.35/scripts

Bug#508163: licensecheck lacks support for Csharp source files

2008-12-08 Thread Adam D. Barratt
Stefan Ebner wrote, Monday, December 08, 2008 2:11 PM Package: devscripts Version: 2.19.42 I'm assuming that's a typo ;-) licensecheck is a great tool to check if the source files have license headers but as pointed out in the subject it currently doesn't support .cs files. I've heard that

Bug#508111: devscripts: Insecure tempfile creation (redux).

2008-12-07 Thread Adam D. Barratt
On Mon, 2008-12-08 at 01:31 +0100, Cyril Brulebois wrote: Package: devscripts Version: 2.10.41 Severity: serious Tags: patch security Justification: Vulnerable to symlink attacks (unless I'm mistaken). [...] but your usage of mktemp is bogus, since .$2 is appended to the X's. The attached

<    1   2   3   4   5   >