[Pkg-octave-commit] [SCM] Debian packaging for octave-communications branch, master, updated. f5d4b9419bf46e41197ea343c8afb2d10da903ee

Rafael Laboissiere rafael at laboissiere.net
Mon Mar 12 20:45:11 UTC 2012


The following commit has been merged in the master branch:
commit cfe82c72e652adf5b9fc2cb8ee74bbdacaa5428c
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Mon Mar 12 18:25:39 2012 +0100

    debian/rules: Fix the permission of file @galois/fft.m

diff --git a/debian/rules b/debian/rules
index b969aa8..6af83b2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,6 +20,8 @@ install/octave-$(pkg)::
 	# package
 	mkdir -p $(indepshr)
 	mv $(archshr)/octave $(indepshr)
+	# Fix wrong permission of a file in the upstream tarball
+	chmod -x $$(find $(indepshr) -name fft.m)
 
 clean::
 	make -C doc clean

-- 
Debian packaging for octave-communications



More information about the Pkg-octave-commit mailing list