[flint] 01/01: MAKE_OVERRIDE. less quiet, fewer include paths

felix salfelder felix-guest at moszumanska.debian.org
Mon May 26 17:28:27 UTC 2014


This is an automated email from the git hooks/post-receive script.

felix-guest pushed a commit to branch master
in repository flint.

commit 2420eb106c01c28fb6020d7ee07ec01b627abcee
Author: Felix Salfelder <felix at salfelder.org>
Date:   Mon May 26 19:25:10 2014 +0200

    MAKE_OVERRIDE. less quiet, fewer include paths
---
 debian/rules | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 2c8a1aa..303260a 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,6 +3,7 @@
 VERSION=2.4.3
 LDFLAGS:=$(shell dpkg-buildflags --get LDFLAGS)
 EXTRA_SHARED_FLAGS=-Wl,-soname,libflint-$(VERSION).so $(LDFLAGS)
+MAKE_OVERRIDE = AT= QUIET_CXX= QUIET_CC= QUIET_AR= INCS=-I$(CURDIR)
 
 %:
 	dh $@
@@ -12,7 +13,11 @@ override_dh_auto_configure:
 	sed -i Makefile -e "/^FLINT_LIB\>=/s/libflint/libflint-$(VERSION)/"
 
 override_dh_auto_build:
-	dh_auto_build --parallel -- EXTRA_SHARED_FLAGS="$(EXTRA_SHARED_FLAGS)"
+	dh_auto_build --parallel -- $(MAKE_OVERRIDE) \
+	    EXTRA_SHARED_FLAGS="$(EXTRA_SHARED_FLAGS)"
+
+override_dh_auto_test:
+	dh_auto_test --parallel -- $(MAKE_OVERRIDE)
 
 override_dh_auto_install:
 	dh_auto_install

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/flint.git



More information about the debian-science-commits mailing list