[singular] 01/01: Use hardlink for libsingular.so.

Tobias Hansen thansen at moszumanska.debian.org
Fri Jul 8 23:15:59 UTC 2016


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

thansen pushed a commit to branch master3-sage
in repository singular.

commit c6cf9ffc4a804a62fb9368a73638c00da79cb366
Author: Tobias Hansen <thansen at debian.org>
Date:   Fri Jul 8 22:35:15 2016 +0000

    Use hardlink for libsingular.so.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index c714c44..f40e64e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -22,6 +22,6 @@ override_dh_prep:
 override_dh_auto_build:
 	debian/spkg-install
 	mv $(SAGE_LOCAL)/lib/libsingular.so $(SAGE_LOCAL)/lib/libsingular-$(VERSION).so
-	ln -s $(SAGE_LOCAL)/lib/libsingular-$(VERSION).so $(SAGE_LOCAL)/lib/libsingular.so
+	ln $(SAGE_LOCAL)/lib/libsingular-$(VERSION).so $(SAGE_LOCAL)/lib/libsingular.so
 
 

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



More information about the debian-science-commits mailing list