[Python-apps-commits] r2100 - in packages/wicd/trunk/debian (changelog rules)
hanska-guest at users.alioth.debian.org
hanska-guest at users.alioth.debian.org
Wed Dec 24 00:41:21 UTC 2008
Date: Wednesday, December 24, 2008 @ 00:41:21
Author: hanska-guest
Revision: 2100
* debian/rules:
- ensure right permissions are set in install target
Modified:
packages/wicd/trunk/debian/changelog
packages/wicd/trunk/debian/rules
Modified: packages/wicd/trunk/debian/changelog
===================================================================
--- packages/wicd/trunk/debian/changelog 2008-12-24 00:29:58 UTC (rev 2099)
+++ packages/wicd/trunk/debian/changelog 2008-12-24 00:41:21 UTC (rev 2100)
@@ -17,8 +17,9 @@
meaningful whatis entry
* debian/rules:
- get-orig-source target to ease upstream tarball fetch
+ - ensure right permissions are set in install target
- -- David Paleino <d.paleino at gmail.com> Wed, 24 Dec 2008 01:29:32 +0100
+ -- David Paleino <d.paleino at gmail.com> Wed, 24 Dec 2008 01:40:55 +0100
wicd (1.5.2-1) unstable; urgency=low
Modified: packages/wicd/trunk/debian/rules
===================================================================
--- packages/wicd/trunk/debian/rules 2008-12-24 00:29:58 UTC (rev 2099)
+++ packages/wicd/trunk/debian/rules 2008-12-24 00:41:21 UTC (rev 2100)
@@ -49,6 +49,10 @@
python setup.py install --root=$(CURDIR)/debian/wicd
install -m644 debian/wicd-client.xpm \
$(CURDIR)/debian/wicd/usr/share/pixmaps/wicd.xpm
+
+ 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 {} \;
binary-arch: build install
binary-indep: build install
More information about the Python-apps-commits
mailing list