[Pkg-octave-commit] [SCM] dynare branch, master, updated. b78f627d1f9593d7b6b9c183aaf82ece738558ee
Sébastien Villemot
sebastien.villemot at ens.fr
Thu Jun 25 13:28:41 UTC 2009
The following commit has been merged in the master branch:
commit b78f627d1f9593d7b6b9c183aaf82ece738558ee
Author: Sébastien Villemot <sebastien.villemot at ens.fr>
Date: Thu Jun 25 15:27:49 2009 +0200
Exercise the testsuite from debian/rules
diff --git a/debian/patches/series b/debian/patches/series
index 8e6e325..b87e9e6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,5 +1,5 @@
-extra-addpath
-fhs-compliance
rows-name-clash
build-matlab
manual-fix-for-debian
+extra-addpath # This patch needs to be on top of stack
+fhs-compliance # This patch needs to be on top of stack
diff --git a/debian/rules b/debian/rules
index b208ce9..b6427f0 100755
--- a/debian/rules
+++ b/debian/rules
@@ -16,6 +16,11 @@ build-stamp:
# Building documentation
make -C doc
+ # Exercise the testsuite
+ QUILT_PATCHES=$(QUILT_PATCH_DIR) quilt --quiltrc /dev/null pop -R 2
+ dh_auto_test
+ QUILT_PATCHES=$(QUILT_PATCH_DIR) quilt --quiltrc /dev/null push 2
+
touch build-stamp
clean: unpatch
--
dynare
More information about the Pkg-octave-commit
mailing list