Author: evgeni Date: 2011-05-07 14:09:46 +0000 (Sat, 07 May 2011) New Revision: 12224
Added: packages/tags/alex4/1.1-5/ packages/tags/alex4/1.1-5/debian/changelog Removed: packages/tags/alex4/1.1-5/debian/changelog Log: [svn-buildpackage] Tagging alex4 1.1-5 Deleted: packages/tags/alex4/1.1-5/debian/changelog =================================================================== --- packages/trunk/alex4/debian/changelog 2011-05-07 12:36:15 UTC (rev 12219) +++ packages/tags/alex4/1.1-5/debian/changelog 2011-05-07 14:09:46 UTC (rev 12224) @@ -1,76 +0,0 @@ -alex4 (1.1-5) UNRELEASED; 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]> Fri, 06 May 2011 15:19: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-5/debian/changelog (from rev 12220, packages/trunk/alex4/debian/changelog) =================================================================== --- packages/tags/alex4/1.1-5/debian/changelog (rev 0) +++ packages/tags/alex4/1.1-5/debian/changelog 2011-05-07 14:09:46 UTC (rev 12224) @@ -0,0 +1,76 @@ +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 + _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

