darkplaces (0~20140513+svn12208-2build1) xenial; urgency=medium

  * No change rebuild against libode4

 -- Iain Lane <iain@orangesquash.org.uk>  Thu, 12 Nov 2015 11:45:04 +0000

darkplaces (0~20140513+svn12208-2) unstable; urgency=medium

  * debian/gbp.conf: stop forcing gzip compression
  * debian/rules: re-order so that DEB_CPPFLAGS_MAINT_APPEND take effect
  * Upload to unstable

 -- Simon McVittie <smcv@debian.org>  Tue, 05 May 2015 11:14:30 +0100

darkplaces (0~20140513+svn12208-1) experimental; urgency=medium

  * Switch Vcs-Browser to cgit and https
  * debian/gbp.conf: disable patch numbers, to reduce diff churn when
    gbp-pq patches are re-ordered
  * New upstream release, corresponding to Xonotic 0.8.0 + bug fixes
    - drop patches for "make LINK_TO_LIBJPEG=1" and "make LINK_TO_ZLIB=1",
      upstream have implemented the same thing differently
    - drop patch for LINK_TO_MODPLUG, support for modplug was removed upstream
    - redo patches for other library linking to use the DP_LINK_FOO convention
      established by upstream
    - stop excluding snd_3dras* from the tarball: they appear to have
      been contributed to DarkPlaces by the author of the 3DRAS library,
      so there's no particular reason to worry about their license
  * debian/copyright: change to "Files: *" form to make lintian happier
  * Avoid timestamps in the binary, for reproducible builds
  * Build against SDL 2
  * Standards-Version: 3.9.6 (no changes needed)

 -- Simon McVittie <smcv@debian.org>  Thu, 02 Apr 2015 10:35:37 +0100

darkplaces (0~20130304+svn11952-2) unstable; urgency=medium

  [ David Bate ]
  * Refresh debian/patches following git-buildpackage's export rewrite
  * Add a patch to disable gpu skinning of skeletal models.
    (Closes: #729101, thanks Benjamin Redelings)
  * Update to standards version 3.9.5 (no changes necessary)
  * Updated debian/copyright

  [ Simon McVittie ]
  * Release to unstable

 -- Simon McVittie <smcv@debian.org>  Sun, 12 Jan 2014 23:47:17 +0000

darkplaces (0~20130304+svn11952-1) unstable; urgency=low

  [ David Bate ]
  * Imported upstream version 0~20130304+svn11952, as recommended for
    Xonotic 0.7.0
    - refresh patches
    - updated debian/copyright

  [ Simon McVittie ]
  * Provide quake-engine, quake-engine-server - we already followed
    everything required for that by my Quake mini-policy, except providing
    the actual virtual package. (Closes: #721031, thanks Fabian Greffrath)
  * Update README.Debian:
    - nexuiz, nexuiz-server now use this package
    - quake, quake-server are available in contrib, and are the recommended
      way to play Quake in Debian
    - describe how to manipulate the alternatives entries
  * Fix attribution on kFreeBSD support patch, it was really contributed by
    Cyril Brulebois
  * Release to unstable

 -- Simon McVittie <smcv@debian.org>  Wed, 25 Sep 2013 10:19:53 +0100

darkplaces (0~20110628+svn11805-2) unstable; urgency=low

  [ David Bate ]
  * Set DISABLE_AVW=1 in debian/rules so that debian/patches/0022... takes
    effect.

  [ Simon McVittie ]
  * Add CPPFLAGS to LDFLAGS_*, because the LDFLAGS_* are used to compile C
    (albeit only builddate.c)
  * Use DEB_*_MAINT_APPEND to set the CFLAGS, etc.
  * Canonicalize Vcs-* (Lintian)

 -- Simon McVittie <smcv@debian.org>  Thu, 06 Jun 2013 08:25:30 +0100

darkplaces (0~20110628+svn11805-1) unstable; urgency=low

  [ David Bate ]
  * Imported Upstream version 0~20110628+svn11805, as recommended for
    Xonotic 0.6.0
    - refresh patches
    - remove upstream patch r11796
  * Add myself to uploaders
  * Update to standards version 3.9.4 (no changes necessary)

  [ Simon McVittie ]
  * Update debian/copyright
  * Add a patch to disable attempts to load libavw, an apparently unreleased
    avcodec wrapper
  * Add a patch to "poison" Sys_LoadLibrary to make sure we don't
    accidentally bypass proper shared library versioning and dependencies,
    since in Quake (unlike Quake III) it isn't used for game modules

 -- Simon McVittie <smcv@debian.org>  Sat, 25 May 2013 16:07:42 +0100

darkplaces (0~20110628+svn11619-3) unstable; urgency=low

  * Apply upstream r11796 to fix certain teleport triggers, notably
    making Quake multiplayer map dm6 playable again (Closes: #688359)
  * Apply security-hardening CPPFLAGS in CFLAGS since darkplaces can be used
    by nexuiz-server and quake-server, which are network-exposed, and its
    makefile does not respect external CPPFLAGS

 -- Simon McVittie <smcv@debian.org>  Fri, 12 Oct 2012 09:44:26 +0100

darkplaces (0~20110628+svn11619-2) unstable; urgency=low

  * Conditionalize more references to the software rasterizer, fixing
    more FTBFSs on non-x86 (Closes: #656602)
  * Use the png_jmpbuf macro, the system's definition of png_uint_32
    and the real libpng version number, to be compatible with both
    libpng 1.2 and 1.5, hopefully (Closes: #650594)

 -- Simon McVittie <smcv@debian.org>  Sat, 21 Jan 2012 22:44:37 +0000

darkplaces (0~20110628+svn11619-1) unstable; urgency=low

  * New upstream snapshot r11619, as recommended by the Xonotic developers
    for Xonotic 0.5
    - remove patch to disable OffscreenGecko, which has been removed upstream
    - refresh patches
  * Mention "Nexuiz Classic", not "Nexuiz", in the package description
    (Nexuiz upstream has retroactively renamed what we package as nexuiz
    to Nexuiz Classic), and also mention Xonotic, the Free fork of Nexuiz
    Classic
  * Remove a duplicate patch which is not actually applied
  * Improve the description of the two type-safety-related patches to explain
    why they're applied
  * Bump debhelper compat level to 9

 -- Simon McVittie <smcv@debian.org>  Fri, 20 Jan 2012 10:32:16 +0000

darkplaces (0~20110628+svn11231-2) unstable; urgency=low

  * Don't compile SSE code, or the software rasterizer (which requires SSE2),
    on non-x86

 -- Simon McVittie <smcv@debian.org>  Mon, 18 Jul 2011 23:08:10 +0100

darkplaces (0~20110628+svn11231-1) unstable; urgency=low

  * Initial release to Debian under this name (Closes: #319599)
  * Initial Debian patchset:
    - link against libjpeg, zlib, libvorbis, modplug, libode, libtheora,
      libogg, libpng, curl, freetype2 "properly" instead of loading them
      with dlopen, to have better dependency information; use their headers,
      instead of inlining a simplified version
    - disable loading d0_blind_id, d0_rijndael, OffscreenGecko libraries,
      rather than dlopening a potentially-incompatible version
    - fix some typos picked up by Lintian
    - import a patch from the nexuiz package (which is actually an old
      copy of DarkPlaces) to compile on kFreeBSD

 -- Simon McVittie <smcv@debian.org>  Fri, 15 Jul 2011 17:36:05 +0100
