Your message dated Tue, 19 Jun 2007 13:32:02 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#419487: fixed in devscripts 2.10.5 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.10.2 Severity: normal Tags: patch $ debc libarchive-dev_2.0.25-2.1_amd64.deb debc: no appropriate .debs found in the changes file libarchive_2.0.25-2.1_amd64.changes! $ grep libarchive-dev_2.0.25-2.1_amd64.deb ../libarchive_2.0.25-2.1_amd64.changes 7e23d344bf919de99fa7f4b809d15235 112206 libdevel optional libarchive-dev_2.0.25-2.1_amd64.deb In scripts/debi.pl, (line 341) $pkg is set to the match value $1 but the previous match operation was to determine the $arch, not the $deb. Changing $1 to $deb fixes the problem: $ debc libarchive-dev_2.0.25-2.1_amd64.deb libarchive-dev_2.0.25-2.1_amd64.deb ----------------------------------- new debian package, version 2.0. size 112206 bytes: control archive= 1283 bytes. 1274 bytes, 30 lines control 889 bytes, 13 lines md5sums Trivial patch attached. -- System Information: Debian Release: lenny/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 2.6.18-4-amd64 (SMP w/1 CPU core) Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages devscripts depends on: ii debianutils 2.18 Miscellaneous utilities specific t ii dpkg-dev 1.13.25 package building tools for Debian ii libc6 2.5-2 GNU C Library: Shared libraries ii perl 5.8.8-7 Larry Wall's Practical Extraction ii sed 4.1.5-1 The GNU sed stream editor Versions of packages devscripts recommends: ii fakeroot 1.7 Gives a fake root environment -- no debconf information--- scripts/debi.pl.orig 2007-04-16 01:26:01.000000000 +0100 +++ scripts/debi.pl 2007-04-16 01:26:12.000000000 +0100 @@ -341,7 +341,7 @@ $deb =~ /^([a-z0-9+\.-]+)_/ or warn "unrecognised .deb name: $deb\n"; # don't want other archs' .debs: next unless $deb =~ /[_+]($arch|all)[\.+]/; - my $pkg = $1; + my $pkg = $deb; if (@ARGV) { if (exists $pkgs{$pkg}) { push @debs, $deb;
--- End Message ---
--- Begin Message ---Source: devscripts Source-Version: 2.10.5 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.10.5.dsc to pool/main/d/devscripts/devscripts_2.10.5.dsc devscripts_2.10.5.tar.gz to pool/main/d/devscripts/devscripts_2.10.5.tar.gz devscripts_2.10.5_i386.deb to pool/main/d/devscripts/devscripts_2.10.5_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. James Vega <[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: Tue, 19 Jun 2007 13:57:22 +0100 Source: devscripts Binary: devscripts Architecture: source i386 Version: 2.10.5 Distribution: unstable Urgency: low Maintainer: Devscripts Devel Team <[EMAIL PROTECTED]> Changed-By: James Vega <[EMAIL PROTECTED]> Description: devscripts - Scripts to make the life of a Debian Package maintainer easier Closes: 340259 378342 419487 420847 426996 429236 Changes: devscripts (2.10.5) unstable; urgency=low . [ Luk Claes ] * debc: Make reporting on a single deb work again (Closes: #419487). . [ Adam D. Barratt ] * debchange: Add gutsy (gibbon) and UNRELEASED to the list of recognised Ubuntu distributions * rc-alert + Update HTML parsing to support the new structure of the RC bug page + The "I" tag can now also mean "lenny-ingore" + Add "[E]xperimental" to the distribution list, and remove "X" ("not in testing") * bts + Allow the use of SMTP instead of sendmail. Thanks to Josh Tripplet for the patch (Closes: #420847) + Fix syntax error when reverting to default SENDMAILCMD + When cleaning up a bug's cache entries, also remove {raw,status}.mbox + Fix pod formatting so that the description of the "fixed" command actually appears in the manpage. + Add an option to not cache resolved bugs (Closes: #340259, #378342) + Fix URL parsing to account for recent HTML changes (Closes: #429236) + Always download version graphs rather than the new "options page" + Fix attachment parsing code to handle "filename=" * mass-bug: Fix syntax error when reverting to default SENDMAILCMD * dd-list: Treat teams.debian.net addresses as mailing lists rather than individuals * tagpending: Update license statement to GPL >= 2 * uscan: Ensure --dehs generates well formed XML (Closes: #426996) . [ Martin Zobel-Helas ] * debchange: Add volatile to the list of recognised Debian distributions * debchange: Add backports to the list of recognised Debian distributions . [ Christoph Berg ] * rmadison: -t, --time: show projectb snapshot date Files: fe171f56edfeca6f89fa631fc96c699d 1097 devel optional devscripts_2.10.5.dsc b6c01db920fd5cb5bf3e2c68bb7b950a 452804 devel optional devscripts_2.10.5.tar.gz a20db8abfb287b286ac9869575d26c0a 385932 devel optional devscripts_2.10.5_i386.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iEYEARECAAYFAkZ31o0ACgkQDb3UpmEybUA50gCfSWjGtkQiTTXWjT9wqFlhu/0x 14wAnAvZzOikaUw27PSq8owKpdk3SfOL =tYXK -----END PGP SIGNATURE-----
--- End Message ---

