[Python-apps-commits] r8383 - in packages/autokey/trunk/debian (changelog rules)
adejong at users.alioth.debian.org
adejong at users.alioth.debian.org
Mon Mar 26 17:14:34 UTC 2012
Date: Monday, March 26, 2012 @ 17:14:25
Author: adejong
Revision: 8383
* Fix permissions of installed svg files.
Modified:
packages/autokey/trunk/debian/changelog
packages/autokey/trunk/debian/rules
Modified: packages/autokey/trunk/debian/changelog
===================================================================
--- packages/autokey/trunk/debian/changelog 2012-03-26 16:59:29 UTC (rev 8382)
+++ packages/autokey/trunk/debian/changelog 2012-03-26 17:14:25 UTC (rev 8383)
@@ -5,8 +5,9 @@
* Use simpler mechanism to install the init script.
* Switch to using the dh command sequencer.
* Moved packaging from python-central to dh_python2 (Closes: #616741).
+ * Fix permissions of installed svg files.
- -- Arthur de Jong <adejong at debian.org> Mon, 26 Mar 2012 17:41:30 +0200
+ -- Arthur de Jong <adejong at debian.org> Mon, 26 Mar 2012 19:01:53 +0200
autokey (0.82.2-2) unstable; urgency=low
Modified: packages/autokey/trunk/debian/rules
===================================================================
--- packages/autokey/trunk/debian/rules 2012-03-26 16:59:29 UTC (rev 8382)
+++ packages/autokey/trunk/debian/rules 2012-03-26 17:14:25 UTC (rev 8383)
@@ -5,3 +5,7 @@
override_dh_installinit:
dh_installinit --name=autokey
+
+override_dh_fixperms:
+ dh_fixperms
+ chmod a-x debian/autokey-common/usr/share/icons/*/scalable/apps/*.svg
More information about the Python-apps-commits
mailing list