Change logs for invaders source package in Groovy

  • invaders (1.0.0-15) unstable; urgency=medium
    
      * Improvements to the linker script:
        + Rename  to debian/invaders.ld.
        + Add a PROVIDE rule to enable linking on platforms with
          underscore-prefixed assembly symbol names.
        + Link more sections into the ELF binary.
      * Override dh_dwz with an empty rule.
    
     -- Fabian Greffrath <email address hidden>  Mon, 20 Jul 2020 21:12:41 +0200
  • invaders (1.0.0-14) unstable; urgency=medium
    
      * Update Uploaders field to my Debian address.
      * Bump debhelper-compat to 13.
      * Bump Standards-Version to 4.5.0.
      * Update Vcs-* fields to point to the Salsa GIT repository.
      * Add "Enhances: grub2-common" relationship, as we call update-grub2
        in the maintainer scripts.
      * Add "Suggests: qemu-system-x86" relationship, as it is possible to
        run the game directly in QEMU.
      * 01-misspelling-loose.patch: Improve word spacing.
      * 04-change-colors.patch: Reset colors when game is restarted.
      * Add a minimal linker script to fix FTBFS ("PHDR segment not
        covered by LOAD segment") with current binutils (see #958525).
      * 06-speed-up.patch: New patch, speed up alien ships up to about
        factor 2 when all are destroyed.
      * 02-build-flags.patch: Add "-fno-stack-protector" to CFLAGS for
        compilers that default to this build flag.
      * 02-build-flags.patch: Remove "-W" from CFLAGS to silence a useless
        warning.
      * Do not call dh_strip at all, we do not want a -dbgsym package
        anyway.
      * Only call update-grub2 in maintainer scripts if
        /boot/grub/grub.cfg already exists (LP: #1876411).
      * Add a README.Debian file to document that Secure Boot needs to be
        disabled (see #958894) and how to run the game in QEMU.
    
     -- Fabian Greffrath <email address hidden>  Sat, 09 May 2020 12:30:17 +0200
  • invaders (1.0.0-13) unstable; urgency=low
    
      [ Evgeni Golov ]
      * Correct Vcs-* URLs to point to anonscm.debian.org
    
      [ Fabian Greffrath ]
      * Fix ftbfs with GCC-5 (Closes: #777915).
        + 02-static-inline.patch: Declare ins##s() and outs##s() as
          "static inline" as well.
        + 03-reboot-on-esc.patch: Declare reboot() as "static inline",
          since it calls outb() which is static inline itself.
      * Fix unversioned debian/copyright format URI.
      * Bump Standards-Version and remove obsolete DM-Upload-Allowed field.
      * Bump debhelper compat level to 9.
    
     -- Fabian Greffrath <email address hidden>  Mon, 27 Apr 2015 10:22:14 +0200