[Pkg-octave-commit] [SCM] Debian packaging for octave-miscellaneous branch, master, updated. df82b9236277a2fff70371e2b1b1ea0cd7411232

Sébastien Villemot sebastien.villemot at ens.fr
Fri Mar 9 12:07:58 UTC 2012


The following commit has been merged in the master branch:
commit e1451406dd609aafd0a22771725351d0185a714e
Author: Sébastien Villemot <sebastien.villemot at ens.fr>
Date:   Fri Mar 9 12:49:04 2012 +0100

    debian/rules: fix wrong +x perms in upstream tarball

diff --git a/debian/rules b/debian/rules
index 71fb86c..0682cf8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,7 @@
 # -*- makefile -*-
 
 include /usr/share/cdbs/1/class/octave-pkg.mk
+
+# Hack to workaround wrong permissions in upstream tarball
+binary-fixup/octave-miscellaneous::
+	find debian/octave-miscellaneous/usr/share/octave/packages/ -type f -exec chmod -x '{}' ';'

-- 
Debian packaging for octave-miscellaneous



More information about the Pkg-octave-commit mailing list