Your message dated Thu, 01 Nov 2007 22:32:02 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#422647: fixed in whereami 0.3.33
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: whereami
Version: 0.3.32
Severity: important
Tags: patch
testsupplicant uses inverted logic. "exit 0" should be used to indicate
success, not "exit 1" (and vice versa).
Patch supplied.
-- System Information:
Debian Release: lenny/sid
APT prefers testing
APT policy: (500, 'testing')
Architecture: i386 (i686)
Kernel: Linux 2.6.18-4-686 (SMP w/1 CPU core)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/bash
Versions of packages whereami depends on:
ii debconf [debconf-2.0] 1.5.13 Debian configuration management sy
ii fping 2.4b2-to-ipv6-14 sends ICMP ECHO_REQUEST packets to
ii iputils-ping 3:20020927-6 Tools to test the reachability of
ii netbase 4.29 Basic TCP/IP networking system
ii perl 5.8.8-7 Larry Wall's Practical Extraction
Versions of packages whereami recommends:
ii iputils-arping 3:20020927-6 Tool to send ICMP echo requests to
ii resolvconf 1.37 nameserver information handler
ii wireless-tools 28-1 Tools for manipulating Linux Wirel
-- debconf information:
* whereami/how_to_configure:
--- scripts/tests/testsupplicant 2006-04-11 01:56:18.000000000 +0200
+++ scripts/tests/testsupplicant-new 2007-05-07 15:45:18.000000000 +0200
@@ -42,11 +42,11 @@
while [ "$MAXATTEMPTS" -gt "0" ] ; do
if /sbin/wpa_cli -i ${INTERFACE} status | grep 'wpa_state=COMPLETED'
>/dev/null ; then
# Success
- exit 1
+ exit 0
fi
if [ "`iwconfig ${INTERFACE} | grep Encryption | cut -f3 -d: `" =
"restricted" ] ; then
# Success
- exit 1
+ exit 0
fi
# Otherwise we loop again until we have exceeded the timeout...
sleep 1
@@ -60,4 +60,4 @@
pkill wpa_supplicant
fi
-exit 0
+exit 1
--- End Message ---
--- Begin Message ---
Source: whereami
Source-Version: 0.3.33
We believe that the bug you reported is fixed in the latest version of
whereami, which is due to be installed in the Debian FTP archive:
whereami_0.3.33.dsc
to pool/main/w/whereami/whereami_0.3.33.dsc
whereami_0.3.33.tar.gz
to pool/main/w/whereami/whereami_0.3.33.tar.gz
whereami_0.3.33_all.deb
to pool/main/w/whereami/whereami_0.3.33_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.
Andrew McMillan <[EMAIL PROTECTED]> (supplier of updated whereami 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: Fri, 02 Nov 2007 07:10:50 +1300
Source: whereami
Binary: whereami
Architecture: source all
Version: 0.3.33
Distribution: unstable
Urgency: low
Maintainer: Andrew McMillan <[EMAIL PROTECTED]>
Changed-By: Andrew McMillan <[EMAIL PROTECTED]>
Description:
whereami - Automatically reconfigure your (laptop) system for a new location
Closes: 44070 422647 422650
Changes:
whereami (0.3.33) unstable; urgency=low
.
* Apply lintian clean fixes, including re-revert DH_COMPAT.
* Ensure man pages are built with package.
* Correct logic inversion in testsupplicant (closes:#422647).
* Add testwpa script from François Tourde.
* Add Brazillian Portugese translation (closes:#44070).
* Fix to ensure testsupplicant works when wpa_supplicant already running at
start of process. (closes:#422650).
Files:
62e7117e141e58b03941b825a7a9f380 541 net extra whereami_0.3.33.dsc
de1deb122af6abc5b2e161c2ac6718c9 76234 net extra whereami_0.3.33.tar.gz
a2940c2803048d3df195a5a086720fb1 62730 net extra whereami_0.3.33_all.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)
iD8DBQFHKlCIjJA0f48GgBIRAqFJAKCtl0mucRBT3nqnXTE3Yhm9ma147ACgl0+d
iVqqMvpN3OWUg8eum+HT9aU=
=taWN
-----END PGP SIGNATURE-----
--- End Message ---