[SCM] Quadrature rules and numerical integration routines branch, master, updated. upstream/0_20121001-9-g9a2608f

Anton Gladky gladky.anton at gmail.com
Wed Apr 17 21:49:13 UTC 2013


The following commit has been merged in the master branch:
commit 9a2608f2d9b4e956c29fadd5a564e41c4b802dab
Author: Anton Gladky <gladky.anton at gmail.com>
Date:   Wed Apr 17 23:45:25 2013 +0200

    Use autoreconf.

diff --git a/debian/control b/debian/control
index b652d32..ee8e785 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: quadrule
 Priority: extra
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Mike Neish <neishm at atmosp.physics.utoronto.ca>
-Build-Depends: debhelper (>= 9), autotools-dev
+Build-Depends: debhelper (>= 9), autotools-dev, dh-autoreconf
 Standards-Version: 3.9.4
 Section: math
 Homepage: http://people.sc.fsu.edu/~jburkardt/c_src/quadrule/quadrule.html
diff --git a/debian/rules b/debian/rules
index cbe925d..bace6e8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,3 @@
 #!/usr/bin/make -f
 %:
-	dh $@
+	dh $@ --with autoreconf

-- 
Quadrature rules and numerical integration routines



More information about the debian-science-commits mailing list