[Pkg-octave-commit] [SCM] octave-linear-algebra branch, master, updated. d30add1ffcd03237e00776aab07a1d6044dc21dc

Rafael Laboissiere rafael at debian.org
Sun May 17 19:49:23 UTC 2009


The following commit has been merged in the master branch:
commit d30add1ffcd03237e00776aab07a1d6044dc21dc
Author: Rafael Laboissiere <rafael at debian.org>
Date:   Sun May 17 21:49:20 2009 +0200

    Fix wrong permission of script cartprod.m

diff --git a/debian/changelog b/debian/changelog
index 16cb471..b4ecfe1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,6 +5,7 @@ octave-linear-algebra (1.0.7-1) UNRELEASED; urgency=low
     + (Standards-Version): Bump to 3.8.1 (no changes needed)
     + (Depends): Add ${misc:Depends}
     + (Vcs-Git, Vcs-Browser): Adjust to new Git repository
+  * debian/rules: Fix wrong permission of script cartprod.m
 
  -- Rafael Laboissiere <rafael at debian.org>  Sun, 12 Apr 2009 17:51:03 +0200
 
diff --git a/debian/rules b/debian/rules
index 73137e5..1fda443 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,10 @@
 
 include /usr/share/cdbs/1/class/octave-pkg.mk
 
+install/octave-linear-algebra::
+	# Fix wrong permission of .* script
+	chmod -x debian/octave-linear-algebra/usr/share/octave/packages/*/linear-algebra-*/cartprod.m
+
 clean::
 	rm -f inst/test_gsvd.m
 	( cd src ; rm -rf Makeconf config.log config.status )

-- 
octave-linear-algebra



More information about the Pkg-octave-commit mailing list