[SCM] GNU libmatheval branch, master, updated. debian/1.1.7-2-15-g7c03a61

Julian Taylor jtaylor.debian at googlemail.com
Wed Nov 23 19:28:44 UTC 2011


The following commit has been merged in the master branch:
commit 7c03a617b69d8c5945f3352e86ae68dbcd910bf2
Author: Julian Taylor <jtaylor.debian at googlemail.com>
Date:   Wed Nov 23 20:14:31 2011 +0100

    use dh-autoreconf --as-needed instead of autotools_dev

diff --git a/debian/changelog b/debian/changelog
index 248a5f6..ac36460 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -5,8 +5,9 @@ libmatheval (1.1.8-1) unstable; urgency=low
   * drop upstream applied
     0002-add-internal-lib-dependencies-to-pkg-config-file.patch 
   * refresh 0001-link-with-fl_pic.patch
+  * use dh-autoreconf --as-needed instead of autotools_dev
 
- -- Julian Taylor <jtaylor.debian at googlemail.com>  Wed, 23 Nov 2011 19:52:35 +0100
+ -- Julian Taylor <jtaylor.debian at googlemail.com>  Wed, 23 Nov 2011 20:14:01 +0100
 
 libmatheval (1.1.7-3) unstable; urgency=low
 
diff --git a/debian/control b/debian/control
index 6ab0677..fe394b2 100644
--- a/debian/control
+++ b/debian/control
@@ -4,8 +4,8 @@ Priority: optional
 Homepage: http://www.gnu.org/software/libmatheval/
 Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Julian Taylor <jtaylor.debian at googlemail.com>
-Build-Depends: autotools-dev,
-               debhelper (>= 8.1.3),
+Build-Depends: debhelper (>= 8.1.3),
+               dh-autoreconf,
                flex (>= 2.5.33-6),
                guile-1.6-dev,
                libltdl-dev,
diff --git a/debian/rules b/debian/rules
index 7a2016b..121b5b4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,7 +3,7 @@
 export DH_VERBOSE=1
 
 %:
-	dh $@ --with autotools_dev
+	dh $@ --with autoreconf --as-needed
 
 override_dh_installchangelogs:
 	dh_installchangelogs NEWS

-- 
GNU libmatheval



More information about the debian-science-commits mailing list