Your message dated Mon, 05 Jan 2009 05:02:06 +0000
with message-id <[email protected]>
and subject line Bug#510231: fixed in whohas 0.21-4
has caused the Debian Bug report #510231,
regarding whohas --no-threads -d Fedora finds nothing, -d Ubuntu searches Fedora
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 this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
510231: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=510231
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: whohas
Version: 0.21-3
Severity: minor
Tags: patch
Hi,
Thanks for the whohas script. There's a very minor bug:
whohas --no-threads -d Fedora finds nothing
whohas --no-threads -d Ubuntu searchs Fedora too
- if ($ubuntu_bool == 1) {
+ if ($fedora_bool == 1) {
&fedora( $ARGV[1]);
}
Regards,
Steve
commit 9bb5ba7bcc71ecb2b7d03d6a50b641deb08a9331
Author: Steve Cotton <[email protected]>
Date: Tue Dec 30 11:57:56 2008 +0000
Stop --no-threads -d Ubuntu searching Fedora
diff --git a/whohas b/whohas
index 7815980..7d218a6 100755
--- a/whohas
+++ b/whohas
@@ -174,7 +174,7 @@ if (@ARGV == 1) {
if ($debian_bool == 1) {
&debian( $ARGV[1]);
}
- if ($ubuntu_bool == 1) {
+ if ($fedora_bool == 1) {
&fedora( $ARGV[1]);
}
if ($fink_bool == 1) {
--- End Message ---
--- Begin Message ---
Source: whohas
Source-Version: 0.21-4
We believe that the bug you reported is fixed in the latest version of
whohas, which is due to be installed in the Debian FTP archive:
whohas_0.21-4.diff.gz
to pool/main/w/whohas/whohas_0.21-4.diff.gz
whohas_0.21-4.dsc
to pool/main/w/whohas/whohas_0.21-4.dsc
whohas_0.21-4_all.deb
to pool/main/w/whohas/whohas_0.21-4_all.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.
Jonathan Wiltshire <[email protected]> (supplier of updated whohas
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.8
Date: Sun, 04 Jan 2009 00:29:40 +0000
Source: whohas
Binary: whohas
Architecture: source all
Version: 0.21-4
Distribution: unstable
Urgency: low
Maintainer: Jonathan Wiltshire <[email protected]>
Changed-By: Jonathan Wiltshire <[email protected]>
Description:
whohas - query multiple distributions' package archives
Closes: 510152 510189 510203 510231 510259 510293
Changes:
whohas (0.21-4) unstable; urgency=low
.
* Patch to correct the FreeBSD lookup url and returned information url
(Evgeni Golov) (Closes: #510189)
* Patch to correct distribution lookups when used with --no-threads
(Steve Cotton) (Closes: #510231)
* Depend on ${DPATCH_STAMPFN} instead of patch-stamp in debian/rules
(Closes: #510259)
* Patch to extend the version column to 20 characters (Steve Cotton)
(Closes: #510152)
* Patch to show all versions of a ubuntu package, not just the earliest
(Steve Cotton) (Closes: #510203)
* Patch to correct the NetBSD search URL (Cristian Ionescu-Idbohrn)
(Closes: #510293)
Checksums-Sha1:
5f599bc4f835e237b615a55bdf2d411899caa677 1129 whohas_0.21-4.dsc
84f5ef55b1ceba5fe4ff213248252371d639788a 4647 whohas_0.21-4.diff.gz
3b9be8057b2b81bbcb594e676bd2fad905119b31 17934 whohas_0.21-4_all.deb
Checksums-Sha256:
d84fef810797556757219af9b24bfd393a85d9c427c06d746505efbfde68294f 1129
whohas_0.21-4.dsc
c631331221fe83b618fc826d02c457d5909840216be322be31b2cc8e4f4551be 4647
whohas_0.21-4.diff.gz
73dfe162c21c0560c987999b9f522029b8184b40d7f0644981ccb725d8d7049a 17934
whohas_0.21-4_all.deb
Files:
671dafd47c568a54a1ef09e1d681c2e7 1129 utils extra whohas_0.21-4.dsc
87ad31ffbe39d9d0fa7f0741eb54a525 4647 utils extra whohas_0.21-4.diff.gz
ef7a03102e265842027f1a78a1d83aca 17934 utils extra whohas_0.21-4_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
iEYEARECAAYFAklhkbEACgkQ5Sc9mGvjxCMGrwCgy0veL+NjKBkbpCFN2XVRdC4T
duwAniRKc2AGAbS9Sq9iExgEGljqL60i
=2YBg
-----END PGP SIGNATURE-----
--- End Message ---