-
openarena (0.8.8+dfsg-1) unstable; urgency=medium
* Repack upstream tarball to exclude non-free lcc compiler as
intended: since 0.8.8 it was in code/tools/lcc, not tools/lcc, so
the previous get-orig-source target was ineffective.
(Closes: #887702)
- get-orig-source: Use mk-origtargz instead of reinventing it
- Document Files-Excluded in debian/copyright
- Use xz compression while we're repacking anyway
-- Simon McVittie <email address hidden> Fri, 19 Jan 2018 09:05:31 +0000
-
openarena (0.8.8-21) unstable; urgency=medium
* Standards-Version: 4.1.3 (no changes required)
* d/p/Disable-Altivec-instructions-on-PowerPC-unless-requested.patch:
Add patch to compile without Altivec to support baseline powerpc
CPUs. Thanks to GitHub user casey-ac for testing a version of this
change in ioquake3. This should also work on powerpcspe
(Closes: #701630)
* Update Vcs-* to point to salsa.debian.org
-- Simon McVittie <email address hidden> Mon, 15 Jan 2018 08:40:26 +0000
-
openarena (0.8.8-20) unstable; urgency=medium
* Mark all forwarded patches as having been applied upstream
* Remove maintainer script handling for upgrades from versions prior
to 0.8.8-10, which is older than current Debian stable and
Ubuntu LTS. Upgrades that skip a stable release are not supported.
- START_DAEMON=0 in /etc/default/openarena-server is no longer migrated
to update-rc.d openarena-server disabled. Use update-rc.d if you want
to disable the OpenArena server.
- /var/games/openarena-server/.openarena is no longer migrated to
/var/games/openarena-server/server.oa.
* Remove now-unused lintian override for invoking update-rc.d in a
maintainer script
* d/control: Set Rules-Requires-Root: no since this package does not
install any non-root-owned files
* Standards-Version: 4.1.1 (no changes required)
-- Simon McVittie <email address hidden> Mon, 30 Oct 2017 11:55:47 +0000
-
openarena (0.8.8-19) unstable; urgency=medium
* Redo portability patches based on what went upstream to ioquake3
- d/p/Treat-GNU-kFreeBSD-and-GNU-Hurd-as-equivalent-to-GNU-Linu.patch:
Treat all GNU platforms as essentially the same for our purposes.
This combines what used to be d/p/Fix-FTBFS-on-kFreeBSD.patch and
d/p/Add-support-for-the-GNU-Hurd-architecture.patch.
- d/p/Makefile-confine-LIB-to-the-one-platform-that-needs-it-na.patch,
d/p/build-canonicalize-all-ARM-variants-to-arm-matching-q_pla.patch,
d/p/build-define-ARCH_STRING-in-Makefile-on-Linux-and-other-G.patch:
Treat all CPU architectures on GNU platforms as at least potentially
supported, without having any specific code for the majority of
architectures. (ioquake3 PR #129, as released to Debian in
ioquake3/1.36+u20150926+dfsg1-1)
+ In particular this means we will attempt to build on m68k
(Closes: #865721)
- d/p/Use-LDFLAGS-on-non-Linux-too.patch:
Drop patch, no longer needed for any GNU platform. GNU/kFreeBSD
and GNU/Hurd both take the GNU/Linux code paths now.
* Re-order patch series: backports from upstream, then forwarded patches,
and finally Debian-specific (non-upstreamable) patches
* Move Debian-specific patches into debian/patches/debian/
* Drop openarena-dbg, rely on automatic -dbgsym packages instead
- Don't build openarena-server-dbgsym since it would collide with
openarena-dbgsym
* Use recommended https URL for debian/copyright Format
* d/copyright: Document new upstream location
* d/control: openarena-server Depends on lsb-base
* d/control: Declare Debian Policy 4.0.0 compliance
-- Simon McVittie <email address hidden> Sun, 25 Jun 2017 01:38:58 +0100