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

hanska-guest at users.alioth.debian.org hanska-guest at users.alioth.debian.org
Fri Jan 2 11:47:52 UTC 2009


    Date: Friday, January 2, 2009 @ 11:47:51
  Author: hanska-guest
Revision: 2138

* debian/patches/:
  - 00-fix_installation.patch added, some files were not being
    installed

Added:
  packages/wicd/trunk/debian/patches/00-fix_installation.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-01-02 10:59:33 UTC (rev 2137)
+++ packages/wicd/trunk/debian/changelog	2009-01-02 11:47:51 UTC (rev 2138)
@@ -9,8 +9,11 @@
   * debian/{pre,post}rm removed:
     - fix double-{starting,stopping} of wicd, which stopped the daemon 
       from really starting (Closes: #510457)
+  * debian/patches/:
+    - 00-fix_installation.patch added, some files were not being
+      installed
 
- -- David Paleino <d.paleino at gmail.com>  Fri, 02 Jan 2009 11:58:42 +0100
+ -- David Paleino <d.paleino at gmail.com>  Fri, 02 Jan 2009 12:46:58 +0100
 
 wicd (1.5.7-1) unstable; urgency=low
 

Added: packages/wicd/trunk/debian/patches/00-fix_installation.patch
===================================================================
--- packages/wicd/trunk/debian/patches/00-fix_installation.patch	                        (rev 0)
+++ packages/wicd/trunk/debian/patches/00-fix_installation.patch	2009-01-02 11:47:51 UTC (rev 2138)
@@ -0,0 +1,12 @@
+Broken upstream installation, missing files added.
+--- wicd-1.5.7.orig/setup.py
++++ wicd-1.5.7/setup.py
+@@ -302,7 +302,7 @@
+     (wpath.bin, ['scripts/wicd-client', ]), 
+     (wpath.sbin,  ['scripts/wicd', ]),  
+     (wpath.share, ['data/wicd.glade', ]),
+-    (wpath.lib, ['wicd/wicd-client.py', 'wicd/monitor.py', 'wicd/wicd-daemon.py', 'wicd/configscript.py', 'wicd/suspend.py', 'wicd/autoconnect.py']), #'wicd/wicd-gui.py', 
++    (wpath.lib, ['wicd/wicd-client.py', 'wicd/monitor.py', 'wicd/wicd-daemon.py', 'wicd/configscript.py', 'wicd/suspend.py', 'wicd/autoconnect.py', 'wicd/gui.py', 'wicd/misc.py', 'wicd/networking.py', 'wpath.py']),
+     (wpath.autostart, ['other/wicd-tray.desktop', ]),
+     ]
+     piddir = os.path.dirname(wpath.pidfile)

Modified: packages/wicd/trunk/debian/patches/series
===================================================================
--- packages/wicd/trunk/debian/patches/series	2009-01-02 10:59:33 UTC (rev 2137)
+++ packages/wicd/trunk/debian/patches/series	2009-01-02 11:47:51 UTC (rev 2138)
@@ -1,3 +1,4 @@
+00-fix_installation.patch
 01-fix_desktop_file.patch
 02-fix_logfile_perms.patch
 03-fix_lintian_manpage_warning.patch




More information about the Python-apps-commits mailing list