[Pkg-octave-commit] [SCM] Debian packaging for octave-ocs branch, master, updated. ecae69f33be86759ae79c207268a5435c0eec506

Rafael Laboissiere rafael at laboissiere.net
Sat Mar 17 18:54:51 UTC 2012


The following commit has been merged in the master branch:
commit ecae69f33be86759ae79c207268a5435c0eec506
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Sat Mar 17 15:47:44 2012 +0100

    debian/rules: Fix the permission of file prs/prs_spice.m

diff --git a/debian/rules b/debian/rules
index 94bcf2e..7e0638b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,3 +8,6 @@ pkg = octave-ocs
 build/$(pkg)::
 	( cd doc ; pdflatex iffspec_ocs )
 
+install/$(pkg)::
+	# Fix wrong permission of a file in the upstream tarball
+	chmod -x $$(find debian/$(pkg) -name prs_spice.m)

-- 
Debian packaging for octave-ocs



More information about the Pkg-octave-commit mailing list