[SCM] lcalc: program for computing zeros and values of L-functions branch, master, updated. debian/0.0.20080205-1.2-19-gd60ce09
Tobias Hansen
tobias.han at gmx.de
Sat Jan 12 14:26:06 UTC 2013
The following commit has been merged in the master branch:
commit 3de781b7715dfa4e5fe4a563cf80de217ad88e4c
Author: Tobias Hansen <tobias.han at gmx.de>
Date: Sat Jan 12 15:09:12 2013 +0100
Remove unnecessary mpfr and gmp dependencies.
diff --git a/debian/control b/debian/control
index 1f5ff6c..270165c 100644
--- a/debian/control
+++ b/debian/control
@@ -3,7 +3,7 @@ Section: math
Priority: optional
Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
Uploaders: Tobias Hansen <thansen at debian.org>
-Build-Depends: debhelper (>= 9), libpari-dev (>= 2.5), libmpfr-dev
+Build-Depends: debhelper (>= 9), libpari-dev (>= 2.5)
Homepage: http://oto.math.uwaterloo.ca/~mrubinst/L_function_public/L.html
Standards-Version: 3.9.4
Vcs-Git: git://git.debian.org/debian-science/packages/lcalc.git
diff --git a/debian/patches/Makefile.patch b/debian/patches/Makefile.patch
index eba4892..582abec 100644
--- a/debian/patches/Makefile.patch
+++ b/debian/patches/Makefile.patch
@@ -76,7 +76,7 @@ Author: Tobias Hansen <thansen at debian.org>
-else
- LDFLAGS = $(LDFLAGS2)
-endif
-+LDFLAGS += -L$(LOCATION_PARI_LIBRARY) -lpari -lgmp
++LDFLAGS += -L$(LOCATION_PARI_LIBRARY) -lpari
--
lcalc: program for computing zeros and values of L-functions
More information about the debian-science-commits
mailing list