[arpack++] 03/09: Use dh-autoreconf. (Closes: #713300)

Anton Gladky gladk at moszumanska.debian.org
Wed Sep 10 19:11:09 UTC 2014


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

gladk pushed a commit to branch master
in repository arpack++.

commit 89a7d416f360f8fdaef5f7dfbd451f973fa4f4de
Author: Daniel T Chen <seven.steps at gmail.com>
Date:   Wed Sep 10 18:44:31 2014 +0200

    Use dh-autoreconf. (Closes: #713300)
---
 debian/changelog | 5 -----
 debian/control   | 2 +-
 debian/rules     | 6 ++----
 3 files changed, 3 insertions(+), 10 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 8193a08..1410b6e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,11 +6,6 @@ arpack++ (2.3-2.1) UNRELEASED; urgency=low
   * libarpack++2-dev recommends libsuperlu3-dev (Closes: #726568)
   * Fix 'gcc-4.7 build errors (missing this pointers)' (Closes: #684805)
 
-  [ Hideki Yamane ]
-  * debian/rules
-    - add "-fi" option to fix "required file './test-driver' not found
-      (Closes: #713300)
-
  -- Sylvestre Ledru <sylvestre at debian.org>  Mon, 04 Nov 2013 17:38:44 +0100
 
 arpack++ (2.3-2) unstable; urgency=low
diff --git a/debian/control b/debian/control
index 464fd7e..c269a07 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: arpack++
 Homepage: http://www.caam.rice.edu/software/ARPACK/arpack++.html
 Section: devel
 Priority: optional
-Build-Depends: cdbs, debhelper ( >> 4.1.0 ), gfortran, libblas-dev, liblapack-dev, libarpack2-dev, chrpath, automake, autoconf, libtool
+Build-Depends: cdbs, debhelper ( >> 4.1.0 ), gfortran, libblas-dev, liblapack-dev, libarpack2-dev, chrpath, chrpath, dh-autoreconf
 Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
 Uploaders: Christophe Prud'homme <prudhomm at debian.org>
 Standards-Version: 3.9.5
diff --git a/debian/rules b/debian/rules
index 28af580..71aeb21 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,6 +12,7 @@ DEB_INSTALL_EXAMPLES_libarpack++2-dev:=examples/*
 
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/autoreconf.mk
 
 DEB_BUILDDIR 			:= $(DEB_SRCDIR)/
 DEB_CONFIGURE_SCRIPT		:= $(CURDIR)/configure
@@ -24,14 +25,11 @@ DEB_CONFIGURE_EXTRA_FLAGS :=       \
   --infodir=\$${prefix}/share/info \
   --includedir=/usr/include/arpack++
 
+
 CFLAGS= -O3
 CXXFLAGS= -O3
 FFLAGS= -O3
 
-debian/stamp-autotools-files:
-	libtoolize
-	autoreconf -fi
-
 VERSION=2.3
 orig-tarball:
 	mkdir tmp; \

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



More information about the debian-science-commits mailing list