[Python-apps-commits] r2618 - in packages/wicd/trunk/debian (3 files)

hanska-guest at users.alioth.debian.org hanska-guest at users.alioth.debian.org
Sun Mar 15 23:04:21 UTC 2009


    Date: Sunday, March 15, 2009 @ 23:04:20
  Author: hanska-guest
Revision: 2618

* debian/patches/:
  - 08-fix_GetIP.patch added, thanks to Giuseppe Martino
    (Closes: #519433)

Added:
  packages/wicd/trunk/debian/patches/08-fix_GetIP.patch
Modified:
  packages/wicd/trunk/debian/changelog
  packages/wicd/trunk/debian/patches/series

Modified: packages/wicd/trunk/debian/changelog
===================================================================
--- packages/wicd/trunk/debian/changelog	2009-03-15 17:36:55 UTC (rev 2617)
+++ packages/wicd/trunk/debian/changelog	2009-03-15 23:04:20 UTC (rev 2618)
@@ -1,3 +1,11 @@
+wicd (1.5.9-5) UNRELEASED; urgency=low
+
+  * debian/patches/:
+    - 08-fix_GetIP.patch added, thanks to Giuseppe Martino
+      (Closes: #519433)
+
+ -- David Paleino <d.paleino at gmail.com>  Mon, 16 Mar 2009 00:03:30 +0100
+
 wicd (1.5.9-4) unstable; urgency=low
 
   * debian/control:

Added: packages/wicd/trunk/debian/patches/08-fix_GetIP.patch
===================================================================
--- packages/wicd/trunk/debian/patches/08-fix_GetIP.patch	                        (rev 0)
+++ packages/wicd/trunk/debian/patches/08-fix_GetIP.patch	2009-03-15 23:04:20 UTC (rev 2618)
@@ -0,0 +1,17 @@
+Fixes bug in GetIP(), see #519433 for full description.
+Patch by Giuseppe Martino <denever at truelite.it>, thank you!
+---
+ wicd/wnettools.py |    2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+--- wicd-1.5.9.orig/wicd/wnettools.py
++++ wicd-1.5.9/wicd/wnettools.py
+@@ -563,7 +563,7 @@ class Interface(object):
+         The IP address of the interface in dotted quad form.
+ 
+         """
+-        if not self.iface: return False
++        if not self.iface: return None
+         cmd = 'ifconfig ' + self.iface
+         if self.verbose: print cmd
+         output = misc.Run(cmd)

Modified: packages/wicd/trunk/debian/patches/series
===================================================================
--- packages/wicd/trunk/debian/patches/series	2009-03-15 17:36:55 UTC (rev 2617)
+++ packages/wicd/trunk/debian/patches/series	2009-03-15 23:04:20 UTC (rev 2618)
@@ -5,3 +5,4 @@
 05-fix_DBus_policy.patch
 06-add_LC_MESSAGES_parsing.patch
 07-add_resolvconf_support.patch
+08-fix_GetIP.patch




More information about the Python-apps-commits mailing list