[Pkg-octave-commit] [octave-splines] 02/03: d/rules: Fix file permissions
Rafael Laboissière
rlaboiss-guest at moszumanska.debian.org
Wed Jun 8 14:57:47 UTC 2016
This is an automated email from the git hooks/post-receive script.
rlaboiss-guest pushed a commit to branch master
in repository octave-splines.
commit 06a2c7db40d2e26b7231a16408b5f30c85535b1d
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date: Wed Jun 8 11:03:43 2016 -0300
d/rules: Fix file permissions
---
debian/rules | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/debian/rules b/debian/rules
index 71fb86c..0babb95 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,11 @@
# -*- makefile -*-
include /usr/share/cdbs/1/class/octave-pkg.mk
+
+pkg = octave-splines
+
+install/$(pkg)::
+ find debian/$(pkg)/usr/share/octave/packages/ -type f
+ @echo "***** FIXME: Check whether the following command is still needed"
+ # Reported upstream: https://savannah.gnu.org/bugs/index.php?48177
+ find debian/$(pkg)/usr/share/octave/packages/ -type f | xargs chmod -x
--
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-splines.git
More information about the Pkg-octave-commit
mailing list