[SCM] lcalc: program for computing zeros and values of L-functions branch, master, updated. debian/0.0.20080205-1.2-15-gb903849

Tobias Hansen tobias.han at gmx.de
Sat Jan 12 03:33:33 UTC 2013


The following commit has been merged in the master branch:
commit 48ffc3fc03de29bc15464e50fa69506e4f8b7484
Author: Tobias Hansen <tobias.han at gmx.de>
Date:   Sat Jan 12 03:18:16 2013 +0100

    Use dh in debian/rules.

diff --git a/debian/compat b/debian/compat
index 7ed6ff8..ec63514 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-5
+9
diff --git a/debian/control.in b/debian/control.in
deleted file mode 100644
index ae3daad..0000000
--- a/debian/control.in
+++ /dev/null
@@ -1,16 +0,0 @@
-Source: lcalc
-Section: math
-Priority: optional
-Maintainer: Tim Abbott <tabbott at mit.edu>
-Build-Depends: @cdbs@, libpari-dev, libmpfr-dev
-Homepage: http://pmmac03.math.uwaterloo.ca/~mrubinst/L_function_public/CODE/
-Standards-Version: 3.7.3
-
-Package: lcalc
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}
-Description: a program for calculating with L-functions
- lcalc is a program for computing zeros and values of L-functions.
- Supported L-functions include the Riemann zeta function, the
- L-function of the Ramanujan delta function, and L-functions
- of elliptic curves defined over the rationals.
diff --git a/debian/rules b/debian/rules
index a236460..80cae2c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,8 +1,13 @@
 #!/usr/bin/make -f
 
-include /usr/share/cdbs/1/rules/debhelper.mk
-include /usr/share/cdbs/1/class/makefile.mk
-include /usr/share/cdbs/1/rules/patchsys-quilt.mk
+%:
+	dh $@ --sourcedirectory=src --parallel
 
-DEB_MAKE_INVOKE += -C src/ LOCATION_PARI_H=/usr/include/pari LOCATION_PARI_LIBRARY=/usr/lib PARI_DEFINE=-DINCLUDE_PARI GMP_FLAGS="-lpari -lmpfr -lgmpxx -lgmp -lgmpxx"
+override_dh_auto_build:
+	dh_auto_build -- LOCATION_PARI_H=/usr/include/pari \
+                LOCATION_PARI_LIBRARY=/usr/lib PARI_DEFINE=-DINCLUDE_PARI \
+                GMP_FLAGS="-lpari -lmpfr -lgmpxx -lgmp -lgmpxx"
 
+override_dh_auto_test:
+
+override_dh_auto_install:

-- 
lcalc: program for computing zeros and values of L-functions



More information about the debian-science-commits mailing list