[creepy] 01/01: Renable d/rules override to fix executable permissions
Ross Gammon
ross-guest at moszumanska.debian.org
Sat Aug 22 08:11:44 UTC 2015
This is an automated email from the git hooks/post-receive script.
ross-guest pushed a commit to branch master
in repository creepy.
commit ef25f6bd5281362aaf5dd16e2bb3b89a43143ea8
Author: Ross Gammon <rossgammon at mail.dk>
Date: Sat Aug 22 10:09:57 2015 +0200
Renable d/rules override to fix executable permissions
Without this creepy does not have permission to run
---
debian/rules | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/rules b/debian/rules
index 8ee8521..2c5f5f8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -6,9 +6,9 @@
dh $@ --with python2 --buildsystem=pybuild
-#override_dh_fixperms:
-# dh_fixperms
-# chmod 755 $(CURDIR)/debian/creepy/usr/share/creepy/CreepyMain.py
+override_dh_fixperms:
+ dh_fixperms
+ chmod 755 $(CURDIR)/debian/creepy/usr/share/creepy/CreepyMain.py
#override_dh_clean:
# dh_clean
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/creepy.git
More information about the Pkg-grass-devel
mailing list