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

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


    Date: Friday, January 2, 2009 @ 11:48:26
  Author: hanska-guest
Revision: 2139

* debian/rules:
  - chmod -x files in /usr/share/wicd/

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 11:47:51 UTC (rev 2138)
+++ packages/wicd/trunk/debian/changelog	2009-01-02 11:48:26 UTC (rev 2139)
@@ -6,6 +6,7 @@
     - removing /usr/lib/python2.5/*, they're private modules
       (Closes: #510462)
     - also removing other/55wicd in clean target
+    - chmod -x files in /usr/share/wicd/
   * debian/{pre,post}rm removed:
     - fix double-{starting,stopping} of wicd, which stopped the daemon 
       from really starting (Closes: #510457)
@@ -13,7 +14,7 @@
     - 00-fix_installation.patch added, some files were not being
       installed
 
- -- David Paleino <d.paleino at gmail.com>  Fri, 02 Jan 2009 12:46:58 +0100
+ -- David Paleino <d.paleino at gmail.com>  Fri, 02 Jan 2009 12:47:55 +0100
 
 wicd (1.5.7-1) unstable; urgency=low
 

Modified: packages/wicd/trunk/debian/rules
===================================================================
--- packages/wicd/trunk/debian/rules	2009-01-02 11:47:51 UTC (rev 2138)
+++ packages/wicd/trunk/debian/rules	2009-01-02 11:48:26 UTC (rev 2139)
@@ -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 {} \;
+	find $(CURDIR)/debian/wicd/usr/share/wicd/ -type f -exec chmod 644 {} \;
 	rm -rf $(CURDIR)/debian/wicd/usr/lib/python*/
 	dh install --after dh_auto_install
 




More information about the Python-apps-commits mailing list