[Pkg-octave-commit] [SCM] Debian packaging for dynare branch, master, updated. debian/4.3.0-1-2-g71cbb12

Sébastien Villemot sebastien.villemot at ens.fr
Mon Jun 18 21:32:54 UTC 2012


The following commit has been merged in the master branch:
commit 9673406f27b84bd9f96f226bbf418204d04cca8c
Author: Sébastien Villemot <sebastien.villemot at ens.fr>
Date:   Mon Jun 18 22:36:18 2012 +0200

    debian/rules: fix crash when only compiling arch-dependent packages

diff --git a/debian/rules b/debian/rules
index 1ffeeab..382a88f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,13 +15,13 @@ override_dh_link:
 	dh_link --package=dynare-common /usr/share/dynare/matlab/dynare.m $(MDIR)/dynare.m
 
 # Don't ship MacOS directory included in upstream tarball
-override_dh_install:
-	dh_install
+override_dh_install-indep:
+	dh_install -i
 	rm -r debian/dynare-matlab/usr/src/matlab/dynare-matlab/contrib/ms-sbvar/switch_dw/state_space/.DS_Store
 
 # Fix wrong permissions in upstream tarball
-override_dh_fixperms:
-	dh_fixperms
+override_dh_fixperms-indep:
+	dh_fixperms -i
 	find debian/dynare-matlab/usr/src/matlab/dynare-matlab/contrib/ms-sbvar -type f -exec chmod -x '{}' ';'
 
 get-orig-source:

-- 
Debian packaging for dynare



More information about the Pkg-octave-commit mailing list