[blitz++] 21/31: Use autoreconf

Jerome Benoit calculus-guest at moszumanska.debian.org
Tue Aug 2 00:52:04 UTC 2016


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

calculus-guest pushed a commit to branch master
in repository blitz++.

commit 3732733a523c32e6afb8e454fd019530884e62f4
Author: Andreas Tille <tille at debian.org>
Date:   Thu Oct 2 14:05:59 2014 +0000

    Use autoreconf
---
 debian/changelog |  2 ++
 debian/control   |  2 +-
 debian/rules     | 17 ++++++-----------
 3 files changed, 9 insertions(+), 12 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index cac3ee4..33bf22d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ blitz++ (1:0.10-2) UNRELEASED; urgency=medium
 
   * cme fix dpkg-control
   * Priority optional for all packages
+  * use autoreconf (thanks for the patch to "Breno Leitao" <brenohl at br.ibm.com>)
+    Closes: #755826
 
  -- Andreas Tille <tille at debian.org>  Thu, 02 Oct 2014 15:56:53 +0200
 
diff --git a/debian/control b/debian/control
index 9e9bb51..f18ef93 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,7 @@ Uploaders: Andreas Tille <tille at debian.org>,
 Section: devel
 Priority: optional
 Build-Depends: gfortran | fortran-compiler,
-               autotools-dev,
+               dh-autoreconf,
                libtool,
                automake,
                texinfo,
diff --git a/debian/rules b/debian/rules
index 9e03326..93fe6ee 100755
--- a/debian/rules
+++ b/debian/rules
@@ -15,17 +15,15 @@ docname=$(libname)-doc
 PREFIX = /usr
 
 %:
-	dh $@ -with autotools-dev --parallel
-	# dh --with autotools-dev --with autoreconf $@ # Needs Build-Depends: dh-autoreconf
+	dh $@ -with autoreconf --parallel
 
 override_dh_auto_configure:
 	# dh_autotools-dev_updateconfig
-	
-	libtoolize --automake
-	aclocal -Im4
-	autoreconf -i
-	automake
-	
+#	libtoolize --automake
+#	aclocal -Im4
+#	autoreconf -i
+#	automake
+#
 	F77=gfortran ./configure --prefix=$(PREFIX) --with-cxx=gcc --with-blas --enable-debug --enable-static --enable-64bit --enable-shared --enable-doxygen CFLAGS="${CFLAGS} -DBZHAVE_STD" CXXFLAGS="${CXXFLAGS} -DBZ_HAVE_STD"
 
 override_dh_auto_build:
@@ -69,6 +67,3 @@ override_dh_install:
 	# Make sure there will be no *.la file created automagically by d-shlibmove
 	find debian -name "*.la" -delete
 
-
-override_dh_clean:
-	dh_clean

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



More information about the debian-science-commits mailing list