[adios] 98/207: minor fixes
Alastair McKinstry
mckinstry at moszumanska.debian.org
Fri Jun 12 06:04:43 UTC 2015
This is an automated email from the git hooks/post-receive script.
mckinstry pushed a commit to branch master
in repository adios.
commit eedc961ddaca8718e2dff5974f8bc260342088ea
Author: Alastair McKinstry <mckinstry at debian.org>
Date: Mon May 19 10:20:55 2014 +0100
minor fixes
---
debian/control | 2 +-
debian/rules | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index ad80874..0193059 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
Maintainer: Alastair McKinstry <mckinstry at debian.org>
Build-Depends: debhelper (>= 9), libnetcdf-dev, gfortran, libhdf5-mpi-dev | libhdf5-dev, libmxml-dev,
mpi-default-dev, autotools-dev, cmake,
- python-dev, numpy, python3-dev, cython, dh-python, python-mpi4py
+ python-dev, python-numpy, python3-dev, cython, dh-python, python-mpi4py
Standards-Version: 3.9.5
Homepage: http://www.olcf.ornl.gov/center-projects/adios/
X-Python-Version: 2.7
diff --git a/debian/rules b/debian/rules
index 8593a2e..1f6fbb8 100755
--- a/debian/rules
+++ b/debian/rules
@@ -44,7 +44,7 @@ DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
LIBDIR:=/usr/lib/$(DEB_HOST_MULTIARCH)
BINDIR:=$(DESTDIR)/usr/bin
-TOP:=(shell pwd)
+TOP:=$(shell pwd)
# magic debhelper rule
%:
@@ -53,7 +53,7 @@ TOP:=(shell pwd)
override_dh_auto_clean:
dh_clean
find . -name '*.pyc' -delete
- rm -r wrappers/numpy/build wrappers/java/build
+ rm -fr wrappers/numpy/build wrappers/java/build
override_dh_auto_configure:
dh_auto_configure -- $(WITH_LUSTRE) --enable-shared --prefix=$(DESTDIR) MPIFC=mpif77 CC=$(CC)
--
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