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

Sébastien Villemot sebastien.villemot at ens.fr
Sun Dec 25 10:14:58 UTC 2011


The following commit has been merged in the master branch:
commit 72d5b6622ce45657fd861242ea88aa954e7214dc
Author: Sébastien Villemot <sebastien.villemot at ens.fr>
Date:   Sun Dec 25 10:27:58 2011 +0100

    debian/rules: enable parallel build

diff --git a/debian/rules b/debian/rules
index 4ec173b..3fccdc1 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,10 +7,10 @@ DPKG_EXPORT_BUILDFLAGS = 1
 -include /usr/share/dpkg/buildflags.mk
 
 %:
-	dh $@
+	dh $@ --parallel
 
 override_dh_auto_build:
-	dh_auto_build -- all pdf html
+	dh_auto_build --parallel -- all pdf html
 
 # Don't run the testsuite
 override_dh_auto_test:

-- 
Debian packaging for dynare



More information about the Pkg-octave-commit mailing list