[Python-modules-commits] [terminaltables] 01/01: Don't redundantly set executable bit since dh does it

Carl Suster arcresu-guest at moszumanska.debian.org
Tue Dec 5 01:03:57 UTC 2017


This is an automated email from the git hooks/post-receive script.

arcresu-guest pushed a commit to branch debian/master
in repository terminaltables.

commit adcf855ec94dc510608929134e42eacdb2058dd2
Author: Carl Suster <carl at contraflo.ws>
Date:   Sat Dec 2 00:52:30 2017 +1100

    Don't redundantly set executable bit since dh does it
---
 debian/changelog | 4 ++--
 debian/rules     | 4 ----
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e65a982..b252ac2 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -8,9 +8,9 @@ terminaltables (3.1.0-2) unstable; urgency=medium
   * Switch to python3-sphinx* instead of the py2 versions.
   * Migrate from git-dpm to gbp.
   * Add patch to correct the shebang lines of examples to python3.
-  * Install examples in the examples directory and make them executable.
+  * Install examples in the examples directory as executables.
 
- -- Carl Suster <carl at contraflo.ws>  Fri, 01 Dec 2017 22:23:26 +1100
+ -- Carl Suster <carl at contraflo.ws>  Sat, 02 Dec 2017 00:52:18 +1100
 
 terminaltables (3.1.0-1) experimental; urgency=medium
 
diff --git a/debian/rules b/debian/rules
index 70278f7..a3dbe71 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,10 +20,6 @@ endif
 override_dh_compress:
 	dh_compress -X example1.py -X example2.py -X example3.py -X html/
 
-override_dh_fixperms:
-	dh_fixperms
-	chmod a+x debian/python-terminaltables-doc/usr/share/doc/python-terminaltables-doc/examples/*.py
-
 override_dh_installchangelogs:
 	# Trim the changelog section out of the README file. Note that this will
 	# hang if the changelog-section-{start,end} strings don't appear exactly as

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/terminaltables.git



More information about the Python-modules-commits mailing list