Author: fabian-guest Date: 2011-10-31 13:36:25 +0000 (Mon, 31 Oct 2011) New Revision: 12749
Modified: packages/trunk/invaders/debian/changelog packages/trunk/invaders/debian/control Log: Set Architecture to "any-i386 any-amd64" instead of a hard-coded list. Modified: packages/trunk/invaders/debian/changelog =================================================================== --- packages/trunk/invaders/debian/changelog 2011-10-31 13:34:56 UTC (rev 12748) +++ packages/trunk/invaders/debian/changelog 2011-10-31 13:36:25 UTC (rev 12749) @@ -12,6 +12,7 @@ * 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. -- Fabian Greffrath <[email protected]> Mon, 31 Oct 2011 13:10:20 +0100 Modified: packages/trunk/invaders/debian/control =================================================================== --- packages/trunk/invaders/debian/control 2011-10-31 13:34:56 UTC (rev 12748) +++ packages/trunk/invaders/debian/control 2011-10-31 13:36:25 UTC (rev 12749) @@ -12,7 +12,7 @@ Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/invaders/ Package: grub-invaders -Architecture: i386 hurd-i386 kfreebsd-i386 amd64 kfreebsd-amd64 +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 _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

