r11131 - in /packages/unstable/accerciser/debian: changelog rules
lool at users.alioth.debian.org
lool at users.alioth.debian.org
Thu May 24 08:38:57 UTC 2007
Author: lool
Date: Thu May 24 08:38:57 2007
New Revision: 11131
URL: http://svn.debian.org/wsvn/pkg-gnome/?sc=1&rev=11131
Log:
* Force executable bit on files looking like Python scripts.
Modified:
packages/unstable/accerciser/debian/changelog
packages/unstable/accerciser/debian/rules
Modified: packages/unstable/accerciser/debian/changelog
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/accerciser/debian/changelog?rev=11131&op=diff
==============================================================================
--- packages/unstable/accerciser/debian/changelog (original)
+++ packages/unstable/accerciser/debian/changelog Thu May 24 08:38:57 2007
@@ -1,9 +1,10 @@
-accerciser (0.1.2-9) UNRELEASED; urgency=low
+accerciser (0.1.2-9) unstable; urgency=medium
* Track all branches in watch file.
* Bump up Debhelper compatibility level to 5.
+ * Force executable bit on files looking like Python scripts.
- -- Loic Minier <lool at dooz.org> Thu, 24 May 2007 10:32:11 +0200
+ -- Loic Minier <lool at dooz.org> Thu, 24 May 2007 10:36:51 +0200
accerciser (0.1.2-8) unstable; urgency=low
Modified: packages/unstable/accerciser/debian/rules
URL: http://svn.debian.org/wsvn/pkg-gnome/packages/unstable/accerciser/debian/rules?rev=11131&op=diff
==============================================================================
--- packages/unstable/accerciser/debian/rules (original)
+++ packages/unstable/accerciser/debian/rules Thu May 24 08:38:57 2007
@@ -11,3 +11,7 @@
$(patsubst %,binary-install/%,$(DEB_PACKAGES)) :: binary-install/%:
dh_pysupport -p$(cdbs_curpkg)
+
+binary-post-install/accerciser::
+ # force executable bit on files looking like python scripts
+ egrep -rlZ '^#!(.*)python' debian/accerciser/usr/share/accerciser/plugins | xargs -0 chmod a+x --
More information about the pkg-gnome-commits
mailing list