[SCM] Debian packaging for bibutils branch, master, updated. upstream/4.5-90-gda1258b
David Bremner
bremner at unb.ca
Fri Dec 10 13:55:06 UTC 2010
The following commit has been merged in the master branch:
commit d2f0867fa319b6ba55a1df1f5a831c35bdc3ee28
Author: David Bremner <bremner at unb.ca>
Date: Fri Dec 10 09:14:36 2010 -0400
explicitly build static libs
diff --git a/debian/rules b/debian/rules
index 323b5e2..fe7f4f4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,6 +26,9 @@ override_dh_auto_configure:
override_dh_auto_build:
$(MAKE) -C lib -f Makefile.dynamic SONAME=$(SONAME) SOMINOR=$(SOMINOR) all
$(MAKE) -C bin -f Makefile.dynamic all
+ # this relies on target clean not removing the shared libs
+ $(MAKE) -C lib -f Makefile.static clean
+ $(MAKE) -C lib -f Makefile.static libbibutils.a libbibcore.a
$(XP) -o bibutils.1 $(DB2MAN) bibutils.dbk
sed 's/VERSION/${VERSION}/g' packageconfig_start > lib/bibutils.pc
--
Debian packaging for bibutils
More information about the debian-science-commits
mailing list