[flint-arb] 04/07: Make the compilation of tests verbose (avoids build log checks warnings)
Julien Puydt
julien.puydt at laposte.net
Tue Mar 7 13:31:30 UTC 2017
This is an automated email from the git hooks/post-receive script.
jpuydt-guest pushed a commit to branch master
in repository flint-arb.
commit c4370aae7c7ee18505538772cc32e9fba4395e48
Author: Julien Puydt <julien.puydt at laposte.net>
Date: Wed Mar 1 22:33:50 2017 +0100
Make the compilation of tests verbose (avoids build log checks warnings)
---
debian/changelog | 1 +
debian/rules | 3 +++
2 files changed, 4 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index c72d1fe..a1efaf9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -4,6 +4,7 @@ flint-arb (2.10.0-1) UNRELEASED; urgency=medium
* Mark libflint-arb1 as Multi-Arch: same.
* Remove the fix flint includes patch (applied upstream).
* Follow soname bump from 1 to 2.
+ * Make the compilation of tests verbose (avoids build logs warnings).
-- Julien Puydt <julien.puydt at laposte.net> Wed, 01 Mar 2017 22:13:14 +0100
diff --git a/debian/rules b/debian/rules
index e81c344..2dd81e4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,3 +15,6 @@ override_dh_auto_configure:
override_dh_auto_build:
dh_auto_build -- $(MAKE_OVERRIDE)
+
+override_dh_auto_test:
+ dh_auto_test -- $(MAKE_OVERRIDE)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/flint-arb.git
More information about the debian-science-commits
mailing list