[adios] 02/12: Need autotools-dev, but not autoreconf
Alastair McKinstry
mckinstry at moszumanska.debian.org
Wed Sep 20 15:17:11 UTC 2017
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to branch debian/master
in repository adios.
commit fc582c3485de82045d89b508d6465f3fffec7f9d
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Thu Aug 3 08:29:13 2017 +0100
Need autotools-dev, but not autoreconf
---
debian/control | 2 +-
debian/rules | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index 7a20c16..5331e22 100644
--- a/debian/control
+++ b/debian/control
@@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 10),
libnetcdf-dev,
gfortran, libmxml-dev,
mpi-default-dev, pkg-config,
- cmake, libbz2-dev, zlib1g-dev,
+ cmake, libbz2-dev, zlib1g-dev, autotools-dev,
libibverbs-dev [ !hurd-i386 !kfreebsd-i386 !kfreebsd-amd64],
python-dev, python-numpy, python-mpi4py, cython, dh-python,
python3-all-dev, python3-numpy, python3-mpi4py, cython3,
diff --git a/debian/rules b/debian/rules
index b5829ba..8b35ad5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -48,7 +48,7 @@ export PATH:=$(TOP):$(PATH)
# magic debhelper rule
%:
- dh $@ --with autoreconf,autotools_dev,python2,python3
+ dh $@ --with autotools_dev,python2,python3
override_dh_auto_clean:
dh_clean
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/adios.git
More information about the debian-science-commits
mailing list