r12746 - in packages/trunk/invaders/debian: . patches

Fabian Greffrath fabian-guest at alioth.debian.org
Mon Oct 31 13:20:49 UTC 2011


Author: fabian-guest
Date: 2011-10-31 13:20:49 +0000 (Mon, 31 Oct 2011)
New Revision: 12746

Modified:
   packages/trunk/invaders/debian/changelog
   packages/trunk/invaders/debian/patches/02-build-flags.patch
   packages/trunk/invaders/debian/patches/03-reboot-on-esc.patch
Log:
Add DEP-3 compliant headers to all patches.

Modified: packages/trunk/invaders/debian/changelog
===================================================================
--- packages/trunk/invaders/debian/changelog	2011-10-31 13:17:16 UTC (rev 12745)
+++ packages/trunk/invaders/debian/changelog	2011-10-31 13:20:49 UTC (rev 12746)
@@ -9,6 +9,7 @@
   * 04-change-colors.patch: Use PgUp and PgDown to toggle through the color
     palette and use a secret key to toggle "psychedelic mode". ;)
   * 05-pause.patch: Use "P" to pause and resume.
+  * Add DEP-3 compliant headers to all patches.
 
  -- Fabian Greffrath <fabian+debian at greffrath.com>  Mon, 31 Oct 2011 13:10:20 +0100
 

Modified: packages/trunk/invaders/debian/patches/02-build-flags.patch
===================================================================
--- packages/trunk/invaders/debian/patches/02-build-flags.patch	2011-10-31 13:17:16 UTC (rev 12745)
+++ packages/trunk/invaders/debian/patches/02-build-flags.patch	2011-10-31 13:20:49 UTC (rev 12746)
@@ -3,12 +3,14 @@
 Author: Kees Cook <kees at ubuntu.com>
 Author: Carl-Daniel Hailfinger <c-d.hailfinger.devel.2006 at gmx.net>
 Author: Fabian Greffrath <fabian+debian at greffrath.com>
+Origin: http://www.coreboot.org/pipermail/coreboot/2009-April/046558.html
 Description: Support for building on amd64 and others,
  move -nostdlib to CFLAGS, as it's a compiler flag,
  use CFLAGS for linking as well (since gcc is used),
  replace -fno-builtin with -ffreestanding,
  replace -Werror with -W,
  and fix an incompatibility with newer gcc and binutils.
+Bug-Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=422364
 
 --- invaders-1.0.0.orig/compile.sh
 +++ invaders-1.0.0/compile.sh

Modified: packages/trunk/invaders/debian/patches/03-reboot-on-esc.patch
===================================================================
--- packages/trunk/invaders/debian/patches/03-reboot-on-esc.patch	2011-10-31 13:17:16 UTC (rev 12745)
+++ packages/trunk/invaders/debian/patches/03-reboot-on-esc.patch	2011-10-31 13:20:49 UTC (rev 12746)
@@ -1,4 +1,6 @@
-Reboot the machine when the ESC key is pressed (taken from memtest86_3.5-2).
+Author: Fabian Greffrath <fabian+debian at greffrath.com>
+Description: Reboot the machine when the ESC key is pressed,
+ reboot() taken from memtest86_3.5-2.
 
 --- invaders-1.0.0.orig/game.c
 +++ invaders-1.0.0/game.c




More information about the Pkg-games-commits mailing list