[Python-apps-commits] r2145 - in packages/wicd/trunk/debian (changelog rules)
hanska-guest at users.alioth.debian.org
hanska-guest at users.alioth.debian.org
Fri Jan 2 17:01:59 UTC 2009
Date: Friday, January 2, 2009 @ 17:01:59
Author: hanska-guest
Revision: 2145
Don't drop x bit from 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 16:47:20 UTC (rev 2144)
+++ packages/wicd/trunk/debian/changelog 2009-01-02 17:01:59 UTC (rev 2145)
@@ -5,7 +5,6 @@
- passing --lib to configure, moving files in /usr/share/wicd
(Closes: #510461)
- also removing other/55wicd in clean target
- - chmod -x files in /usr/share/wicd/
- binary-arch target emptied, not using it
* debian/{pre,post}rm removed:
- fix double-{starting,stopping} of wicd, which stopped the daemon
Modified: packages/wicd/trunk/debian/rules
===================================================================
--- packages/wicd/trunk/debian/rules 2009-01-02 16:47:20 UTC (rev 2144)
+++ packages/wicd/trunk/debian/rules 2009-01-02 17:01:59 UTC (rev 2145)
@@ -36,7 +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 {} \;
+
dh install --after dh_auto_install --before dh_installinit
dh_pysupport -i
dh_installinit -i
More information about the Python-apps-commits
mailing list