[Pkg-octave-commit] [SCM] Debian packaging for octave-geometry branch, master, updated. debian/1.4.1-1-9-g3f62fef

Rafael Laboissiere rafael at laboissiere.net
Sun Jun 10 09:05:12 UTC 2012


The following commit has been merged in the master branch:
commit 3f62fef97632371705dd8b53c60af4cea6a80bdc
Author: Rafael Laboissiere <rafael at laboissiere.net>
Date:   Sun Jun 10 08:53:00 2012 +0000

    debian/rules: Fix the permission of some installed *.m files
    
    Also, added a loud warning to remind us to check whether the upstream
    authors will have fied the issue in the next upstream release.

diff --git a/debian/rules b/debian/rules
index 4c4f959..5cb0946 100755
--- a/debian/rules
+++ b/debian/rules
@@ -8,3 +8,8 @@ pkg = octave-geometry
 install/$(pkg)::
 	# Remove file with Python bytecode
 	find debian/$(pkg) -name \*.pyc -exec rm \{} \;
+	# Fix permission of some *.m files
+	@echo "************************************************************"
+	@echo "Warning: check whether this permission fix is still needed:"
+	find debian/$(pkg) -name \*.m -exec chmod -x \{} \;
+	@echo "************************************************************"

-- 
Debian packaging for octave-geometry



More information about the Pkg-octave-commit mailing list