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 <rossgam...@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

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to