[Pkg-octave-commit] [octave-miscellaneous] 03/03: Make physical_constant.py script non-executable

Rafael Laboissière rlaboiss-guest at moszumanska.debian.org
Sat Sep 20 18:00:29 UTC 2014


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

rlaboiss-guest pushed a commit to branch master
in repository octave-miscellaneous.

commit 39e1399e0784bd8a9ba63d73574e28d542f3985d
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Sat Sep 20 14:59:38 2014 -0300

    Make physical_constant.py script non-executable
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index 71fb86c..d9d8f7d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,7 @@
 # -*- makefile -*-
 
 include /usr/share/cdbs/1/class/octave-pkg.mk
+
+INSTDIR = $(CURDIR)/debian/octave-miscellaneous
+install/octave-miscellaneous::
+	chmod -x $$(find $(INSTDIR)/ -name physical_constant.py)

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-miscellaneous.git



More information about the Pkg-octave-commit mailing list