[Python-apps-commits] r2135 - in packages/wicd/trunk/debian (changelog rules)

hanska-guest at users.alioth.debian.org hanska-guest at users.alioth.debian.org
Fri Jan 2 10:56:50 UTC 2009


    Date: Friday, January 2, 2009 @ 10:56:50
  Author: hanska-guest
Revision: 2135

* debian/rules:
  - removing /usr/lib/python2.5/*, they're private modules
    (Closes: #510462)

Modified:
  packages/wicd/trunk/debian/changelog
  packages/wicd/trunk/debian/rules

Modified: packages/wicd/trunk/debian/changelog
===================================================================
--- packages/wicd/trunk/debian/changelog	2009-01-02 10:55:18 UTC (rev 2134)
+++ packages/wicd/trunk/debian/changelog	2009-01-02 10:56:50 UTC (rev 2135)
@@ -3,8 +3,10 @@
   * debian/rules:
     - passing --lib to configure, moving files in /usr/share/wicd
       (Closes: #510461)
+    - removing /usr/lib/python2.5/*, they're private modules
+      (Closes: #510462)
 
- -- David Paleino <d.paleino at gmail.com>  Fri, 02 Jan 2009 11:45:06 +0100
+ -- David Paleino <d.paleino at gmail.com>  Fri, 02 Jan 2009 11:55:57 +0100
 
 wicd (1.5.7-1) unstable; urgency=low
 

Modified: packages/wicd/trunk/debian/rules
===================================================================
--- packages/wicd/trunk/debian/rules	2009-01-02 10:55:18 UTC (rev 2134)
+++ packages/wicd/trunk/debian/rules	2009-01-02 10:56:50 UTC (rev 2135)
@@ -36,6 +36,7 @@
 	find $(CURDIR)/debian/wicd -name "*.png" -exec chmod 644 {} \;
 	find $(CURDIR)/debian/wicd/etc/wicd/ -type f -exec chmod 644 {} \;
 	find $(CURDIR)/debian/wicd \( -name "*.glade" -o -name "*.conf" -o -name "*.desktop" \) -exec chmod 644 {} \;
+	rm -rf $(CURDIR)/debian/wicd/usr/lib/python*/
 	dh install --after dh_auto_install
 
 binary-arch: build install




More information about the Python-apps-commits mailing list