[adios] 01/03: Standards-Version: 3.9.8; no changes required

Alastair McKinstry mckinstry at moszumanska.debian.org
Tue Jun 21 06:06:09 UTC 2016


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

mckinstry pushed a commit to tag debian/1.9.0-10
in repository adios.

commit 4a3438fb035f31f44000975d535f6465ae0134dd
Author: Alastair McKinstry <mckinstry at debian.org>
Date:   Thu Jun 16 18:33:48 2016 +0100

    Standards-Version: 3.9.8; no changes required
---
 debian/changelog | 6 ++++++
 debian/control   | 2 +-
 debian/rules     | 4 ++--
 3 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index e09d06d..15d31c8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+adios (1.9.0-10) UNRELEASED; urgency=medium
+
+  * Standards-Version: 3.9.8; no changes required
+
+ -- Alastair McKinstry <mckinstry at debian.org>  Thu, 16 Jun 2016 18:33:46 +0100
+
 adios (1.9.0-9) unstable; urgency=medium
 
   * Add SZIP support.
diff --git a/debian/control b/debian/control
index 54ed1e9..b8ddb33 100644
--- a/debian/control
+++ b/debian/control
@@ -13,7 +13,7 @@ Build-Depends: debhelper (>= 9),
   libglib2.0-dev, libhdf5-serial-dev, libhdf5-mpi-dev,
   libaec-dev
 Build-Conflicts: libadios-dev, libadios-bin
-Standards-Version: 3.9.7
+Standards-Version: 3.9.8
 Homepage: http://www.olcf.ornl.gov/center-projects/adios/
 Vcs-git: git://anonscm.debian.org/debian-science/packages/adios.git
 X-Python-Version: 2.7
diff --git a/debian/rules b/debian/rules
index 8c6496f..3c023cb 100755
--- a/debian/rules
+++ b/debian/rules
@@ -61,14 +61,14 @@ override_dh_auto_clean:
 	rm -f adios.pc stamp-h1
 
 override_dh_auto_configure:
-	dh_auto_configure --  $(WITH_LUSTRE) $(WITH_IBVERBS) --enable-shared \
+	CONFIG_SHELL=/bin/sh dh_auto_configure --  $(WITH_LUSTRE) $(WITH_IBVERBS) --enable-shared \
 		--with-hdf5-incdir=/usr/include/hdf5/serial \
 		--with-hdf5-libdir=$(LIBDIR)/hdf5/serial \
 		--with-phdf5-incdir=/usr/include/hdf5/$(MPI) \
 		--with-phdf5-libdir=$(LIBDIR)/hdf5/$(MPI) \
 		--with-bzip2=/usr  --with-zlib=/usr --with-glib=/usr --with-szip=/usr \
 		--prefix=/usr MPICC=mpicc.$(MPI) MPIFC=mpif90.$(MPI) CFLAGS='$(CFLAGS) -I$(LIBDIR)/glib-2.0/include' \
-		LIBS=' $(MPI_LIBS) -lpthread' 
+		LIBS=' $(MPI_LIBS) -lpthread'  SHELL=/bin/sh CONFIG_SHELL=/bin/sh
 
 override_dh_auto_build:
 	# First do a build shared, with -fPIC, for the python lib.

-- 
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