[SCM] an open source computer algebra system branch, debian, updated. f2847def7083a28cb38fa1dc2482162bffd4740e

Bernhard R. Link brlink at debian.org
Tue Mar 6 13:36:27 UTC 2012


The following commit has been merged in the debian branch:
commit f2847def7083a28cb38fa1dc2482162bffd4740e
Author: Bernhard R. Link <brlink at debian.org>
Date:   Tue Mar 6 14:35:12 2012 +0100

    avoid kernel/*.og being built in binary, too

diff --git a/debian/rules b/debian/rules
index ae50cfd..3ae54a7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -131,7 +131,7 @@ configure-stamp:
 	# disable building some things twice:
 	sed -e '/^all:/s# *libsingfac_g.a##' -i libfac/Makefile
 	sed -e '/^cf:/s# *libsingcf_g.a##' -i factory/GNUmakefile
-	sed -e '/^all:/s# *libkernel_g.a##' -i kernel/Makefile
+	sed -e '/^\(all\|installbin\):/s# *libkernel_g.a##' -i kernel/Makefile
 	touch $@
 
 build build-arch: build-stamp

-- 
an open source computer algebra system



More information about the debian-science-commits mailing list