Your message dated Thu, 16 Feb 2006 08:47:09 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#353049: fixed in devscripts 2.9.15 has caused the attached Bug report to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: devscripts Version: 2.9.14 Severity: wishlist File: /usr/bin/bts Tags: patch Hi, I wish "bts" would allow for bug ids with a # instead of: bts: you can only request a mailbox for a single bug report. The attached patch works for me and permits: bts --mbox show #350842 Cheers, -- System Information: Debian Release: testing/unstable APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: i386 (i686) Shell: /bin/sh linked to /bin/bash Kernel: Linux 2.6.15-1-686 Locale: [EMAIL PROTECTED], [EMAIL PROTECTED] (charmap=ISO-8859-15) Versions of packages devscripts depends on: ii debianutils 2.15.2 Miscellaneous utilities specific t ii dpkg-dev 1.13.13 package building tools for Debian ii libc6 2.3.6-1 GNU C Library: Shared libraries an ii perl 5.8.8-2 Larry Wall's Practical Extraction ii sed 4.1.4-5 The GNU sed stream editor Versions of packages devscripts recommends: ii fakeroot 1.5.7 Gives a fake root environment -- no debconf information -- Loïc Minier <[EMAIL PROTECTED]> Current Earth status: NOT DESTROYED--- /usr/bin/bts 2006-02-13 12:36:48.000000000 +0100 +++ bts 2006-02-15 22:13:20.000000000 +0100 @@ -1899,7 +1899,7 @@ # Given a thing, returns the filename for its mbox in the cache. sub mboxfile { my $thing=shift; - return $thing =~ /^\d+$/ ? $cachedir.$thing.".mbox" : undef; + return $thing =~ /^#?(\d+)$/ ? $cachedir.$1.".mbox" : undef; } # Given a bug number, returns the dirname for it in the cache.
--- End Message ---
--- Begin Message ---Source: devscripts Source-Version: 2.9.15 We believe that the bug you reported is fixed in the latest version of devscripts, which is due to be installed in the Debian FTP archive: devscripts_2.9.15.dsc to pool/main/d/devscripts/devscripts_2.9.15.dsc devscripts_2.9.15.tar.gz to pool/main/d/devscripts/devscripts_2.9.15.tar.gz devscripts_2.9.15_i386.deb to pool/main/d/devscripts/devscripts_2.9.15_i386.deb A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Julian Gilbey <[EMAIL PROTECTED]> (supplier of updated devscripts package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Thu, 16 Feb 2006 16:17:15 +0000 Source: devscripts Binary: devscripts Architecture: source i386 Version: 2.9.15 Distribution: unstable Urgency: low Maintainer: Julian Gilbey <[EMAIL PROTECTED]> Changed-By: Julian Gilbey <[EMAIL PROTECTED]> Description: devscripts - Scripts to make the life of a Debian Package maintainer easier Closes: 174858 202866 236312 339661 343752 353049 Changes: devscripts (2.9.15) unstable; urgency=low . * bts: handle bts show pkg archive=yes more gracefully * bts: require mailx | mailutils (mailutils provides mailx anyhow) * bts: always allow Bug#NNNNNN: or #NNNNN etc. in commands (Closes: #353049) * bts: support caching RC bug pages (Closes: #236312) * bts: support subscribe/unsubscribe commands (Closes: #339661) * bts: support alternative sendmail command (Closes: #343752) * debdiff: handle multi-binary packages and allow comparison of control files from each corresponding pair of binary packages - thanks to Robert Luberda <[EMAIL PROTECTED]> for the patch (Closes: #174858) * general: improve getopt handling * pkg-subscribe: new script to subscribe to the PTS for a limited time period (Closes: #202866) Files: 0b62fd247533cede657db6dbfb831d1d 691 devel optional devscripts_2.9.15.dsc f39c7c6169747824c8e24aed5c886d29 339514 devel optional devscripts_2.9.15.tar.gz 9459399282d8895b398a19e60d0cf705 321668 devel optional devscripts_2.9.15_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFD9KhsDU59w/205FkRAmrWAJ9dz5aOeHvofSX9PPLWXS/FOmJB4QCgib+P alrwtpiclp1Opwub4rRRTH8= =uFgs -----END PGP SIGNATURE-----
--- End Message ---

