trilinos (12.8.1-1) unstable; urgency=medium

  * New upstream release
  * Enable tests for many packages
  * Disable kokkos-32-bit.patch as it causes several tests
    to fail on 64-bit architecures, re-opens #835406
  * Add build-dependency on openmpi-bin and export
    OMPI_MCA_plm_rsh_agent for compatibility with openmpi2

 -- Nico Schlömer <nico.schloemer@gmail.com>  Sun, 20 Nov 2016 15:49:59 +0100

trilinos (12.6.4-1) unstable; urgency=medium

  * New upstream release
  * Add myself to uploaders
  * Enable Kokkos build on 32-bit architectures (Closes: #835406)

 -- Graham Inggs <ginggs@debian.org>  Tue, 30 Aug 2016 11:46:35 +0200

trilinos (12.6.3-4) unstable; urgency=medium

  * Team upload
  * Only enable Kokkos assembly functions on amd64 (Closes: #815725)

 -- Graham Inggs <ginggs@debian.org>  Thu, 25 Aug 2016 12:33:23 +0200

trilinos (12.6.3-3) unstable; urgency=medium

  * Team upload
  * Use DEB_HOST_GNU_TYPE instead of DEB_HOST_MULTIARCH for BUILDDIR
  * Rebuild with GCC 6

 -- Graham Inggs <ginggs@debian.org>  Wed, 24 Aug 2016 14:01:43 +0200

trilinos (12.6.3-2) unstable; urgency=medium

  * Standards-Version: 3.9.8
  * Migrate from trilinos-dbg to ddebs, bump debhelper build-dependency
  * remove binutils/libiberty dependency (Closes: #830681)
  * Update Vcs-Git

 -- Nico Schlömer <nico.schloemer@gmail.com>  Thu, 21 Jul 2016 16:43:57 +0200

trilinos (12.6.3-1) unstable; urgency=medium

  * import new upstream release
  * remove support for SuperLU

 -- Nico Schlömer <nico.schloemer@gmail.com>  Wed, 01 Jun 2016 15:46:58 +0200

trilinos (12.4.2-2) unstable; urgency=medium

  * add missing file to d/copyright
  * move doc related rules to *-indep targets (Closes: #816100)

 -- Felix Salfelder <felix@salfelder.org>  Tue, 01 Mar 2016 12:39:54 +0200

trilinos (12.4.2-1) unstable; urgency=medium

  [Nico Schlömer]
  * import new upstream release (Closes: #704782)
    - remove libtrilinos_ prefixes
    - clear patches
  * use local mathjax instead of cdn

  [Felix Salfelder]
  * build separate library packages
  * some lintian overrides
  * workaround (embed) Trilinos_Version.h
  * build documentation

 -- Nico Schlömer <nico.schloemer@gmail.com>  Tue, 24 Nov 2015 10:39:12 +0100

trilinos (10.4.0.dfsg-1) unstable; urgency=low

  [Christophe Prud'homme]
  * New upstream release
  * debian/control: update Standard-Version to 3.9.1

  [Johannes Ring]
  * Update patches for 10.4.0 release.
  * debian/rules: Remove DEB_MAKE_BUILD_TARGET.

 -- Christophe Prud'homme <prudhomm@debian.org>  Fri, 13 Aug 2010 17:18:35 +0200

trilinos (10.0.4.dfsg-1.1) unstable; urgency=low

  * Non-maintainer upload.
  * Don't hardcode name of the default make target (closes: #577388).

 -- Jakub Wilk <jwilk@debian.org>  Wed, 19 May 2010 13:59:28 +0200

trilinos (10.0.4.dfsg-1) unstable; urgency=low

  [Christophe Prud'homme]
  * New upstream release
  * debian/control: updated Standard-Version to 3.8.3 (no changes)

  [Johannes Ring]
  * debian/patches: Update patches for 10.0.4 release.
  * debian/control:
    - Add XS-Python-Version field to source package and
      XB-Python-Version field to binary package python-pytrilinos.
    - Add python-numpy to Depends for binary package python-pytrilinos.
  * debian/rules: Fix issue with PyTrilinos and Python 2.6.
  * Switch from python-support to python-central.

 -- Christophe Prud'homme <prudhomm@debian.org>  Sun, 03 Jan 2010 08:25:23 +0100

trilinos (10.0.3.dfsg-2) unstable; urgency=low

  [Christophe Prud'homme]
  * debian/rules: enable noxlapack

 -- Christophe Prud'homme <prudhomm@debian.org>  Mon, 21 Dec 2009 11:04:12 +0100

trilinos (10.0.3.dfsg-1) unstable; urgency=low

  [Christophe Prud'homme]
  * New upstream release

  [Johannes Ring]
  * debian/patches/libname.patch: Add prefix 'libtrilinos_' to all
    libraries.
  * debian/patches/soname.patch: Add soversion to libraries.
  * debian/watch: Update download URL.
  * debian/control:
    - Remove python-numeric from Build-Depends (virtual package).
    - Remove automake and autotools from Build-Depends and add cmake to
      reflect switch to CMake.
    - Add python-support to Build-Depends.
  * debian/rules:
    - Cleanup and updates for switch to CMake.

 -- Christophe Prud'homme <prudhomm@debian.org>  Sun, 13 Dec 2009 12:53:22 +0100

trilinos (9.0.3.dfsg-2) unstable; urgency=low

  * debian/rules: fixed lintian warning (package-installs-python-pyc)
  * debian/control: updated Standard-=Version to 3.8.2 (no change)

 -- Christophe Prud'homme <prudhomm@debian.org>  Tue, 14 Jul 2009 08:55:52 +0200

trilinos (9.0.3.dfsg-1) unstable; urgency=low

  [Christophe Prud'homme]
  * New upstream release
  * python-pytrilinos: fix lintian warning package-installs-python-pyc

 -- Christophe Prud'homme <prudhomm@debian.org>  Fri, 03 Jul 2009 11:26:41 +0200

trilinos (9.0.2.dfsg-5) unstable; urgency=low

  [Fabrice Coutadeur]
  * Adapt package to python2.6 (LP: #386625):
    - debian/python-pytrilinos.install: changed python2.5 to python*
    - debian/control: changed build dependency from python2.5-dev to python-dev
    - debian/rules: changed reference to python2.5 to python2.6
    - debian/patches/python_2.6.patch: add --install-layout=deb to setup.py
      call in Makefile.in and Makefile.am for Packages/PyTrilinos/shared,
      packages/PyTrilinos/src and packages/Sundance/python/src

  [Christophe Prud'homme]
  * debian/rules: fix some lintian warnings
  * Bug fix: "trilinos FTBFS with python2.6", thanks to Fabrice Coutadeur
    (Closes: #535145).

 -- Christophe Prud'homme <prudhomm@debian.org>  Fri, 03 Jul 2009 07:32:36 +0200

trilinos (9.0.2.dfsg-4) unstable; urgency=low

  * debian/rules: added sacado to TRILINOS_PACKAGES and
    TRILINOS_PACKAGES_LIBS, thanks to Adam for pointing this out.
  * debian/libtrilinos-dev.install: move /usr/include/*.h to
    /usr/include/trilinos, thanks to Adam for pointing this out.

 -- Christophe Prud'homme <prudhomm@debian.org>  Fri, 22 May 2009 12:09:26 +0200

trilinos (9.0.2.dfsg-3) unstable; urgency=low

  * Added patch to fix gcc 4.4 FTBS
  * Bug fix: "missing #include", thanks to Martin Michlmayr (Closes:
    #527210).

 -- Christophe Prud'homme <prudhomm@debian.org>  Tue, 12 May 2009 21:02:58 +0200

trilinos (9.0.2.dfsg-2) unstable; urgency=low

  * debian/rules: enable sacado
  * Bug fix: "Missing Sacado", thanks to Adam C Powell IV (Closes:
    #527835).
  * Bug fix: "error when trying to install together", thanks to Ralf
    Treinen (Closes: #526992).

 -- Christophe Prud'homme <prudhomm@debian.org>  Sat, 09 May 2009 14:19:14 +0200

trilinos (9.0.2.dfsg-1) unstable; urgency=low

  * Initial release Closes: #362293
  * as per discussion with debian ftpmaster, renamed all libraries using
    prefix libtrilinos_, hence improving the library naming in trilinos

 -- Christophe Prud'homme <prudhomm@debian.org>  Thu, 19 Mar 2009 10:50:42 +0100

