[SCM] Debian packaging for bibutils branch, master, updated. upstream/4.5-90-gda1258b
David Bremner
bremner at unb.ca
Fri Dec 10 13:55:05 UTC 2010
The following commit has been merged in the master branch:
commit 32d82154b166d2e1c0b5c15aac330bb373245d77
Author: David Bremner <bremner at unb.ca>
Date: Fri Dec 10 09:08:40 2010 -0400
move tests to override_dh_auto_test
diff --git a/debian/rules b/debian/rules
index 5585d42..323b5e2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -28,8 +28,10 @@ override_dh_auto_build:
$(MAKE) -C bin -f Makefile.dynamic all
$(XP) -o bibutils.1 $(DB2MAN) bibutils.dbk
sed 's/VERSION/${VERSION}/g' packageconfig_start > lib/bibutils.pc
- make -C test all
- make -C test test
override_dh_auto_install:
@echo Skipping auto_install
+
+override_dh_auto_test:
+ make -C test all
+ make -C test test
--
Debian packaging for bibutils
More information about the debian-science-commits
mailing list