Change logs for openarena source package in Artful

  • 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
  • openarena (0.8.8-18) unstable; urgency=medium
    
      * Don't install a documentation symlink for LINUXNOTES.gz.
        That file is outdated and not very useful in a binary distribution
        like Debian, and openarena-data no longer installs it.
        (Closes: #857956)
    
     -- Simon McVittie <email address hidden>  Sun, 18 Jun 2017 18:35:40 +0100
  • openarena (0.8.8-17) unstable; urgency=medium
    
      * Move to debhelper compat level 10
        - don't build in parallel explicitly, it is now the default
      * debian/rules: align with ioquake3's
        - enable full compiler handling, but disable -fPIE -pie because this
          source package only compiles PIC shared objects
    
     -- Simon McVittie <email address hidden>  Wed, 21 Sep 2016 20:22:58 +0100