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

Felix Salfelder felix at salfelder.org
Fri Feb 24 07:23:45 UTC 2012


The following commit has been merged in the debian branch:
commit c2e1ceebb548f3cddbedce686fc7b3c8fee01455
Author: Felix Salfelder <felix at salfelder.org>
Date:   Tue Feb 21 15:47:48 2012 +0100

    install: cleanup

diff --git a/debian/rules b/debian/rules
index c83a8ab..1d4c119 100755
--- a/debian/rules
+++ b/debian/rules
@@ -149,11 +149,9 @@ install: build-stamp
 	dh_testdir
 	dh_testroot
 	dh_prep
-	# FIXME: what is -nolns?
 	DESTDIR=$(CURDIR)/debian/tmp/ $(MAKE) $(DEB_MAKE_INVOKE) install
-	# FIXME: why?
-#	DESTDIR=$(CURDIR)/debian/tmp/ $(MAKE) $(DEB_MAKE_INVOKE) install-libsingular
-	# PREFIX='$(PREFIX)' MAKE='$(MAKE) $(DEB_MAKE_INVOKE) PREFIX="$(PREFIX)"'
+	# installs more -dev related stuff
+	DESTDIR=$(CURDIR)/debian/tmp/ $(MAKE) $(DEB_MAKE_INVOKE) install-libsingular
 	ln -sf libsingular-$(VERSION).so debian/tmp/usr/lib/libsingular.so
 
 .PHONY: build-arch build-indep build install binary-arch binary-indep binary clean

-- 
an open source computer algebra system



More information about the debian-science-commits mailing list