libg3d (0.0.8-10) unstable; urgency=low

  * debian/patches:
    - Add fix-memory-leaks-2.patch, Fix memory leaks (Closes: #570084)
      Thanks Picca Frederic-Emmanuel <picca@synchrotron-soleil.fr>
    - Add pc-glib2-private.patch, Only require glib2.0 for header files when
      using pkg-config
  * Remove outdated README.source
  * debian/rules:
    - Enable parallel builds using dh's --parallel
    - Inform about missing installed files using dh's --list-missing
  * Upgraded to policy 3.9.0, no changes required

 -- Sven Eckelmann <sven.eckelmann@gmx.de>  Mon, 28 Jun 2010 23:51:12 +0200

libg3d (0.0.8-9) unstable; urgency=low

  * Correct spelling errors found by lintian
  * debian/copyright: Update copyright years
  * Upgraded to policy 3.8.4, no changes required
  * debian/patches:
    - Add load-so-modules.patch, Identify modules by the ending .so instead of
      .la (Closes: #568797)

 -- Sven Eckelmann <sven.eckelmann@gmx.de>  Mon, 08 Feb 2010 10:39:30 +0100

libg3d (0.0.8-8) unstable; urgency=low

  * Register HTML documentation in doc-base
  * debian/patches:
    - Add configure-cxx.patch, Add AC_PROG_CXX for tests/Makefile.am
    - Add autoreconf-libtool.patch, Allow libtool to refresh its own files to
      keep them consistent
    - Remove distclean-xml.patch, Distclean isn't run anymore in clean target
    - Remove link-as-needed.patch, ltmain.sh is replaced by Debian's ltmain.sh
  * Recreate autotool generated files before configure
  * Build html gtk-docs and don't use version included in orig.tar.gz
  * Don't install .la files anymore, there are no .la files which references
    them, but they are known to cause unnecessary dependencies

 -- Sven Eckelmann <sven.eckelmann@gmx.de>  Sat, 26 Dec 2009 11:08:28 +0100

libg3d (0.0.8-6) unstable; urgency=low

  * Convert to 3.0 (quilt) source format
  * debian/control:
    - Remove unneeded build dependency to quilt
    - Build-depend on autotools-dev to allow cdbs to update config.sub and
      config.guess
    - Remove cdbs and change debhelper dependency to 7 for for dh support
  * Rewrote debian/rules with dh
  * debian/patches:
    - Add distclean-xml.patch, Don't remove shipped xml files when calling
      distclean

 -- Sven Eckelmann <sven.eckelmann@gmx.de>  Mon, 16 Nov 2009 01:31:39 +0100

libg3d (0.0.8-5) unstable; urgency=low

  * Reduce debhelper dependency to 5
  * Re-enable filetype detection using libmagic
  * Convert debian/copyright to new dep5 version
  * Upgraded to policy 3.8.3, no changes required
  * Add README.source with information about patch management
  * debian/patches:
    - Change to dep3 patch tagging guidelines
    - Remove number before patches as order is given by debian/patches/series
  * Remove shlibs:Depends for binary packages without shared libs dependencies

 -- Sven Eckelmann <sven.eckelmann@gmx.de>  Fri, 30 Oct 2009 17:58:34 +0100

libg3d (0.0.8-4) unstable; urgency=low

  * Correct changelog entry for libg3d-0.0.8-3

 -- Sven Eckelmann <sven.eckelmann@gmx.de>  Sat, 09 May 2009 17:00:06 +0200

libg3d (0.0.8-3) unstable; urgency=low

  * debian/rules:
    - Rewrote using cdbs
    - Only make disappearing of symbols a fatal error for dh_makeshlibs
  * debian/control:
    - Move Vcs-* to git.debian.org
    - Move libg3d-dbg to new section debug
    - Upgraded to policy 3.8.1, no changes required
    - Allow Debian Maintainers to upload new versions of libg3d
  * debian/patches:
    - Add 102-endless-seek.patch to fix possible infinite loop in
      g3d_stream_skip

 -- Sven Eckelmann <sven.eckelmann@gmx.de>  Wed, 06 May 2009 13:15:31 +0200

libg3d (0.0.8-2) unstable; urgency=low

  * Add package libg3d-dbg with debug symbols
  * Shorten copied descriptions in debian/control
  * debian/rules:
    - Run configure only once for both binary-indep and binary-arch
    - Use quilt to manage patches
  * debian/patches:
    - Add 100-fix-memory-leaks.patch, fix memory leaks of plugins
    - Add 101-link-as-needed.patch, reduce unneeded linking against libraries

 -- Sven Eckelmann <sven.eckelmann@gmx.de>  Sun, 15 Feb 2009 11:38:53 +0100

libg3d (0.0.8-1) experimental; urgency=low

  * New Upstream Version

 -- Sven Eckelmann <sven.eckelmann@gmx.de>  Mon, 19 Jan 2009 11:16:45 +0100

libg3d (0.0.7-1) experimental; urgency=low

  * New Upstream Version
  * debian/copyright:
    - Add new authors
    - Add email address of Oliver Dippel
  * Remove upstream merged patches/100-read-float-on-big-endian.patch
  * debian/control:
    - Remove quilt dependency
    - Build-Depend on libgsf-(gnome-)1-dev for new plugins
    - Build-Depend on libz-dev for deflated streams support
    - Add COLLADA, ASE, LDraw and KMZ to supported format list
  * debian/rules:
    - Compile outside the source directory
    - Use precompiled api docs instead of recompiling it again
    - Allow to disable gcc optimisations by using DEB_BUILD_OPTIONS noopt
    - Allow parallels builds by using DEB_BUILD_OPTIONS parallel=n
    - Replace dh_clean -k with dh_prep
    - Remove top level -stamp files with dh_clean (>= 7)
  * Provide symbol file for libg3d0 and fail if it doesn't match with libg3d0
    symbols

 -- Sven Eckelmann <sven.eckelmann@gmx.de>  Fri, 16 Jan 2009 19:15:31 +0100

libg3d (0.0.6-6) unstable; urgency=low

  * Remove Timo Schneider as Maintainer and change it to myself
    (Closes: #507390)

 -- Sven Eckelmann <sven.eckelmann@gmx.de>  Mon, 01 Dec 2008 00:36:03 +0100

libg3d (0.0.6-5) unstable; urgency=low

  * Replace libg3d@packages.debian.org maintainer with first Uploader in
    debian/control
  * Build depend on flex to fix warning of libg3d plugin loader
  * Add additional information to 100-read-float-on-big-endian.patch

 -- Sven Eckelmann <sven.eckelmann@gmx.de>  Sat, 29 Nov 2008 20:17:59 +0100

libg3d (0.0.6-4) unstable; urgency=low

  * Remove symbol file for libg3d0
  * Don't fail if symbol file doesn't match with libg3d0 symbols or symbol file
    was not provided

 -- Sven Eckelmann <sven.eckelmann@gmx.de>  Tue, 11 Nov 2008 15:36:59 +0100

libg3d (0.0.6-3) unstable; urgency=low

  * Only depend on libglib2.0-dev in -dev packages
  * Add separate copyright information for debian/* to debian/copyright

 -- Sven Eckelmann <sven.eckelmann@gmx.de>  Wed, 15 Oct 2008 13:57:45 +0200

libg3d (0.0.6-2) unstable; urgency=low

  * Fix lintian warnings
    - Only call distclean when a makefile is present
    - Add standard depends to fix missing depend on libc
    - Provide symbol file for libg3d0 and fail if it doesn't match with libg3d0
      symbols
    - Add watch file
  * Promote libg3d-plugins to "Recommends" for libg3d0
  * Include /usr/share/quilt/quilt.make in debian/rules to manage patches and
    add quilt (>= 0.40) to Build-Depends.
  * Fix reading of filetypes with floats on big endian systems
    (Closes: #501809)
  * Add homepage to control file
  * Move copyright to new copyright format
  * Add Vcs information to debian/control
  * Add myself to Uploaders list as discussed with Timo Schneider

 -- Sven Eckelmann <sven.eckelmann@gmx.de>  Fri, 10 Oct 2008 18:49:09 +0200

libg3d (0.0.6-1) unstable; urgency=low

  * initial release

 -- Timo Schneider <timo.schneider@s2004.tu-chemnitz.de>  Tue, 19 Dec 2006 01:04:31 +0100
