Author: pabs Date: 2013-06-09 04:36:21 +0000 (Sun, 09 Jun 2013) New Revision: 14252
Added: packages/tags/alex4/1.1-6/ packages/tags/alex4/1.1-6/debian/alex4.install packages/tags/alex4/1.1-6/debian/changelog packages/tags/alex4/1.1-6/debian/control packages/tags/alex4/1.1-6/debian/menu Removed: packages/tags/alex4/1.1-6/debian/alex4.install packages/tags/alex4/1.1-6/debian/changelog packages/tags/alex4/1.1-6/debian/control packages/tags/alex4/1.1-6/debian/menu Log: [svn-buildpackage] Tagging alex4 1.1-6 Deleted: packages/tags/alex4/1.1-6/debian/alex4.install =================================================================== --- packages/trunk/alex4/debian/alex4.install 2013-06-08 17:55:43 UTC (rev 14244) +++ packages/tags/alex4/1.1-6/debian/alex4.install 2013-06-09 04:36:21 UTC (rev 14252) @@ -1,4 +0,0 @@ -alex4.ini etc -src/alex4 usr/games/ -debian/*.xpm /usr/share/pixmaps/ -debian/*.desktop /usr/share/applications/ Copied: packages/tags/alex4/1.1-6/debian/alex4.install (from rev 14246, packages/trunk/alex4/debian/alex4.install) =================================================================== --- packages/tags/alex4/1.1-6/debian/alex4.install (rev 0) +++ packages/tags/alex4/1.1-6/debian/alex4.install 2013-06-09 04:36:21 UTC (rev 14252) @@ -0,0 +1,4 @@ +alex4.ini etc +debian/*.desktop /usr/share/applications/ +debian/*.xpm /usr/share/pixmaps/ +src/alex4 usr/games/ Deleted: packages/tags/alex4/1.1-6/debian/changelog =================================================================== --- packages/trunk/alex4/debian/changelog 2013-06-08 17:55:43 UTC (rev 14244) +++ packages/tags/alex4/1.1-6/debian/changelog 2013-06-09 04:36:21 UTC (rev 14252) @@ -1,84 +0,0 @@ -alex4 (1.1-6) UNRELEASED; urgency=low - - * Team upload. - * Add alex4.ini so that sound works (LP: #560664) - * Add myself to uploaders - - -- Paul Wise <[email protected]> Tue, 03 Jan 2012 19:43:14 +0800 - -alex4 (1.1-5) unstable; urgency=low - - * Team upload. - * Include defs.h *after* particle.h, thus not redifining __unused from - glibc's bits/stat.h - Closes: #624884 - * Standards-Version: 3.9.2 - - -- Evgeni Golov <[email protected]> Sat, 07 May 2011 15:34:08 +0200 - -alex4 (1.1-4) unstable; urgency=low - - * Update the unix-port patch a bit: - - place the libraries at the end of the linker invocation line to - fix the build on Ubuntu natty with the binutils-gold linker. - I couldn't reproduce the FTBFS on Debian with - binutils-gold-2.21.0.20110302-1, but it seems a really sensible - change to make anyway :) - Closes: #617465 - - put the aldumb library before the Allegro libraries that it - depends on - - honor CPPFLAGS, CFLAGS and LDFLAGS - * Convert to the 3.0 (quilt) source format. - * Add misc:Depends to the alex4-data package just in case. - * Expand the alex4-data package's long description. - * Bump the debhelper compatibility level to 8 and minimize the rules file - using debhelper override targets. - * Bump Standards-Version to 3.9.1 with no changes. - * Use dpkg-buildflags to obtain the default values for CPPFLAGS, CFLAGS - and LDFLAGS. - * Convert the copyright file to the DEP 5 candidate format and add my - copyright notice on the debian/* packaging. - * Convert all patch file headers to the DEP 3 format. - * Build with -Werror if the non-standard "werror" build option is set. - * Add the compiler-warnings patch to fix some, well, compiler warnings. - * Harden the build unless the "nohardening" build option is set. - * Add myself to the list of uploaders. - - -- Peter Pentchev <[email protected]> Wed, 09 Mar 2011 22:18:03 +0200 - -alex4 (1.1-3) unstable; urgency=low - - [ Paul Wise ] - * Add a watch file explaining the upstream status - - [ Peter De Wachter ] - * Honor the HOME environment variable. (Closes: #507950) - * Applied a patch to bring down the game's CPU usage to a more reasonable - level. This limits the frame rate to 50Hz (the speed of the game logic). - This also fixes a bug that made the level selection screen unresponsive - on some systems. - * Bump Standards-Version to 3.8.1: - - Renamed 'configure' target to 'patch'. - * Rename from-fedora.patch to unix-port.patch - * Refresh debian/copyright - * rules: clean up - - [ Gonéri Le Bouder ] - * Complet Peter changelog part - - -- Gonéri Le Bouder <[email protected]> Sun, 07 Jun 2009 16:43:48 +0200 - -alex4 (1.1-2) unstable; urgency=low - - * Build-Depend on liballegro4.2-dev >= 4.2.2-2 - - which has a versioned shlibs file (Closes: #467526) - - allegro-config no longer tells us to link against unneeded libraries. - - -- Peter De Wachter <[email protected]> Wed, 19 Mar 2008 00:03:46 +0100 - -alex4 (1.1-1) unstable; urgency=low - - * Initial release (Closes: #463033) - - -- Peter De Wachter <[email protected]> Sat, 19 Jan 2008 19:26:51 +0100 - Copied: packages/tags/alex4/1.1-6/debian/changelog (from rev 14251, packages/trunk/alex4/debian/changelog) =================================================================== --- packages/tags/alex4/1.1-6/debian/changelog (rev 0) +++ packages/tags/alex4/1.1-6/debian/changelog 2013-06-09 04:36:21 UTC (rev 14252) @@ -0,0 +1,88 @@ +alex4 (1.1-6) unstable; urgency=low + + * Team upload. + * Add alex4.ini so that sound works (LP: #560664) + * Add myself to uploaders + * Build against liballegro4-dev instead (Closes: #710598) + * Use the same longtitle in the Debian menu as the desktop comment + * Use the canonical Vcs-* fields + * Bump Standards-Version to 3.9.4, no changes needed + + -- Paul Wise <[email protected]> Sun, 09 Jun 2013 12:22:28 +0800 + +alex4 (1.1-5) unstable; urgency=low + + * Team upload. + * Include defs.h *after* particle.h, thus not redifining __unused from + glibc's bits/stat.h + Closes: #624884 + * Standards-Version: 3.9.2 + + -- Evgeni Golov <[email protected]> Sat, 07 May 2011 15:34:08 +0200 + +alex4 (1.1-4) unstable; urgency=low + + * Update the unix-port patch a bit: + - place the libraries at the end of the linker invocation line to + fix the build on Ubuntu natty with the binutils-gold linker. + I couldn't reproduce the FTBFS on Debian with + binutils-gold-2.21.0.20110302-1, but it seems a really sensible + change to make anyway :) + Closes: #617465 + - put the aldumb library before the Allegro libraries that it + depends on + - honor CPPFLAGS, CFLAGS and LDFLAGS + * Convert to the 3.0 (quilt) source format. + * Add misc:Depends to the alex4-data package just in case. + * Expand the alex4-data package's long description. + * Bump the debhelper compatibility level to 8 and minimize the rules file + using debhelper override targets. + * Bump Standards-Version to 3.9.1 with no changes. + * Use dpkg-buildflags to obtain the default values for CPPFLAGS, CFLAGS + and LDFLAGS. + * Convert the copyright file to the DEP 5 candidate format and add my + copyright notice on the debian/* packaging. + * Convert all patch file headers to the DEP 3 format. + * Build with -Werror if the non-standard "werror" build option is set. + * Add the compiler-warnings patch to fix some, well, compiler warnings. + * Harden the build unless the "nohardening" build option is set. + * Add myself to the list of uploaders. + + -- Peter Pentchev <[email protected]> Wed, 09 Mar 2011 22:18:03 +0200 + +alex4 (1.1-3) unstable; urgency=low + + [ Paul Wise ] + * Add a watch file explaining the upstream status + + [ Peter De Wachter ] + * Honor the HOME environment variable. (Closes: #507950) + * Applied a patch to bring down the game's CPU usage to a more reasonable + level. This limits the frame rate to 50Hz (the speed of the game logic). + This also fixes a bug that made the level selection screen unresponsive + on some systems. + * Bump Standards-Version to 3.8.1: + - Renamed 'configure' target to 'patch'. + * Rename from-fedora.patch to unix-port.patch + * Refresh debian/copyright + * rules: clean up + + [ Gonéri Le Bouder ] + * Complet Peter changelog part + + -- Gonéri Le Bouder <[email protected]> Sun, 07 Jun 2009 16:43:48 +0200 + +alex4 (1.1-2) unstable; urgency=low + + * Build-Depend on liballegro4.2-dev >= 4.2.2-2 + - which has a versioned shlibs file (Closes: #467526) + - allegro-config no longer tells us to link against unneeded libraries. + + -- Peter De Wachter <[email protected]> Wed, 19 Mar 2008 00:03:46 +0100 + +alex4 (1.1-1) unstable; urgency=low + + * Initial release (Closes: #463033) + + -- Peter De Wachter <[email protected]> Sat, 19 Jan 2008 19:26:51 +0100 + Deleted: packages/tags/alex4/1.1-6/debian/control =================================================================== --- packages/trunk/alex4/debian/control 2013-06-08 17:55:43 UTC (rev 14244) +++ packages/tags/alex4/1.1-6/debian/control 2013-06-09 04:36:21 UTC (rev 14252) @@ -1,35 +0,0 @@ -Source: alex4 -Section: games -Priority: optional -Maintainer: Debian Games Team <[email protected]> -Uploaders: Peter De Wachter <[email protected]>, - Paul Wise <[email protected]>, - Peter Pentchev <[email protected]> -Build-Depends: debhelper (>= 8), dpkg-dev (>= 1.15.7~), hardening-includes, - liballegro4.2-dev (>= 2:4.2.2-2), libdumb1-dev, libaldmb1-dev -Standards-Version: 3.9.2 -Homepage: http://allegator.sourceforge.net/ -Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/alex4/ -Vcs-Browser: http://svn.debian.org/viewsvn/pkg-games/packages/trunk/alex4/ - -Package: alex4 -Architecture: any -Depends: alex4-data (= ${source:Version}), ${shlibs:Depends}, ${misc:Depends} -Description: Alex the Allegator 4 - a retro platform game - Guide Alex the Allegator through the jungle in order to save his - girlfriend Lola from evil humans who want to make a pair of shoes out - of her. Plenty of classic platforming in four nice colors guaranteed! - . - The game includes a built-in editor so you can design and share your - own maps. - -Package: alex4-data -Architecture: all -Depends: ${misc:Depends} -Description: Alex the Allegator 4 - game data - Guide Alex the Allegator through the jungle in order to save his - girlfriend Lola from evil humans who want to make a pair of shoes out - of her. Plenty of classic platforming in four nice colors guaranteed! - . - This package contains the game data files. - Copied: packages/tags/alex4/1.1-6/debian/control (from rev 14250, packages/trunk/alex4/debian/control) =================================================================== --- packages/tags/alex4/1.1-6/debian/control (rev 0) +++ packages/tags/alex4/1.1-6/debian/control 2013-06-09 04:36:21 UTC (rev 14252) @@ -0,0 +1,44 @@ +Source: alex4 +Section: games +Priority: optional +Maintainer: Debian Games Team <[email protected]> +Uploaders: + Peter De Wachter <[email protected]>, + Paul Wise <[email protected]>, + Peter Pentchev <[email protected]> +Build-Depends: + debhelper (>= 8), + dpkg-dev (>= 1.15.7~), + hardening-includes, + libaldmb1-dev, + liballegro4-dev, + libdumb1-dev +Standards-Version: 3.9.4 +Homepage: http://allegator.sourceforge.net/ +Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/alex4/ +Vcs-Browser: http://anonscm.debian.org/viewsvn/pkg-games/packages/trunk/alex4/ + +Package: alex4 +Architecture: any +Depends: + alex4-data (= ${source:Version}), + ${misc:Depends}, + ${shlibs:Depends} +Description: Alex the Allegator 4 - a retro platform game + Guide Alex the Allegator through the jungle in order to save his + girlfriend Lola from evil humans who want to make a pair of shoes out + of her. Plenty of classic platforming in four nice colors guaranteed! + . + The game includes a built-in editor so you can design and share your + own maps. + +Package: alex4-data +Architecture: all +Depends: + ${misc:Depends} +Description: Alex the Allegator 4 - game data + Guide Alex the Allegator through the jungle in order to save his + girlfriend Lola from evil humans who want to make a pair of shoes out + of her. Plenty of classic platforming in four nice colors guaranteed! + . + This package contains the game data files. Deleted: packages/tags/alex4/1.1-6/debian/menu =================================================================== --- packages/trunk/alex4/debian/menu 2013-06-08 17:55:43 UTC (rev 14244) +++ packages/tags/alex4/1.1-6/debian/menu 2013-06-09 04:36:21 UTC (rev 14252) @@ -1,3 +0,0 @@ -?package(alex4):needs="X11" section="Games/Action" \ - title="Alex the Allegator 4" command="/usr/games/alex4" \ - icon="/usr/share/pixmaps/alex4.xpm" Copied: packages/tags/alex4/1.1-6/debian/menu (from rev 14248, packages/trunk/alex4/debian/menu) =================================================================== --- packages/tags/alex4/1.1-6/debian/menu (rev 0) +++ packages/tags/alex4/1.1-6/debian/menu 2013-06-09 04:36:21 UTC (rev 14252) @@ -0,0 +1,6 @@ +?package(alex4):needs="X11" \ + section="Games/Action" \ + title="Alex the Allegator 4" \ + longtitle="Retro platform game" \ + command="/usr/games/alex4" \ + icon="/usr/share/pixmaps/alex4.xpm" _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

