cube2 (0.0.20201227+dfsg-2) unstable; urgency=medium

  * Upload to unstable.

 -- Markus Koschany <apo@debian.org>  Tue, 02 Mar 2021 04:27:53 +0100

cube2 (0.0.20201227+dfsg-1) experimental; urgency=medium

  [ Debian Janitor ]
  * Use secure URI in debian/watch.
  * Set upstream metadata fields: Archive.
  * Fix day-of-week for changelog entries 0.0.20071227.dfsg-1.

  [ Markus Koschany ]
  * New upstream version 0.0.20201227+dfsg.
  * Switch to debhelper-compat = 13.
  * Declare compliance with Debian Policy 4.5.1.
  * Use canonical VCS URL.
  * Update get-sauerbraten-orig.sh and rename it to get-cube2-orig.sh.
  * Update debian/copyright for new release.
  * Rebase all patches.
  * Switch to SDL2.

 -- Markus Koschany <apo@debian.org>  Sun, 21 Feb 2021 14:49:16 +0100

cube2 (0.0.20130404+dfsg-1) unstable; urgency=medium

  * New upstream version 0.0.20130404+dfsg.
  * Switch to compat level 11.
  * Declare compliance with Debian Policy 4.1.3.
  * Use https for Format field.
  * Update get-sauerbraten-orig.sh.

 -- Markus Koschany <apo@debian.org>  Sat, 27 Jan 2018 22:28:56 +0100

cube2 (0.0.20130203+dfsg-2) unstable; urgency=medium

  * Declare compliance with Debian Policy 3.9.8.
  * Update my e-mail address.
  * Vcs-fields: Use https and cgit.
  * Drop cube2-dbg package and use the automatic -dbgsym package instead.
  * Update copyright years.
  * Drop obsolete lintian-overrides.
  * Override dh_clean and ensure that cube2 can be built twice in a row.

 -- Markus Koschany <apo@debian.org>  Mon, 08 Aug 2016 16:09:03 +0200

cube2 (0.0.20130203+dfsg-1) unstable; urgency=medium

  * Add myself to Uploaders.
  * Rename source and binary packages of sauerbraten to cube2 and move the
    package to the main section of the Debian archive because it fully complies
    with the DFSG. A new -data package for demonstration purposes with textures,
    models, maps and sounds will be provided by the separate source package
    cube2-data. Hence the engine is functional and can be shipped in main.
    (Closes: #458800)
  * Repack source package and unbundle the embedded enet library. Link against
    the shared system library instead.
  * Update debian/copyright to copyright format 1.0.
  * debian/rules:
    - Build with dh's --parallel option and remove remaining Makefile code for
      parallel jobs to avoid a race condition. (Closes: #736383)
    - Pass all dpkg-buildflags to upstream's build system.
    - Enable all hardening build flags.
    - Remove override targets for dh_installdocs and dh_auto_clean.
  * debian/control:
    - cube2: suggest cube2-data.
    - cube2-server: suggest cube2.
    - Update package descriptions due to the renaming.
    - Change VCS links to new cube2 git repository.
  * Add a watch file.
  * Drop README.source because source format 3.0 uses quilt by default.
  * Drop docs file.
  * Rename sauer_client and sauer_server to cube2_client and cube2_server.
  * Move icons, desktop and menu files to the new sauerbraten source
    package.
  * Rename man pages to cube2.6 and cube2-server.6.
  * Use compat level 9 and require debhelper >= 9.
  * Drop NEWS.Debian because it contains only obsolete news.
  * debian/patches:
    - Drop 10-fix-clean-target.diff. The embedded version of enet has been
      removed hence a fix is not needed anymore.
    - Drop 20-build-with-debug-symbols.patch. Build flags are handled
      automatically.
    - Rename .diff file extensions to .patch.
    - New patches:
      + add-LDFLAGS.patch: Add LDFLAGS to upstream's Makefile for hardening.
      + use-system-enet.patch: Link against Debian's shared system enet
        library.
  * Add a sample configuration for a dedicated server and install the files
    with cube2-server.examples. (Closes: #673808)
  * Add lintian-overrides and override lintian warning
    latest-debian-changelog-entry-without-new-version. Cube2 is basically
    a new source package thus this warning can be safely ignored.

 -- Markus Koschany <apo@gambaru.de>  Thu, 20 Mar 2014 21:05:01 +0100

sauerbraten (0.0.20130203.dfsg-1) unstable; urgency=medium

  * Team upload.
    - Add myself to Uploaders.
  * New upstream release. (Closes: #732988, #699521)
    - Refresh patches.
  * Build using dh-autoreconf.
  * Fix minor grammatical errors in package description. (LP: #858631)
  * Update Standards version to 3.9.5.

 -- Vincent Cheng <vcheng@debian.org>  Tue, 21 Jan 2014 15:59:05 -0800

sauerbraten (0.0.20100728.dfsg+repack-3) unstable; urgency=low

  * Team upload.
  * Correct manpage regarding the previous upload: Remove the note that
    running in fullscreen mode was the default.

 -- Bruno "Fuddl" Kleinert <fuddl@debian.org>  Wed, 29 Jun 2011 17:29:57 +0200

sauerbraten (0.0.20100728.dfsg+repack-2) unstable; urgency=low

  * Team upload.
  * Start in windowed mode by default. This introduces
    windowed_by_default.diff.

 -- Bruno "Fuddl" Kleinert <fuddl@debian.org>  Wed, 29 Jun 2011 15:56:14 +0200

sauerbraten (0.0.20100728.dfsg+repack-1) unstable; urgency=low

  * Repack .orig.tar.gz
    * Drop an unredistributable file (include/wincompat.h). We don't use it
      anyway
    * Repack with bzip2 compression
  * Update debian/copyright:
    * Update copyright years of sauerbraten and Enet
    * Liste files in enet/m4/ which are copyright by the FSF and some
      autotools file in enet/ and the files in include/ (Closes: #618943)

 -- Bruno "Fuddl" Kleinert <fuddl@debian.org>  Tue, 21 Jun 2011 16:59:36 +0200

sauerbraten (0.0.20100728.dfsg-5) unstable; urgency=low

  * Fix wrong variable name in debian/rules. It's not CXXOPTFLAGS but CXXFLAGS
  * Update to standards version 3.9.2. No changes.
  * Don't mess with users' PATH environment in sauerbraten.desktop. Instead
    call /usr/games/sauerbraten directly
  * Use debhelper 8 to build the package
    * Build-depend on debhelper (>= 8)
    * Rewrite debian/rules

 -- Bruno "Fuddl" Kleinert <fuddl@debian.org>  Fri, 03 Jun 2011 19:03:03 +0200

sauerbraten (0.0.20100728.dfsg-4) unstable; urgency=low

  * Team upload.
  * Link with -lrt on kFreeBSD too.
    Closes: #621811

 -- Evgeni Golov <evgeni@debian.org>  Thu, 12 May 2011 01:03:35 +0200

sauerbraten (0.0.20100728.dfsg-3) unstable; urgency=low

  * Allow building on PowerPC again (Closes: 549470)

 -- Bruno "Fuddl" Kleinert <fuddl@debian.org>  Tue, 01 Mar 2011 17:38:44 +0100

sauerbraten (0.0.20100728.dfsg-2) unstable; urgency=low

  * Fix typos in package description, manpages and desktop shortcuts
    (Closes: #573778)

 -- Bruno "Fuddl" Kleinert <fuddl@debian.org>  Mon, 16 Aug 2010 12:12:51 +0200

sauerbraten (0.0.20100728.dfsg-1) unstable; urgency=low

  * New upstream release
  * Refresh 30-fix-indirect-linking-for-binutils-gold.diff
  * Refresh 10-fix-clean-target.diff
  * Fix lintian warning about missing ${misc:Depends} in Depends fields of
    binary packages
  * Update to standards version 3.9.1 without changes

 -- Bruno "Fuddl" Kleinert <fuddl@debian.org>  Thu, 29 Jul 2010 21:49:06 -0400

sauerbraten (0.0.20090504.dfsg-2) unstable; urgency=low

  [ Bruno "Fuddl" Kleinert ]
  * Drop code snippet in debian/rules to make parallel builds possible on SMP
    machines.
  * Add 30-fix-indirect-linking-for-binutils-gold.diff. Link directly against
    X11 so that ld as in binutils-gold is happy. Thanks to Peter Fritzsche for
    reporting! (Closes: #556757)
  * Copy over README.source from quilt to document the patch system we are using
  * Convert to source package format 3.0 quilt
    * Drop build dependency on quilt
    * Ship debian/sauerbraten.png instead of the uuencoded sauerbraten.png.uu.
      We don't need sharutils as build dependency anymore, so drop it.
  * Update to standards version 3.8.3. No changes required.
  * Clean up the rules file. Create *.install files instead of calling
    dh_install repeatedly

 -- Bruno "Fuddl" Kleinert <fuddl@debian.org>  Thu, 19 Nov 2009 13:14:32 +0100

sauerbraten (0.0.20090504.dfsg-1) unstable; urgency=low

  [ Bruno "Fuddl" Kleinert ]
  * New Upstream Version (Closes: #527032)
  * Add a script to build pristine tarballs from upstream SVN repository
  * Update my email address in some files and in the uploaders field
  * Refresh patch to fix the clean target in the top-level makefile
  * Add a patch for top-level makefile to build binaries with debug symbols
  * Updated debian/copyright as we get sources via SVN, now
  * Bump Debian standards version to 3.8.2
    + Updated section for sauerbraten-dbg
    + Use unicode copyright symbol in debian/copyright
  * Bumped debhelper compatibility level to 7
  * Versioned binary dependency on sauerbraten-data is now put into a generated
    substitution variable
  * Update Vcs-* fields in debian/control to reflect new repository location
  * Minor changes in README.Debian about download location and from where the
    sources were obtained.

  [ Evgeni Golov ]
  * debian/rules:
    + Don't FTBFS with DEB_BUILD_OPTIONS=noopt.
      ($(info ...) isn't allowed before the first target)
    + Neither is $(error ...), so move it into the build target.
      Closes: #511719

 -- Bruno "Fuddl" Kleinert <fuddl@debian.org>  Fri, 03 Jul 2009 12:13:55 +0200

sauerbraten (0.0.20080620.dfsg-1) unstable; urgency=low

  * New upstream release (Closes: #486802)
  * Refresh fix-clean-target.diff

 -- Bruno "Fuddl" Kleinert <fuddl@tauware.de>  Wed, 25 Jun 2008 22:51:13 +0200

sauerbraten (0.0.20071227.dfsg-2) unstable; urgency=low

  [ Ansgar Burchardt ]
  * Remove deprecated Encoding key from .desktop file

  [ Bruno "Fuddl" Kleinert ]
  * Build-depend on debhelper >= 5.0.51. Found by lintian
    * We need dh_icon from at least that version
  * Depend on sauerbraten-data of a newer Debian revision, which fixes #467449

 -- Bruno "Fuddl" Kleinert <fuddl@tauware.de>  Sun, 23 Mar 2008 20:38:20 +0100

sauerbraten (0.0.20071227.dfsg-1) unstable; urgency=low

  [ Bruno "Fuddl" Kleinert ]
  * New upstream release
  * Update to Standards version 3.7.3.0. No changes necessary
  * Build debug package sauerbraten-dbg
  * Updated README.Debian
    * Document removal of some precompiled/header files in the engine's
      sources
    * Describe in README.Debian how to generate a backtrace if sauerbraten
      crashes
  * Fix format of NEWS.Debian. Found by lintian
  * Use a versioned dependency on sauerbraten-data to avoid incompatible
    installations of the engine and game-data package (Closes: #440246)
  * Switch from dpatch to quilt
  * Install PNG desktop icon in proper location
  * Update my email address
  * Patch Makefile to support building binaries with debug symbols
    (Closes: #443658)

  [ Marco Rodrigues ]
  * Add Homepage field in the control file.

  [ Reinhard Tartler ]
  * disable powerpc builds in debian/rules (Closes: #432666)

 -- Bruno "Fuddl" Kleinert <fuddl@tauware.de>  Tue, 29 Jan 2008 18:55:17 +0100

sauerbraten (0.0.20070819.dfsg-1) unstable; urgency=low

  [ Bruno "Fuddl" Kleinert ]
  * Update the Debian menu file to the latest menu structure
  * Remove 10_save_and_load_maps_from_home_directory.dpatch (Upstream solved
    this in this release) (Closes: #426691)
  * Remove 10_search_home_for_config.dpatch (Upstream solved this in this
    release)
  * Add 10_fix_clean_target.dpatch to avoid calling autotools in clean target
  * Add NEWS.Debian

  [ Cyril Brulebois ]
  * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file.

 -- Bruno "Fuddl" Kleinert <fuddl@gmx.de>  Sun, 26 Aug 2007 17:45:25 +0200

sauerbraten (0.0.20070413.dfsg-1) unstable; urgency=low

  * New upstream release (Closes: #420086)
  * Replaced german-english mixture 'ego-shooter' by 'first-person shooter'
  * Added a desktop shortcut icon

 -- Bruno "Fuddl" Kleinert <fuddl@gmx.de>  Sat, 28 Apr 2007 21:57:59 +0200

sauerbraten (0.0.20061204.dfsg-1) unstable; urgency=low

  * Initial release

 -- Bruno "Fuddl" Kleinert <fuddl@gmx.de>  Tue,  9 Jan 2007 18:19:30 +0100
