gyoto (1.0.2-2ubuntu2) yakkety; urgency=medium

  * No-change rebuild for boost soname change.

 -- Matthias Klose <doko@ubuntu.com>  Sat, 23 Apr 2016 18:39:39 +0000

gyoto (1.0.2-2ubuntu1) xenial; urgency=low

  * Merge from Debian unstable.  Remaining changes:
    - Rename library packages for g++5 ABI transition.

 -- Gianfranco Costamagna <locutusofborg@debian.org>  Fri, 12 Feb 2016 12:52:38 +0100

gyoto (1.0.2-2) unstable; urgency=low

  * Bug fix: "FTBFS: gyoto.C: Error initializing libgyoto", thanks to
    Mattia Rizzolo (Closes: #813725).
  * Bug fix: "please make the build reproducible", thanks to Chris Lamb
    (Closes: #797518).
  * Bump Standards-Version to 3.9.7. No change required.

 -- Thibaut Paumard <thibaut@debian.org>  Wed, 10 Feb 2016 11:25:37 +0100

gyoto (1.0.2-1ubuntu2) xenial; urgency=medium

  * No-change rebuild to drop python3.4 support.

 -- Matthias Klose <doko@ubuntu.com>  Tue, 19 Jan 2016 00:41:16 +0000

gyoto (1.0.2-1ubuntu1) wily; urgency=medium

  * Rename library packages for g++5 ABI transition.

 -- Steve Langasek <steve.langasek@ubuntu.com>  Tue, 04 Aug 2015 01:19:10 +0000

gyoto (1.0.2-1build1) wily; urgency=medium

  * No-change rebuild for python3.5 transition

 -- Steve Langasek <steve.langasek@ubuntu.com>  Fri, 24 Jul 2015 07:17:02 +0000

gyoto (1.0.2-1) unstable; urgency=low

  * New upstream release
  * Bug fix: "ftbfs with GCC-5", thanks to Matthias Klose (Closes:
    #777893).

 -- Thibaut Paumard <thibaut@debian.org>  Fri, 26 Jun 2015 09:57:46 +0200

gyoto (1.0.1-3) unstable; urgency=low

  * Bug fix: "FTBFS on 32-bit systems (assumes size_t is unsigned long)",
    thanks to Aaron M. Ucko (Closes: #787725).
  * Switch to dh-autoreconf since we patch configure.ac.

 -- Thibaut Paumard <thibaut@debian.org>  Fri, 05 Jun 2015 17:14:23 +0200

gyoto (1.0.1-2) unstable; urgency=low

  * Fix debian/copyright to reflect the doxy2swig.py author to use license
    BSD-3-clause instead of BSD-2-clause.

 -- Thibaut Paumard <thibaut@debian.org>  Wed, 03 Jun 2015 12:52:28 +0200

gyoto (1.0.1-1) unstable; urgency=low

  * New upstream release, soname bumped
  * Build the (new) Python extensions
  * Build the (new) MPI machinery
  * Implement as-installed tests using autopkgtest

 -- Thibaut Paumard <thibaut@debian.org>  Wed, 27 May 2015 11:41:09 +0200

gyoto (0.2.3-1) unstable; urgency=medium

  * New upstream release
  * Move to debian-astro team

 -- Thibaut Paumard <thibaut@debian.org>  Tue, 21 Oct 2014 14:21:10 +0200

gyoto (0.2.2-1) unstable; urgency=medium

  * Bug fix: "Please build-depends on libcfitsio-dev instead of
    libcfitsio3-dev", thanks to Aurelien Jarno (Closes: #761709).
  * Check against Policy 3.9.6

 -- Thibaut Paumard <thibaut@debian.org>  Fri, 19 Sep 2014 14:58:00 +0200

gyoto (0.2.1-2) unstable; urgency=medium

  * Remove obsolete lintian overrides
  * Bug fix: "libgyoto2 and libgyoto1: error when trying to install
    together", thanks to Ralf Treinen (Closes: #760444).

 -- Thibaut Paumard <thibaut@debian.org>  Thu, 04 Sep 2014 10:18:16 +0200

gyoto (0.2.1-1) unstable; urgency=low

  * New upstream release
  * Bump SONAME
  * Add manual to gyoto-doc
  * Check against standards version 3.9.5
  * Bug fix: "use autotools-dev to update config.{sub, guess} and manually
    patch libtool for ppc64el", thanks to Logan Rosen (Closes: #748518).

 -- Thibaut Paumard <thibaut@debian.org>  Mon, 01 Sep 2014 15:45:17 +0200

gyoto (0.1.0-2) unstable; urgency=low

  * Bug fix: "fails to upgrade from &#39;testing&#39; - trying to
    overwrite /usr/include/Gyoto/Gyoto.h", thanks to Andreas Beckmann
    (Closes: #718629).

 -- Thibaut Paumard <thibaut@debian.org>  Sat, 03 Aug 2013 22:59:39 +0200

gyoto (0.1.0-1) unstable; urgency=low

  * New upstream release

 -- Thibaut Paumard <thibaut@debian.org>  Sat, 27 Jul 2013 11:35:04 +0200

gyoto (0.0.3-5) unstable; urgency=low

  * skip test suite on mips as lucatelli fails on it (but it runs fine on
    other boxes). (Closes: 681452)

 -- Thibaut Paumard <paumard@users.sourceforge.net>  Fri, 13 Jul 2012 11:36:16 +0200

gyoto (0.0.3-4) unstable; urgency=low

  * gyoto-dbg must not depend on gyoto on kfreebsd-*, else it is
    uninstallable on these archs.

 -- Thibaut Paumard <paumard@users.sourceforge.net>  Wed, 11 Jul 2012 14:30:02 +0200

gyoto (0.0.3-3) unstable; urgency=low

  * debian/control Architectures fields should not be folded: previous
    upload led to missing binary packages for some archs.

 -- Thibaut Paumard <paumard@users.sourceforge.net>  Wed, 11 Jul 2012 13:02:34 +0200

gyoto (0.0.3-2) unstable; urgency=low

  * Bug fix: "FTBFS on kfreebsd-i386 and kfreebsd-amd64 (test suite)",
    (Closes: #679923). The previous "fix" did not work at all. The library
    and the Yorick interface work fine, but not the stand-alone application.
    Disable the "gyoto" binary package and the test suite on kfreebsd-*.

 -- Thibaut Paumard <paumard@users.sourceforge.net>  Wed, 11 Jul 2012 11:20:09 +0200

gyoto (0.0.3-1+exp1) experimental; urgency=low

  * Bug fix: "FTBFS on kfreebsd-i386 and kfreebsd-amd64 (test suite)"
    (Closes: #679923).
  * Tentative bug fix: "don't rely on yorick to pass the fortified build
    flags" using patch fix_679923_kfreebsd_FTBFS (Closes: #680242).

 -- Thibaut Paumard <paumard@users.sourceforge.net>  Tue, 10 Jul 2012 10:50:50 +0200

gyoto (0.0.3-1) unstable; urgency=low

  * Initial release (Closes: #640809)

 -- Thibaut Paumard <paumard@users.sourceforge.net>  Fri, 22 Jun 2012 14:22:40 +0200

