[SCM] Eigen2 packaging branch, master, updated. debian/2.0.15-1-20-g50d4224
Anton Gladky
gladky-anton-guest at alioth.debian.org
Sun May 29 20:06:28 UTC 2011
The following commit has been merged in the master branch:
commit 50d422490a7a2a5c83b395388149153d318a6450
Author: Anton Gladky <gladky.anton at gmail.com>
Date: Sun May 29 22:00:48 2011 +0200
Update debian/rules (thanks to Modestas)
---
debian/rules | 7 +++++--
1 files changed, 5 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 8631892..02521d4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,8 @@ BUILDDIR = $(CURDIR)/debian/build
%:
dh $@ --buildsystem=cmake --builddirectory=$(BUILDDIR)
+override_dh_auto_configure:
+ dh_auto_configure -- -DEIGEN_BUILD_TESTS=ON
override_dh_installchangelogs:
dh_installchangelogs debian/Changelog_upstream
@@ -11,7 +13,8 @@ override_dh_auto_test:
echo -- Running tests. Even if one of them fails the build is not canceled.
-cat /proc/meminfo
-cat /proc/cpuinfo
- cd $(BUILDDIR); cmake -DEIGEN_BUILD_TESTS=ON ../../; $(MAKE); ctest || true
+ dh_auto_build
+ dh_auto_test || true
override_dh_auto_build:
- cd $(BUILDDIR); $(MAKE) doc
+ dh_auto_build -- doc
--
Eigen2 packaging
More information about the pkg-kde-commits
mailing list