[Pkg-octave-commit] [octave-statistics] 01/02: d/rules: add workaround for wrong perms in upstream tarball.

Sébastien Villemot sebastien at debian.org
Thu Oct 27 12:49:43 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastien pushed a commit to branch master
in repository octave-statistics.

commit 94b09cc56d4e1efb15cc4ab32702e969425a32bd
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Thu Oct 27 14:32:21 2016 +0200

    d/rules: add workaround for wrong perms in upstream tarball.
---
 debian/rules | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/debian/rules b/debian/rules
index 71fb86c..cb46f3a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -2,3 +2,7 @@
 # -*- makefile -*-
 
 include /usr/share/cdbs/1/class/octave-pkg.mk
+
+# Workaround for wrong perms in upstream tarball 1.3.0
+binary-fixup/octave-statistics::
+	find debian/octave-statistics/usr/share/octave/packages -type f -exec chmod -x '{}' ';'

-- 
Alioth's /home/groups/pkg-octave/bin/git-commit-notice on /srv/git.debian.org/git/pkg-octave/octave-statistics.git



More information about the Pkg-octave-commit mailing list