madness (0.10.1~gite4aa500e-10.1) unstable; urgency=medium

  * Non-maintainer upload.
  * Fix FTBFS with >= 3.9.0. (Closes: #869990)

 -- Adrian Bunk <bunk@debian.org>  Fri, 20 Apr 2018 22:29:45 +0300

madness (0.10.1~gite4aa500e-10) unstable; urgency=medium

  * debian/patches/disable_pie.patch: New patch, disables PIE, taken from
    upstream commit f625ad51.
  * debian/rules (DEB_BUILD_MAINT_OPTIONS): Comment out variable again.

 -- Michael Banck <mbanck@debian.org>  Fri, 30 Dec 2016 18:02:11 +0100

madness (0.10.1~gite4aa500e-9) unstable; urgency=medium

  * debian/rules (override_dh_auto_test): Reenable tests on i386 again.
  * debian/rules (DEB_BUILD_MAINT_OPTIONS): Disable pie.

 -- Michael Banck <mbanck@debian.org>  Fri, 30 Dec 2016 01:16:31 +0100

madness (0.10.1~gite4aa500e-8) unstable; urgency=medium

  * debian/control (Build-Depends): Added libxc-dev.
  * debian/patches/cmake_mraplot_install.patch: New patch, excludes the mraplot
    utility from being exported as a CMake target.

 -- Michael Banck <mbanck@debian.org>  Thu, 29 Dec 2016 16:00:05 +0100

madness (0.10.1~gite4aa500e-7) unstable; urgency=medium

  * debian/libmadness-dev.install: No longer include the pkgconfig file, as it
    is not created/installed by the CMake build.
  * debian/patches/cmake_installdir.patch: New patch, installs the cmake module
    files under MADNESS_INSTALL_LIBDIR.
  * debian/changelog (Build-Depends): Add libtbb-dev.
  * debian/patches/relax_tbb_version_check.patch: New patch, relaxes the
    version requirement for TBB.

 -- Michael Banck <mbanck@debian.org>  Thu, 29 Dec 2016 10:31:54 +0100

madness (0.10.1~gite4aa500e-6) unstable; urgency=medium

  * debian/rules (override_dh_auto_configure): Set MADNESS_INSTALL_LIBDIR
    rather than CMAKE_INSTALL_LIBDIR.

 -- Michael Banck <mbanck@debian.org>  Wed, 28 Dec 2016 21:22:25 +0100

madness (0.10.1~gite4aa500e-5) unstable; urgency=medium

  * debian/rules (DEB_HOST_MULTIARCH): New variable.
  * debian/rules (override_dh_auto_configure): Set CMAKE_INSTALL_LIBDIR.

 -- Michael Banck <mbanck@debian.org>  Wed, 28 Dec 2016 18:58:14 +0100

madness (0.10.1~gite4aa500e-4) unstable; urgency=medium

  * debian/control (Build-Depends): Replaced autoconf, automake and
    autotools-dev with cmake and python.
  * debian/rules: Overhaul for CMake.
  * debian/rules: Removed parallel flag for dh.

 -- Michael Banck <mbanck@debian.org>  Wed, 28 Dec 2016 15:50:10 +0100

madness (0.10.1~gite4aa500e-3) unstable; urgency=medium

  * debian/rules (override_dh_auto_clean): Remove some more leftover files.
  * debian/control (Build-Depends): Added pkg-config.
  * debian/patches/revert-225c3977.patch: Removed, no longer needed.
  * debian/control (Build-Depends): Replaced mpi-default-dev and
    mpi-default-bin with libmpich-dev.
  * debian/rules: No longer include /usr/share/mpi-default-dev/debian_defaults.
  * debian/rules (override_dh_auto_configure): Pass MPI link libraries via LIBS
    variable.

 -- Michael Banck <mbanck@debian.org>  Tue, 27 Dec 2016 16:22:57 +0100

madness (0.10.1~gite4aa500e-2) unstable; urgency=medium

  * debian/patches/blaslapack_handle_empty_LIBS.patch: New patch, avoids
    leading whitespace in LIBS variabls, as cmake chokes on it when seeing it
    exported in madness-config.cmake.

 -- Michael Banck <mbanck@debian.org>  Mon, 26 Dec 2016 13:38:56 +0100

madness (0.10.1~gite4aa500e-1) unstable; urgency=medium

  * New upstream snapshot.
  * debian/patches/revert-225c3977.patch: New patch, reverts commit 225c3977,
    which causes trouble with autogen.sh.

 -- Michael Banck <mbanck@debian.org>  Thu, 22 Dec 2016 13:47:29 +0100

madness (0.10.1~git327e406c-1) unstable; urgency=medium

  * New upstream snapshot.
  * debian/patches/cmake_config.patch: Removed, no longer needed.
  * debian/patches/non_intel_asm_fix.patch: Likewise.
  * debian/patches/fix_cblas_definitions.patch: Likewise.
  * debian/patches/fix_glibc_2.23.patch: Likewise.

 -- Michael Banck <mbanck@debian.org>  Wed, 21 Dec 2016 23:13:26 +0100

madness (0.10-8) unstable; urgency=medium

  * debian/rules (override_dh_auto_test): Remove comma from
    make filter function. (Closes: #831546)

 -- Graham Inggs <ginggs@debian.org>  Sun, 17 Jul 2016 18:50:16 +0200

madness (0.10-7) unstable; urgency=medium

  * debian/patches/fix_glibc_2.23.patch: Cherrypick patch from upstream to use
    std::isnan from cmath and fix FTBFS, thanks Logan Rosen. (Closes: #818812)
  * debian/rules (OMPI_MCA): Replace obsolete orte_rsh_agent with plm_rsh_agent.
  * debian/rules (override_dh_auto_test): Disable tests on armel and i386.
  * debian/*: Fix various issues in copyright, unusual spacing in control,
    wrap-and-sort.
  * debian/control: Use secure URI for Vcs-Browser.
  * debian/control: Add myself to Uploaders.
  * debian/control: Bump Standards-Version to 3.9.8, no further changes.

 -- Graham Inggs <ginggs@debian.org>  Sat, 16 Jul 2016 14:03:33 +0200

madness (0.10-6) unstable; urgency=medium

  * debian/rules: Pass --disable-optimal to configure unless `custom' is set in
    DEB_BUILD_OPTIONS.  This prevents regular packages being built with
    -march=native.
  * debian/control (Build-Depends): Added mpi-default-bin.

 -- Michael Banck <mbanck@debian.org>  Mon, 18 Jan 2016 10:54:39 +0100

madness (0.10-5) unstable; urgency=medium

  * debian/rules (override_dh_auto_test): Set OMPI_MCA_orte_rsh_agent
    environment variable to make test suite run in a chroot without
    errors from OpenMPI.

 -- Michael Banck <mbanck@debian.org>  Sun, 17 Jan 2016 21:09:22 +0100

madness (0.10-4) unstable; urgency=medium

  [ Michael Banck ]
  * debian/control (Build-Depends): Replaced libopenmpi-dev with
    mpi-default-dev.
  * debian/rules (/usr/share/mpi-default-dev/debian_defaults): New included
    file.
  * debian/rules: Allow for parallel building, patch by Aron Xu 
    (Closes: #798246).
  * debian/rules (override_dh_auto_test): Print testuite results if one or more
    tests fail.
  * debian/patches/fix_cblas_definitions.patch: New patch, fixes cblas
    definitions, taken from upstream commit b244daad.

  [ Daniel Leidert ]
  * debian/watch: Added.

 -- Michael Banck <mbanck@debian.org>  Sun, 17 Jan 2016 16:48:21 +0100

madness (0.10-3) unstable; urgency=medium

  * debian/libmadness-dev.install: Update to reflect CMake config file
    directory change.

 -- Michael Banck <mbanck@debian.org>  Mon, 03 Aug 2015 10:44:40 +0200

madness (0.10-2) unstable; urgency=medium

  * debian/copyright: Updated for previously missed gtest code, thanks to
    Thorsten Alteholz.
  * debian/control (Vcs-Browser, Vcs-Svn): Fixed URLs.
  * debian/rules (override_dh_auto_test): Skip tests if nocheck is set in
    $(DEB_BUILD_OPTIONS).
  * debian/control (Description): Fix typo.
  * debian/patches/cmake_config.patch: New patch, fixes the CMake config file
    and installs it to the expected directory.
  * debian/patches/non_intel_asm_fix.patch: New patch, works around unportable
    assembler code, taken from upstream commit f679f8f5 (Closes: #794278).
  * debian/rules (override_dh_auto_clean): Remove files generated by
    autogen.sh.

 -- Michael Banck <mbanck@debian.org>  Mon, 03 Aug 2015 00:42:51 +0200

madness (0.10-1) unstable; urgency=medium

  * Initial upload (Closes: #658299).

 -- Michael Banck <mbanck@debian.org>  Sun, 05 Jul 2015 11:27:13 +0200
