adios (1.11.0-1) unstable; urgency=medium

  * New upstream release
  * Obsolete patches: 
    - typedef-bool-already-defined.patch
    - version-fix.patch
  * Don't ship ad_config as bin but as python helper module

 -- Alastair McKinstry <mckinstry@debian.org>  Mon, 21 Nov 2016 13:11:27 +0000

adios (1.10.1-1) unstable; urgency=medium

  * New upstream release
    - sh4.patch obsolete
    - python3 now upstream in adios.
    - security.patch now merged upstream
  * DH_COMPAT=10
  * New patch type-bool-already-defined.patch to fix FTBFS against HDF5 1.10.
    Thanks to Giles Filippini, Closes: #841967

 -- Alastair McKinstry <mckinstry@debian.org>  Sun, 23 Oct 2016 01:13:26 +0100

adios (1.9.0-12) unstable; urgency=medium

  * Fix for gcc 6.2: Don't define 'bool', its provided.
  * Regresssion: adios_config -d now works. Closes: #834929.
  * Remove unnnecessary build-dependency on bash.

 -- Alastair McKinstry <mckinstry@debian.org>  Thu, 25 Aug 2016 21:46:00 +0100

adios (1.9.0-11) unstable; urgency=medium

  * Don't use -lcr for hppa. Closes: #827574

 -- Alastair McKinstry <mckinstry@debian.org>  Mon, 20 Jun 2016 11:18:27 +0100

adios (1.9.0-10) unstable; urgency=medium

  * Standards-Version: 3.9.8; no changes required
  * Hard-code shell in debian/rules for reproducibility

 -- Alastair McKinstry <mckinstry@debian.org>  Fri, 17 Jun 2016 09:16:17 +0100

adios (1.9.0-9) unstable; urgency=medium

  * Add SZIP support.
  * Remove hppa, x32 specific rules for mpich. Default to openmpi
  * Fix for libc6 (2.23 in experimental). Closes: #818825

 -- Alastair McKinstry <mckinstry@debian.org>  Tue, 22 Mar 2016 11:52:49 +0000

adios (1.9.0-8) unstable; urgency=medium

  * Build s390x on openmpi default. Don't try to link against -lmpich.

 -- Alastair McKinstry <mckinstry@debian.org>  Fri, 26 Feb 2016 06:03:01 +0000

adios (1.9.0-7) unstable; urgency=medium

  * Fix for openmpi1.10 transition. Closes: #813724.
  * Move to Standards-Version: 3.9.7
  * Add lintian overrides for false-alerts on tmpl scripts

 -- Alastair McKinstry <mckinstry@debian.org>  Wed, 03 Feb 2016 21:11:07 +0000

adios (1.9.0-6) unstable; urgency=medium

  * Don't include '-lcr' on x32, 68k either.
  * Use mpif90 instead of mpif77 for MPIFC. (Fix FTBFS on sparc)

 -- Alastair McKinstry <mckinstry@debian.org>  Fri, 01 Jan 2016 22:46:11 +0000

adios (1.9.0-5) unstable; urgency=medium

  * Fix typo in build rules for s390x.
  * Don't include '-lcr' for MPI builds on hppa

 -- Alastair McKinstry <mckinstry@debian.org>  Wed, 04 Nov 2015 18:27:29 +0000

adios (1.9.0-4) unstable; urgency=medium

  * Fix MPI_LIBS for s390x build

 -- Alastair McKinstry <mckinstry@debian.org>  Sun, 01 Nov 2015 06:41:15 +0000

adios (1.9.0-3) unstable; urgency=medium

  * Remove mpi-workaround.patch, breaks build on non-mpich archs

 -- Alastair McKinstry <mckinstry@debian.org>  Thu, 29 Oct 2015 17:02:01 +0000

adios (1.9.0-2) unstable; urgency=medium

  * Build against all mpi versions again.
  * Link adios_mpi.so python packages against mpi libs 
  * delete old binaries from examples

 -- Alastair McKinstry <mckinstry@debian.org>  Thu, 29 Oct 2015 01:32:35 +0000

adios (1.9.0-1) experimental; urgency=medium

  * New upstream release
  * Changes needed for python3 - adapt pyx scripts
  * Temporarily only build for mpich as bug in openmpi 
  * Re-enable tests on bigendian systems for checking
  * Add patch to fix version number.

 -- Alastair McKinstry <mckinstry@debian.org>  Tue, 27 Oct 2015 11:52:01 +0000

adios (1.8.0-5) unstable; urgency=medium

  * Stay on netcdf-dev only in unstable before netcdf-fortran transition. 
    Closes: #790230.

 -- Alastair McKinstry <mckinstry@debian.org>  Fri, 31 Jul 2015 02:59:21 +0100

adios (1.8.0-4~exp1) unstable; urgency=medium

  * Patch from Steve Langasek for python3.5 transition. Closes: #793449 

 -- Alastair McKinstry <mckinstry@debian.org>  Fri, 24 Jul 2015 08:13:01 +0100

adios (1.8.0-3) experimental; urgency=medium

  * Build against libnetcdff-dev for netcdf-transition.

 -- Alastair McKinstry <mckinstry@debian.org>  Mon, 13 Jul 2015 13:27:51 +0100

adios (1.8.0-2) unstable; urgency=medium

  * Ensure CFLAGS are included in build
  * Add Breaks/Replaces/Provides to handle move of /etc/skel.py 
    Closes: #789663.
  * Put Vcs-Git: reference in canonical anonscm.debian.org form 
  * Make examples multiarch safe by fixing @host@, @build@ in Makefiles
    to call dpkg-architecture at runtime. Closes: #789464

 -- Alastair McKinstry <mckinstry@debian.org>  Wed, 01 Jul 2015 17:07:14 +0100

adios (1.8.0-1) unstable; urgency=medium

  * New upstream release.
  * Standards-Version: 3.9.6.	
  * Work with both parallel and serial HDF5.
  * Enable glib support
  * adios_config: Fix typo: pkgconfig -> pkg-config
  * No longer ship FindADIOS.cmake; recommend pkg-config instead.
    Closes: #784766.
  * Re-enable tests for big-endian systems on sid 
  * Add Vcs-git: pointing to debian-science repo. 
  * Move bash_completions to /usr/share/bash-completion/completions
  * Patch to fix stricter automake error checking

 -- Alastair McKinstry <mckinstry@debian.org>  Fri, 19 Jun 2015 15:08:17 +0100

adios (1.7.0-2) unstable; urgency=medium

  * PATH not inherited correctly. export it.
  * Cope with python3.

 -- Alastair McKinstry <mckinstry@debian.org>  Tue, 17 Jun 2014 08:45:36 +0100

adios (1.7.0-1) unstable; urgency=medium

  * New upstream release.
  * Add adios.pc pkgconfig file. adios_config now uses this.

 -- Alastair McKinstry <mckinstry@debian.org>  Mon, 16 Jun 2014 23:06:38 +0100

adios (1.6.0-7) unstable; urgency=medium

  * Use python3-all-dev to build on all python3 versions.

 -- Alastair McKinstry <mckinstry@debian.org>  Fri, 23 May 2014 03:02:48 +0100

adios (1.6.0-6) unstable; urgency=medium

  * Fix typo that broke build of python2.7 wrapper. Closes: #749009.

 -- Alastair McKinstry <mckinstry@debian.org>  Thu, 22 May 2014 11:58:23 +0100

adios (1.6.0-5) unstable; urgency=medium

  * Don't depend on infiniband on hurd, kfreebsd-*
  * Build with serial HDF5 by default; building with mpicc.openmpi collides
    with mpipublic.h internally.
  * Prime CMakeCache.txt with PYTHON_MPI4PY_INCLUDE_DIR so it is found
    on all archs to fix FTBFS.
  * Add initial bash_completion.d completions.

 -- Alastair McKinstry <mckinstry@debian.org>  Thu, 22 May 2014 07:02:04 +0100

adios (1.6.0-4) unstable; urgency=medium

  * Add python-adios, python3-adios wrapper packages.
  * Add infiniband, bzip2, libz as 'transports'

 -- Alastair McKinstry <mckinstry@debian.org>  Mon, 19 May 2014 15:05:17 +0100

adios (1.6.0-3) unstable; urgency=medium

  * Ensure makefile doesn't fail on shell conditional in debian/rules

 -- Alastair McKinstry <mckinstry@debian.org>  Fri, 28 Mar 2014 21:36:36 +0000

adios (1.6.0-2) unstable; urgency=medium

  * Disable tests on big-endian platforms due to upstream test bug.

 -- Alastair McKinstry <mckinstry@debian.org>  Fri, 28 Mar 2014 18:38:22 +0000

adios (1.6.0-1) unstable; urgency=medium

  * New upstream. Closes: #732276, #727312.
  * Ship in xz format. 

 -- Alastair McKinstry <mckinstry@debian.org>  Tue, 18 Feb 2014 00:36:53 +0000

adios (1.5.0-1) unstable; urgency=medium

  * New upstream.
  * Standards-Version: 3.9.5
  * Include latest config.{sub,guess} 
  * New watch file.
  * Create libadios-bin for binaries.

 -- Alastair McKinstry <mckinstry@debian.org>  Mon, 09 Dec 2013 15:21:31 +0000

adios (1.4.1-1) unstable; urgency=low

  * New upstream.
  * update config.{sub,guess} for the AArch64 port. Closes: #727312.
  * Make python code python2-3 agnostic.

 -- Alastair McKinstry <mckinstry@debian.org>  Thu, 24 Oct 2013 19:27:47 +0100

adios (1.3-11) unstable; urgency=low

  * Comment out lustre support (and remove dependency) as Wheezy will not
    ship with lustre-dev. Closes: #699262.
  * Standards-Version: 3.9.4. No changes required.
  * Update debhelper dependency to 9 for multiarch.

 -- Alastair McKinstry <mckinstry@debian.org>  Tue, 29 Jan 2013 16:18:53 +0000

adios (1.3-10) unstable; urgency=low

  * Patch from Simon Ruderich for hardening flags. Closes: #663925, #663978. 

 -- Alastair McKinstry <mckinstry@debian.org>  Wed, 21 Mar 2012 10:20:55 +0000

adios (1.3-9) unstable; urgency=low

  * Move to Standards-Version: 3.9.3. No changes required.
  * Fixes to build with hardening flags.  
  * Patch from Pino Toscano to fix FTBFS on Hurd. Closes: #660562.
  * Fix netcdf linking. Closes: #662995 
  * Change to Multiarch: foreign now we ship arch-dependent binaries
    in libadios-dev. 

 -- Alastair McKinstry <mckinstry@debian.org>  Fri, 09 Mar 2012 17:34:24 +0000

adios (1.3-8) unstable; urgency=low

  * Add -Wl,--as-needed to remove unnecessary dependencies.
  * Mult-Arch support. 
    - No longer ship adios_config.flags. Instead recommend users use  
      pkg-config, which Does The Right Thing in multi-arch.
    - adios_

 -- Alastair McKinstry <mckinstry@debian.org>  Wed, 14 Sep 2011 15:43:29 +0100

adios (1.3-7) unstable; urgency=low

  * Rename gpp to adiosxml2h. (Will be renamed by upstream in next release)
    Closes: #639257. 
  * Move DH_COMPAT=8 

 -- Alastair McKinstry <mckinstry@debian.org>  Thu, 25 Aug 2011 18:17:09 +0100

adios (1.3-6) unstable; urgency=low

  * LAM uses mpicc.lam, not mpicc.  

 -- Alastair McKinstry <mckinstry@debian.org>  Tue, 16 Aug 2011 17:18:36 +0100

adios (1.3-5) unstable; urgency=low

  * MPI_IN_PLACE patch is needed for adiso_mpi_lustre.c too, even though
   Lustre is not used in LAM environment. Sigh.  

 -- Alastair McKinstry <mckinstry@debian.org>  Tue, 16 Aug 2011 09:57:26 +0100

adios (1.3-4) unstable; urgency=low

  * Patch to stop compilation with dummy MPI if real parallel HDF5 is used.
    Closes: #637893. 
  * make use of MPI_IN_PLACE conditional on MPI_IN_PLACE existing,
    as its not present in LAM MPI. Also, conditionally use mpicc.

 -- Alastair McKinstry <mckinstry@debian.org>  Mon, 15 Aug 2011 17:57:34 +0100

adios (1.3-3) unstable; urgency=low

  * Make lustre support conditional to intel,amd64, powerpc archs. 

 -- Alastair McKinstry <mckinstry@debian.org>  Mon, 15 Aug 2011 16:56:23 +0100

adios (1.3-2) unstable; urgency=low

  * Set CC=mpicc to ensure new C code gets built with MPI. 
    Closes: #637714. 
  * Add lustre support. 

 -- Alastair McKinstry <mckinstry@debian.org>  Sun, 14 Aug 2011 16:12:14 +0100

adios (1.3-1) unstable; urgency=low

  * New upstream release.
  * Ignore -little flag in configure to support SH4. 
    Thanks to Nobuhiro Iwamatsu; Closes: #635908. 

 -- Alastair McKinstry <mckinstry@debian.org>  Tue, 09 Aug 2011 20:32:58 +0100

adios (1.2.1-2) unstable; urgency=low

  * Use MPIFC=mpif77 during build, to work on LAM-based MPI systems. 

 -- Alastair McKinstry <mckinstry@debian.org>  Sun, 10 Jul 2011 00:33:10 +0100

adios (1.2.1-1) unstable; urgency=low

  * Initial release. (Closes: #624371).

 -- Alastair McKinstry <mckinstry@debian.org>  Wed, 27 Apr 2011 19:16:12 +0100
