[blitz++] 03/07: Use autoreconf
Jerome Benoit
calculus-guest at moszumanska.debian.org
Tue Aug 2 00:55:21 UTC 2016
This is an automated email from the git hooks/post-receive script.
calculus-guest pushed a commit to annotated tag debian/0.10-2
in repository blitz++.
commit 711dea4a5c982c7b11add4ff02f7a09379ef3e00
Author: Andreas Tille <tille at debian.org>
Date: Thu Oct 2 14:05:59 2014 +0000
Use autoreconf
---
changelog | 2 ++
control | 2 +-
rules | 17 ++++++-----------
3 files changed, 9 insertions(+), 12 deletions(-)
diff --git a/changelog b/changelog
index cac3ee4..33bf22d 100644
--- a/changelog
+++ b/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/control b/control
index 9e9bb51..f18ef93 100644
--- a/control
+++ b/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/rules b/rules
index 9e03326..93fe6ee 100755
--- a/rules
+++ b/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