[Python-apps-commits] r8189 - in packages/gtg/trunk/debian (changelog rules)

dktrkranz at users.alioth.debian.org dktrkranz at users.alioth.debian.org
Fri Feb 17 07:57:18 UTC 2012


    Date: Friday, February 17, 2012 @ 07:57:15
  Author: dktrkranz
Revision: 8189

Make gtcli_bash_completion script executable

Modified:
  packages/gtg/trunk/debian/changelog
  packages/gtg/trunk/debian/rules

Modified: packages/gtg/trunk/debian/changelog
===================================================================
--- packages/gtg/trunk/debian/changelog	2012-02-17 02:25:48 UTC (rev 8188)
+++ packages/gtg/trunk/debian/changelog	2012-02-17 07:57:15 UTC (rev 8189)
@@ -12,8 +12,10 @@
       python-launchpadlib and python-suds to Suggests field.
   * debian/copyright:
     - Refresh copyright information.
+  * debian/rules:
+    - Make gtcli_bash_completion script executable.
 
- -- Luca Falavigna <dktrkranz at debian.org>  Thu, 16 Feb 2012 20:45:39 +0100
+ -- Luca Falavigna <dktrkranz at debian.org>  Fri, 17 Feb 2012 08:56:24 +0100
 
 gtg (0.2.4-6) unstable; urgency=low
 

Modified: packages/gtg/trunk/debian/rules
===================================================================
--- packages/gtg/trunk/debian/rules	2012-02-17 02:25:48 UTC (rev 8188)
+++ packages/gtg/trunk/debian/rules	2012-02-17 07:57:15 UTC (rev 8189)
@@ -10,3 +10,7 @@
 override_dh_auto_install:
 	dh_auto_install -- --install-scripts=/usr/share/gtg --install-lib=/usr/share/gtg
 	find debian/gtg -name "*.egg-info" -delete
+
+override_dh_fixperms:
+	chmod +x $(CURDIR)/debian/gtg/usr/share/gtg/gtcli_bash_completion
+	dh_fixperms




More information about the Python-apps-commits mailing list