[SCM] Eigen2 packaging branch, master, updated. debian/2.0.16-1-5-g76d7d19

Anton Gladky gladky-anton-guest at alioth.debian.org
Thu Jun 2 07:00:38 UTC 2011


The following commit has been merged in the master branch:
commit 76d7d19c9080c34d41b3f5469425496e47b53e00
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Thu Jun 2 09:00:29 2011 +0200

    Enable extra-verbose mode for tests.
---
 debian/changelog |    3 ++-
 debian/rules     |    2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 62c1921..49adaeb 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,8 +1,9 @@
 eigen2 (2.0.16-2) UNRELEASED; urgency=low
 
   * Disable qr-test due to failing its compilation on ARM.
+  * Enable extra-verbose mode for tests.
 
- -- Anton Gladky <gladky.anton at gmail.com>  Mon, 30 May 2011 20:49:56 +0200
+ -- Anton Gladky <gladky.anton at gmail.com>  Thu, 02 Jun 2011 08:59:16 +0200
 
 eigen2 (2.0.16-1) unstable; urgency=low
 
diff --git a/debian/rules b/debian/rules
index 4476a89..0c3eb17 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,7 @@ override_dh_auto_test:
 	echo -- Running tests. Even if one of them fails the build is not canceled.
 	-cat /proc/meminfo
 	-cat /proc/cpuinfo
-	dh_auto_test || true
+	dh_auto_test -- ARGS=-VV || true
 
 override_dh_auto_build:
 	dh_auto_build

-- 
Eigen2 packaging



More information about the pkg-kde-commits mailing list