bullet (2.83.6+dfsg-3) unstable; urgency=medium

  * Upload to unstable.
  * Start Bullet 2.83.6 transition. (Closes: #801914)

 -- Markus Koschany <apo@debian.org>  Wed, 11 Nov 2015 16:59:06 +0100

bullet (2.83.6+dfsg-2) experimental; urgency=medium

  * Rename libraries due to a backward-incompatible ABI change without a soname
    change that occured from 2.83.5 to 2.83.6. Add Breaks and Replaces against
    the old version.
  * Update my e-mail address.

 -- Markus Koschany <apo@debian.org>  Mon, 09 Nov 2015 11:28:16 +0100

bullet (2.83.6+dfsg-1) unstable; urgency=medium

  * Imported Upstream version 2.83.6+dfsg.
  * Update copyright for new release. Add new BSD-3 licensed file.

 -- Markus Koschany <apo@gambaru.de>  Sun, 06 Sep 2015 17:18:03 +0200

bullet (2.83.5+dfsg-2) unstable; urgency=medium

  * Team upload.
  * Rename libraries for C++ ABI transition (Closes: #790988)
  * Build-depend on a version of libtinyxml-dev that has started
    the same transition
  * Vcs-Browser: use https

 -- Simon McVittie <smcv@debian.org>  Thu, 20 Aug 2015 09:08:45 +0100

bullet (2.83.5+dfsg-1) unstable; urgency=medium

  * New upstream release.
  * debian/copyright: Add SCEA Shared Source License 1.0
    and mention files which are partly copyrighted by Elsevier Inc.
    Thanks to Thorsten Alteholz for the report. (Closes: #792839)
  * get-orig-source: Add --download-current-version option to uscan.

 -- Markus Koschany <apo@gambaru.de>  Sun, 19 Jul 2015 13:40:15 +0200

bullet (2.83.4+dfsg-1) unstable; urgency=medium

  [ Markus Koschany ]
  * Imported Upstream version 2.83.4+dfsg.
  * Update debian/copyright for new release and use Files-Excluded mechanism to
    repack the source tarball. Remove all files without source and additional
    third party libraries which are already packaged for Debian and create a
    DFSG-free source tarball.
  * Rename all binary packages for version 2.83.
  * debian/rules:
    - Build the documentation without timestamps and make the build
      reproducible.
    - Remove doxygen_sqlite3.db in clean target, so that Bullet can be built
      twice in a row.
  * Remove source/options file because xz compression is the default now.
  * debian/control:
    - debian/control: Remove all Pre-Depends fields. They are obsolete now.
    - libbullet-doc: Depend on libjs-jquery and symlink jquery.js.

  [ Bret Curtis ]
  * Update debian/watch for new release. Bullet has moved to Github.
  * Drop do-not-build-with-embedded-glui-library.patch. Fixed upstream.
  * debian/control: Switch Vcs-Browser field to cgit.
  * debian/control: Rename all packages for version 2.83.
  * Bump Standards-Version to 3.9.6, no changes.

 -- Markus Koschany <apo@gambaru.de>  Sat, 09 May 2015 11:56:22 +0200

bullet (2.82-r2704+dfsg-2) unstable; urgency=medium

  * Upload to unstable.
  * Update copyright years.

 -- Markus Koschany <apo@gambaru.de>  Tue, 25 Mar 2014 14:29:21 +0100

bullet (2.82-r2704+dfsg-1) experimental; urgency=low

  * [d23f55a] Imported Upstream version 2.82-r2704+dfsg
  * [378223c] Update get-orig-source target for new upstream release.
  * [29f37ad] Rename all files to 2.82 because of the usual SONAME change.
  * [b6b39a5] debian/control: Rename all binary packages from 2.81 to 2.82.
  * [54b5c87] Update copyright years. Add a new contributor.
  * [f7bc2d2] Update homepage field to org address.
  * [388b5b7] Bump Standards-Version to 3.9.5, no changes.

 -- Markus Koschany <apo@gambaru.de>  Fri, 01 Nov 2013 11:15:43 +0100

bullet (2.81-rev2613+dfsg2-1) unstable; urgency=low

  * [f3ab74c] Imported Upstream version 2.81-rev2613+dfsg2
    - Repack Bullet and remove ParticlesOpenCL demo. It is not clear whether
      ParticlesOCL.cl can be distributed under the Zlib license. Since upstream
      recommends to use the particle demo from Bullet 3.x anyway, the
      ParticlesOpenCL directory is removed from the sources. Thanks to bastien
      ROUCARIES for the report. (Closes: #724905)

 -- Markus Koschany <apo@gambaru.de>  Sun, 29 Sep 2013 21:02:56 +0200

bullet (2.81-rev2613+dfsg-3) unstable; urgency=low

  * [52a6675] debian/control: Move graphviz and doxygen to Indep.
    graphviz and doxygen are only required to build the arch:all documentation.
  * [b3a4b8a] Build the documentation only in the indep target.
    This avoids a FTBFS on armel and is less wasteful for the buildd.
  * [2c225f2] Really use canonical Vcs-URI.
  * [16530ab] get-orig-source: produce identical tarballs.
  * [fc8a3e6] debian/rules: Remove override for dh_builddeb
    xz is the default compressor now
  * [c2c8f49] Use symlinks and rdfind for deduplication of files.
  * [46f4996] Clean up md5, map and html files in libbullet-doc.
    Thanks to Dmitry Smirnov for the patch.
  * [b8f7e5b] Improve get-orig-source target.
    Add an error handler to the get-orig-source target. This is to avoid
    extracting the orig.tar file to an existing directory.
  * [f59314d] Ensure that bullet can be built twice.
    Remove html files in dh_clean target because dpkg-source cannot represent
    the changes to those html files.
  * [52c9c25] debian/rules: Do not use -Wl, --as-needed anymore. Apparently
    this option is too aggressive and also prevents that libgimpactutils is
    dynamically linked against libc6.

 -- Markus Koschany <apo@gambaru.de>  Sat, 10 Aug 2013 13:50:28 +0200

bullet (2.81-rev2613+dfsg-2) unstable; urgency=low

  * [5d413e4] debian/rules: Do not overwrite dh_auto_install anymore.
  * [7c09b54] libbullet-dev.install: Install missing include header files.
  * [dfd842e] Drop libglui-dev from Build-Depends.
    The library is only needed for the Bullet demos. Since we do not use the
    demos anyway, dropping libglui-dev is acceptable.
  * [7b1d794] Drop change-glui-include-path.patch.

 -- Markus Koschany <apo@gambaru.de>  Sun, 21 Apr 2013 16:00:25 +0200

bullet (2.81-rev2613+dfsg-1) unstable; urgency=low

  * Initial release.
    Thanks to Wen-Yen Chuang, Paul Wise and Gonéri Le Bouder for their
    contributions to the initial packaging work. (Closes: #476284)

 -- Markus Koschany <apo@gambaru.de>  Mon, 25 Mar 2013 00:03:02 +0100
