[bibutils] 03/05: debian: update test to match new Makefile name

David Bremner bremner at debian.org
Mon Oct 20 17:41:24 UTC 2014


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

bremner pushed a commit to branch master
in repository bibutils.

commit 7021bcc03e428119dc22c0b64e118a082d130a43
Author: David Bremner <bremner at debian.org>
Date:   Sun Aug 10 11:23:17 2014 -0300

    debian: update test to match new Makefile name
---
 debian/rules | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index 34e43fa..d391ee4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -46,8 +46,8 @@ override_dh_auto_install:
 	@echo Skipping auto_install
 
 override_dh_auto_test:
-	make -C test all
-	make -C test test
+	make -C test -f Makefile.static all
+	make -C test -f Makefile.static test
 
 override_dh_auto_clean:
 	make -C lib -f Makefile.dynamic realclean

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



More information about the debian-science-commits mailing list