Author: fabian-guest Date: 2015-04-27 08:23:40 +0000 (Mon, 27 Apr 2015) New Revision: 15399
Added: packages/tags/invaders/1.0.0-13/ packages/tags/invaders/1.0.0-13/debian/changelog packages/tags/invaders/1.0.0-13/debian/compat packages/tags/invaders/1.0.0-13/debian/control packages/tags/invaders/1.0.0-13/debian/copyright Removed: packages/tags/invaders/1.0.0-13/debian/changelog packages/tags/invaders/1.0.0-13/debian/compat packages/tags/invaders/1.0.0-13/debian/control packages/tags/invaders/1.0.0-13/debian/copyright Log: [svn-buildpackage] Tagging invaders 1.0.0-13 Deleted: packages/tags/invaders/1.0.0-13/debian/changelog =================================================================== --- packages/trunk/invaders/debian/changelog 2015-03-29 14:22:12 UTC (rev 15394) +++ packages/tags/invaders/1.0.0-13/debian/changelog 2015-04-27 08:23:40 UTC (rev 15399) @@ -1,196 +0,0 @@ -invaders (1.0.0-13) UNRELEASED; 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. - - -- Evgeni Golov <[email protected]> Mon, 15 Jul 2013 22:21:34 +0200 - -invaders (1.0.0-12) unstable; urgency=low - - [ Fabian Greffrath ] - * Split 01-pointer-targets-differ-in-signedness.patch into two separate - patches: 01-misspelling-loose.patch and 01-uint8-char.patch. - * Rename 02-gcc-ldflags.patch to 02-build-flags.patch, clean up CFLAGS - and LDFLAGS a bit (we don't need -m32 twice) and replace -Werror with -W. - * 02-static-inline.patch: Replace "extern inline" with "static inline" in - io.h to allow for non-optimized builds. - * 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. - * Make debian/copyright DEP-5 compliant and update Debian packaging license. - * Update Standards-Version to 3.9.2. - * Set Architecture to "any-i386 any-amd64" instead of a hard-coded list. - - -- Stefan Potyra <[email protected]> Tue, 01 Nov 2011 14:12:46 +0100 - -invaders (1.0.0-11) unstable; urgency=low - - [ Fabian Greffrath ] - * Refreshed all patches. - * debian/patches/03-reboot-on-esc.patch: Only reboot when the ESC key - is pressed in-game, not during the GAME OVER screen. - * Relaxed debhelper build-dependency a bit. - * Updated my email address. - * Removed spurious removal of an obsoleted config file. - * Converted packaging to source format "3.0 (quilt)". - - [ Stefan Potyra ] - * Add myself to uploaders. - - [ Fabian Greffrath ] - * Set DM-Upload-Allowed: yes. - - -- Fabian Greffrath <[email protected]> Tue, 22 Dec 2009 08:52:16 +0100 - -invaders (1.0.0-10) unstable; urgency=low - - [ Stefan Potyra ] - * Fix build failures if stack-protector is enabled by default, - thanks to Kees Cook for the patches: - + rename debian/patches/02-amd64.patch to 02-gcc-ldflags.patch - + move -nostdlib to CFLAGS, as it's a compiler flag - + use CFLAGS for linking as well (since gcc is used) - - [ Fabian Greffrath ] - * debian/patches/02-gcc-ldflags.patch: Replace -fno-builtin with - -ffreestanding, the latter implies the former and is even stricter. - * debian/patches/03-reboot-on-esc.patch: New patch, perform a reboot - when the ESC key is pressed. Relies on the keyboard controller available - at port 0x64 (just as the whole game does anyway). - - -- Fabian Greffrath <[email protected]> Fri, 13 Nov 2009 13:44:59 +0100 - -invaders (1.0.0-9) unstable; urgency=low - - [ Fabian Greffrath ] - * debian/clean, debian/grub-invaders.{docs,examples,install}: - + Added. - * debian/compat: - + Raised debhelper compatibility to 7. - * debian/control: - + Changed Section from misc to kernel. - + Raised Build-Depends to debhelper (>= 7.2) and quilt (>= 0.46-7). - + Bumped Standards-Version to 3.8.3. - + Removed spurious Suggests on grub2. - * debian/copyright: - + Converted into a machine-readable format. - + Adjusted license for io.h to GPL-2 (not GPL-2+). - + Relicensed the Debian packaging under the GNU All-Permissive License. - * debian/examples/grub-menu.lst, debian/scripts/22_invaders: - + Use the original filename "invaders.exec" instead of "invaders". - * debian/grub-invaders.post{inst,rm}: - + Renamed from post{inst,rm}. - * debian/patches/: - + Switched from dpatch to quilt for patch management. - + Applied fixes from Carl-Daniel Hailfinger - <c-d.hailfinger.devel.2006 at gmx.net> found at - <http://www.coreboot.org/pipermail/coreboot/2009-April/046558.html>: - * debian/patches/01-pointer-targets-differ-in-signedness.dpatch: - + Use (char *) instead of (uint8 *). - * debian/patches/02-amd64.dpatch: - + Fix incompatibility with newer gcc and binutils. - * debian/rules: - + Converted to debhelper 7.2. - + Improved stripping. - * debian/scripts/22_invaders: - + Renamed from debian/scripts/grub. - + Use grub-mkconfig_lib instead of the deprecated update-grub_lib - (Closes: #539947). Thanks Didier 'OdyX' Raboud. - - [ Evgeni Golov ] - * debian/README.source: - + Added a short note on where to get info about quilt. - - -- Fabian Greffrath <[email protected]> Thu, 20 Aug 2009 20:31:38 +0200 - -invaders (1.0.0-8) unstable; urgency=low - - * debian/control: - + Set Maintainer to Debian Games Team and added myself to Uploaders. - + Added Vcs-Svn and Vcs-Browser fields. - + Bumped Suggests to 'grub2 (>= 1.96+20080531-1)'. - * debian/patches/01-pointer-targets-differ-in-signedness.dpatch: - + Fixed misspelling: "YOU LOOSE" should be "YOU LOSE" (Closes: #478928). - Thanks Daniel Kahn Gillmor <[email protected]>. - * debian/scripts/grub: - + Fixed to use functions out of /usr/lib/grub/update-grub_lib instead of - ${GRUB_DRIVE_BOOT} (Closes: #492267). Thanks - Justin B Rye <[email protected]>. - + Added a missing "prepare_grub_to_access_device ${GRUB_DEVICE_BOOT}" - call. Without it, it could break if /boot/ is in a different device than - whatever came before invaders. Thanks Robert Millan <[email protected]>. - - -- Fabian Greffrath <[email protected]> Fri, 1 Aug 2008 14:44:00 +0100 - -invaders (1.0.0-7) unstable; urgency=low - - * debian/postinst: - + Remove forgotten config file `/etc/grub.d/20_invaders' - before running update-grub2. - - -- Fabian Greffrath <[email protected]> Sun, 10 Feb 2008 15:30:00 +0100 - -invaders (1.0.0-6) unstable; urgency=low - - * debian/control: - + Changed Suggests to 'grub2 (>= 1.95+20080116-1)'. - - -- Fabian Greffrath <[email protected]> Sun, 27 Jan 2008 20:15:00 +0100 - -invaders (1.0.0-5) unstable; urgency=low - - * debian/control: - + Bumped Standards-Version to 3.7.3. - + Added Homepage: field. - + Added 'Depends: ${misc:Depends}'. - + Added 'Suggests: grub2 (>= 1.95+20081116-1)'. - + Removed Recommends. - * debian/postinst, debian/postrm: - + Use update-grub2 instead of update-grub (Closes: #460078). - * debian/rules: - + Install debian/scripts/grub to '/etc/grub.d/22_invaders'. - * debian/scripts/grub: - + Synced with memtest86 (3.4-1) packaging. - - -- Fabian Greffrath <[email protected]> Wed, 23 Jan 2008 10:00:00 +0100 - -invaders (1.0.0-4) unstable; urgency=low - - * Support /boot on separate partition (Closes: #424928). - Thanks, Paul Martin <[email protected]>! - * Support stripping of the binary file /boot/invaders. - * Recommends: grub2 (>= 1.95+20070515-1) | grub. - - -- Fabian Greffrath <[email protected]> Fri, 18 May 2007 14:55:00 +0100 - -invaders (1.0.0-3) unstable; urgency=low - - * Fix bogus postrm. - - -- Fabian Greffrath <[email protected]> Sun, 13 May 2007 15:08:00 +0100 - -invaders (1.0.0-2) unstable; urgency=low - - * Install ELF image, not a.out (Closes: #422366). - Thanks, Robert Millan <[email protected]>! - * Add support for building on amd64 (Closes: #422364). - Thanks again, Robert Millan <[email protected]>! - * Provide /etc/grub.d/20_invaders and run update-grub in postinst/-rm - (Closes: #417030). Thanks again, Robert Millan <[email protected]>! - * Recommends: grub2 (>= 1.95+20070505-1) | grub. - - -- Fabian Greffrath <[email protected]> Sat, 5 May 2007 15:22:00 +0100 - -invaders (1.0.0-1) unstable; urgency=low - - * Initial release (Closes: #415955). - - -- Fabian Greffrath <[email protected]> Fri, 23 Mar 2007 09:46:00 +0100 Copied: packages/tags/invaders/1.0.0-13/debian/changelog (from rev 15398, packages/trunk/invaders/debian/changelog) =================================================================== --- packages/tags/invaders/1.0.0-13/debian/changelog (rev 0) +++ packages/tags/invaders/1.0.0-13/debian/changelog 2015-04-27 08:23:40 UTC (rev 15399) @@ -0,0 +1,199 @@ +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 protected]> Mon, 27 Apr 2015 10:22:14 +0200 + +invaders (1.0.0-12) unstable; urgency=low + + [ Fabian Greffrath ] + * Split 01-pointer-targets-differ-in-signedness.patch into two separate + patches: 01-misspelling-loose.patch and 01-uint8-char.patch. + * Rename 02-gcc-ldflags.patch to 02-build-flags.patch, clean up CFLAGS + and LDFLAGS a bit (we don't need -m32 twice) and replace -Werror with -W. + * 02-static-inline.patch: Replace "extern inline" with "static inline" in + io.h to allow for non-optimized builds. + * 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. + * Make debian/copyright DEP-5 compliant and update Debian packaging license. + * Update Standards-Version to 3.9.2. + * Set Architecture to "any-i386 any-amd64" instead of a hard-coded list. + + -- Stefan Potyra <[email protected]> Tue, 01 Nov 2011 14:12:46 +0100 + +invaders (1.0.0-11) unstable; urgency=low + + [ Fabian Greffrath ] + * Refreshed all patches. + * debian/patches/03-reboot-on-esc.patch: Only reboot when the ESC key + is pressed in-game, not during the GAME OVER screen. + * Relaxed debhelper build-dependency a bit. + * Updated my email address. + * Removed spurious removal of an obsoleted config file. + * Converted packaging to source format "3.0 (quilt)". + + [ Stefan Potyra ] + * Add myself to uploaders. + + [ Fabian Greffrath ] + * Set DM-Upload-Allowed: yes. + + -- Fabian Greffrath <[email protected]> Tue, 22 Dec 2009 08:52:16 +0100 + +invaders (1.0.0-10) unstable; urgency=low + + [ Stefan Potyra ] + * Fix build failures if stack-protector is enabled by default, + thanks to Kees Cook for the patches: + + rename debian/patches/02-amd64.patch to 02-gcc-ldflags.patch + + move -nostdlib to CFLAGS, as it's a compiler flag + + use CFLAGS for linking as well (since gcc is used) + + [ Fabian Greffrath ] + * debian/patches/02-gcc-ldflags.patch: Replace -fno-builtin with + -ffreestanding, the latter implies the former and is even stricter. + * debian/patches/03-reboot-on-esc.patch: New patch, perform a reboot + when the ESC key is pressed. Relies on the keyboard controller available + at port 0x64 (just as the whole game does anyway). + + -- Fabian Greffrath <[email protected]> Fri, 13 Nov 2009 13:44:59 +0100 + +invaders (1.0.0-9) unstable; urgency=low + + [ Fabian Greffrath ] + * debian/clean, debian/grub-invaders.{docs,examples,install}: + + Added. + * debian/compat: + + Raised debhelper compatibility to 7. + * debian/control: + + Changed Section from misc to kernel. + + Raised Build-Depends to debhelper (>= 7.2) and quilt (>= 0.46-7). + + Bumped Standards-Version to 3.8.3. + + Removed spurious Suggests on grub2. + * debian/copyright: + + Converted into a machine-readable format. + + Adjusted license for io.h to GPL-2 (not GPL-2+). + + Relicensed the Debian packaging under the GNU All-Permissive License. + * debian/examples/grub-menu.lst, debian/scripts/22_invaders: + + Use the original filename "invaders.exec" instead of "invaders". + * debian/grub-invaders.post{inst,rm}: + + Renamed from post{inst,rm}. + * debian/patches/: + + Switched from dpatch to quilt for patch management. + + Applied fixes from Carl-Daniel Hailfinger + <c-d.hailfinger.devel.2006 at gmx.net> found at + <http://www.coreboot.org/pipermail/coreboot/2009-April/046558.html>: + * debian/patches/01-pointer-targets-differ-in-signedness.dpatch: + + Use (char *) instead of (uint8 *). + * debian/patches/02-amd64.dpatch: + + Fix incompatibility with newer gcc and binutils. + * debian/rules: + + Converted to debhelper 7.2. + + Improved stripping. + * debian/scripts/22_invaders: + + Renamed from debian/scripts/grub. + + Use grub-mkconfig_lib instead of the deprecated update-grub_lib + (Closes: #539947). Thanks Didier 'OdyX' Raboud. + + [ Evgeni Golov ] + * debian/README.source: + + Added a short note on where to get info about quilt. + + -- Fabian Greffrath <[email protected]> Thu, 20 Aug 2009 20:31:38 +0200 + +invaders (1.0.0-8) unstable; urgency=low + + * debian/control: + + Set Maintainer to Debian Games Team and added myself to Uploaders. + + Added Vcs-Svn and Vcs-Browser fields. + + Bumped Suggests to 'grub2 (>= 1.96+20080531-1)'. + * debian/patches/01-pointer-targets-differ-in-signedness.dpatch: + + Fixed misspelling: "YOU LOOSE" should be "YOU LOSE" (Closes: #478928). + Thanks Daniel Kahn Gillmor <[email protected]>. + * debian/scripts/grub: + + Fixed to use functions out of /usr/lib/grub/update-grub_lib instead of + ${GRUB_DRIVE_BOOT} (Closes: #492267). Thanks + Justin B Rye <[email protected]>. + + Added a missing "prepare_grub_to_access_device ${GRUB_DEVICE_BOOT}" + call. Without it, it could break if /boot/ is in a different device than + whatever came before invaders. Thanks Robert Millan <[email protected]>. + + -- Fabian Greffrath <[email protected]> Fri, 1 Aug 2008 14:44:00 +0100 + +invaders (1.0.0-7) unstable; urgency=low + + * debian/postinst: + + Remove forgotten config file `/etc/grub.d/20_invaders' + before running update-grub2. + + -- Fabian Greffrath <[email protected]> Sun, 10 Feb 2008 15:30:00 +0100 + +invaders (1.0.0-6) unstable; urgency=low + + * debian/control: + + Changed Suggests to 'grub2 (>= 1.95+20080116-1)'. + + -- Fabian Greffrath <[email protected]> Sun, 27 Jan 2008 20:15:00 +0100 + +invaders (1.0.0-5) unstable; urgency=low + + * debian/control: + + Bumped Standards-Version to 3.7.3. + + Added Homepage: field. + + Added 'Depends: ${misc:Depends}'. + + Added 'Suggests: grub2 (>= 1.95+20081116-1)'. + + Removed Recommends. + * debian/postinst, debian/postrm: + + Use update-grub2 instead of update-grub (Closes: #460078). + * debian/rules: + + Install debian/scripts/grub to '/etc/grub.d/22_invaders'. + * debian/scripts/grub: + + Synced with memtest86 (3.4-1) packaging. + + -- Fabian Greffrath <[email protected]> Wed, 23 Jan 2008 10:00:00 +0100 + +invaders (1.0.0-4) unstable; urgency=low + + * Support /boot on separate partition (Closes: #424928). + Thanks, Paul Martin <[email protected]>! + * Support stripping of the binary file /boot/invaders. + * Recommends: grub2 (>= 1.95+20070515-1) | grub. + + -- Fabian Greffrath <[email protected]> Fri, 18 May 2007 14:55:00 +0100 + +invaders (1.0.0-3) unstable; urgency=low + + * Fix bogus postrm. + + -- Fabian Greffrath <[email protected]> Sun, 13 May 2007 15:08:00 +0100 + +invaders (1.0.0-2) unstable; urgency=low + + * Install ELF image, not a.out (Closes: #422366). + Thanks, Robert Millan <[email protected]>! + * Add support for building on amd64 (Closes: #422364). + Thanks again, Robert Millan <[email protected]>! + * Provide /etc/grub.d/20_invaders and run update-grub in postinst/-rm + (Closes: #417030). Thanks again, Robert Millan <[email protected]>! + * Recommends: grub2 (>= 1.95+20070505-1) | grub. + + -- Fabian Greffrath <[email protected]> Sat, 5 May 2007 15:22:00 +0100 + +invaders (1.0.0-1) unstable; urgency=low + + * Initial release (Closes: #415955). + + -- Fabian Greffrath <[email protected]> Fri, 23 Mar 2007 09:46:00 +0100 Deleted: packages/tags/invaders/1.0.0-13/debian/compat =================================================================== --- packages/trunk/invaders/debian/compat 2015-03-29 14:22:12 UTC (rev 15394) +++ packages/tags/invaders/1.0.0-13/debian/compat 2015-04-27 08:23:40 UTC (rev 15399) @@ -1 +0,0 @@ -7 Copied: packages/tags/invaders/1.0.0-13/debian/compat (from rev 15398, packages/trunk/invaders/debian/compat) =================================================================== --- packages/tags/invaders/1.0.0-13/debian/compat (rev 0) +++ packages/tags/invaders/1.0.0-13/debian/compat 2015-04-27 08:23:40 UTC (rev 15399) @@ -0,0 +1 @@ +9 Deleted: packages/tags/invaders/1.0.0-13/debian/control =================================================================== --- packages/trunk/invaders/debian/control 2015-03-29 14:22:12 UTC (rev 15394) +++ packages/tags/invaders/1.0.0-13/debian/control 2015-04-27 08:23:40 UTC (rev 15399) @@ -1,19 +0,0 @@ -Source: invaders -Section: kernel -Priority: optional -Maintainer: Debian Games Team <[email protected]> -Uploaders: Fabian Greffrath <[email protected]>, - Stefan Potyra <[email protected]> -DM-Upload-Allowed: yes -Build-Depends: debhelper (>= 7.0.50~) -Standards-Version: 3.9.2 -Homepage: http://www.erikyyy.de/invaders/ -Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/invaders/ -Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/invaders/ - -Package: grub-invaders -Architecture: any-i386 any-amd64 -Depends: ${misc:Depends} -Description: multiboot compliant kernel game - GRUB Invaders is a game that runs directly on a computer, without an operating - system. It is meant to be started with the GRUB bootloader for PCs. Copied: packages/tags/invaders/1.0.0-13/debian/control (from rev 15398, packages/trunk/invaders/debian/control) =================================================================== --- packages/tags/invaders/1.0.0-13/debian/control (rev 0) +++ packages/tags/invaders/1.0.0-13/debian/control 2015-04-27 08:23:40 UTC (rev 15399) @@ -0,0 +1,18 @@ +Source: invaders +Section: kernel +Priority: optional +Maintainer: Debian Games Team <[email protected]> +Uploaders: Fabian Greffrath <[email protected]>, + Stefan Potyra <[email protected]> +Build-Depends: debhelper (>= 9) +Standards-Version: 3.9.6 +Homepage: http://www.erikyyy.de/invaders/ +Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/invaders/ +Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/invaders/ + +Package: grub-invaders +Architecture: any-i386 any-amd64 +Depends: ${misc:Depends} +Description: multiboot compliant kernel game + GRUB Invaders is a game that runs directly on a computer, without an operating + system. It is meant to be started with the GRUB bootloader for PCs. Deleted: packages/tags/invaders/1.0.0-13/debian/copyright =================================================================== --- packages/trunk/invaders/debian/copyright 2015-03-29 14:22:12 UTC (rev 15394) +++ packages/tags/invaders/1.0.0-13/debian/copyright 2015-04-27 08:23:40 UTC (rev 15399) @@ -1,53 +0,0 @@ -Format: http://dep.debian.net/deps/dep5 -Upstream-Name: Invaders -Upstream-Contact: Erik Thiele <[email protected]> -Source: http://www.erikyyy.de/invaders/ - -Files: * -Copyright: © 2001, Erik Thiele -License: GPL-2+ - -Files: io.h -Copyright: © 1991-2009, Linus Torvalds and many others -License: GPL-2 - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License version 2 as - published by the Free Software Foundation. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - . - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - . - On Debian systems, the complete text of the GNU General - Public License can be found in `/usr/share/common-licenses/GPL-2'. - -Files: multiboot.h -Copyright: © 1999, Free Software Foundation, Inc. -License: GPL-2+ - -Files: debian/* -Copyright: © 2007-2011, Fabian Greffrath <[email protected]> -License: GPL-2+ - -License: GPL-2+ - This program is free software; you can redistribute it and/or modify - it under the terms of the GNU General Public License as published by - the Free Software Foundation; either version 2 of the License, or - (at your option) any later version. - . - This program is distributed in the hope that it will be useful, - but WITHOUT ANY WARRANTY; without even the implied warranty of - MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the - GNU General Public License for more details. - . - You should have received a copy of the GNU General Public License along - with this program; if not, write to the Free Software Foundation, Inc., - 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. - . - On Debian systems, the complete text of the GNU General - Public License can be found in `/usr/share/common-licenses/GPL-2'. Copied: packages/tags/invaders/1.0.0-13/debian/copyright (from rev 15396, packages/trunk/invaders/debian/copyright) =================================================================== --- packages/tags/invaders/1.0.0-13/debian/copyright (rev 0) +++ packages/tags/invaders/1.0.0-13/debian/copyright 2015-04-27 08:23:40 UTC (rev 15399) @@ -0,0 +1,53 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: Invaders +Upstream-Contact: Erik Thiele <[email protected]> +Source: http://www.erikyyy.de/invaders/ + +Files: * +Copyright: © 2001, Erik Thiele +License: GPL-2+ + +Files: io.h +Copyright: © 1991-2009, Linus Torvalds and many others +License: GPL-2 + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License version 2 as + published by the Free Software Foundation. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + . + On Debian systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-2'. + +Files: multiboot.h +Copyright: © 1999, Free Software Foundation, Inc. +License: GPL-2+ + +Files: debian/* +Copyright: © 2007-2011, Fabian Greffrath <[email protected]> +License: GPL-2+ + +License: GPL-2+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 2 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License along + with this program; if not, write to the Free Software Foundation, Inc., + 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA. + . + On Debian systems, the complete text of the GNU General + Public License can be found in `/usr/share/common-licenses/GPL-2'. _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

