diff -Nru adios-1.11.0/debian/changelog adios-1.11.0/debian/changelog --- adios-1.11.0/debian/changelog 2016-11-29 17:50:59.000000000 +0000 +++ adios-1.11.0/debian/changelog 2017-05-20 04:37:09.000000000 +0000 @@ -1,3 +1,16 @@ +adios (1.11.0-1ubuntu1) artful; urgency=medium + + * Tweak d/rules to ensure the build system picks up right version + of python 3. + + -- Bhavani Shankar Sat, 20 May 2017 10:05:18 +0530 + +adios (1.11.0-1build2) artful; urgency=medium + + * Rebuild for python 3.6 support. + + -- Bhavani Shankar Sun, 14 May 2017 14:23:08 +0530 + adios (1.11.0-1build1) zesty; urgency=medium * Rebuild against new hdf5 diff -Nru adios-1.11.0/debian/control adios-1.11.0/debian/control --- adios-1.11.0/debian/control 2016-11-21 13:11:27.000000000 +0000 +++ adios-1.11.0/debian/control 2017-05-20 04:37:24.000000000 +0000 @@ -1,7 +1,8 @@ Source: adios Section: science Priority: optional -Maintainer: Alastair McKinstry +Maintainer: Ubuntu Developers +XSBC-Original-Maintainer: Alastair McKinstry Build-Depends: debhelper (>= 10), libnetcdf-dev, gfortran, libmxml-dev, @@ -9,7 +10,7 @@ autotools-dev, cmake, libbz2-dev, zlib1g-dev, dh-autoreconf, 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, + python3-dev, python3-numpy, python3-mpi4py, cython3, libglib2.0-dev, libhdf5-serial-dev, libhdf5-mpi-dev, libaec-dev Build-Conflicts: libadios-dev, libadios-bin diff -Nru adios-1.11.0/debian/rules adios-1.11.0/debian/rules --- adios-1.11.0/debian/rules 2016-11-21 13:11:27.000000000 +0000 +++ adios-1.11.0/debian/rules 2017-05-20 04:35:05.000000000 +0000 @@ -40,7 +40,7 @@ LIBDIR:=/usr/lib/$(DEB_HOST_MULTIARCH) BINDIR:=$(DESTDIR)/usr/bin PY2VERS:=python2.7 -PY3VERS:= $(shell py3versions -s) +PY3VERS:= $(shell py3versions -d) CFLAGS:=$(shell dpkg-buildflags --get CFLAGS ) TOP:=$(shell pwd)