Author: apo-guest Date: 2014-10-03 12:46:24 +0000 (Fri, 03 Oct 2014) New Revision: 15250
Added: packages/tags/pangzero/1.4.1+git20121103-1/ packages/tags/pangzero/1.4.1+git20121103-1/debian/changelog packages/tags/pangzero/1.4.1+git20121103-1/debian/control Removed: packages/tags/pangzero/1.4.1+git20121103-1/debian/changelog packages/tags/pangzero/1.4.1+git20121103-1/debian/control Log: [svn-buildpackage] Tagging pangzero 1.4.1+git20121103-1 Deleted: packages/tags/pangzero/1.4.1+git20121103-1/debian/changelog =================================================================== --- packages/trunk/pangzero/debian/changelog 2014-10-03 12:28:11 UTC (rev 15248) +++ packages/tags/pangzero/1.4.1+git20121103-1/debian/changelog 2014-10-03 12:46:24 UTC (rev 15250) @@ -1,124 +0,0 @@ -pangzero (1.4.1+git20121103-1) unstable; urgency=medium - - * Team upload. - - [ Markus Koschany ] - * Imported Upstream Git snapshot 1.4.1+git20121103. - - This version would not be possible without the help and patches from - Hans de Goede. Thank you! - - Fixes multiple serious bugs: (Closes: #692221) - + Windowed mode does not work. - + Sound and music not working. - + Use of uninitialized values in comparisons. (Closes: #414336) - + Widescreen mode crashes pangzero. (Closes: #748525). Thanks to Josh - Triplett for the report. - + and multiple other crashes. - * Declare compliance with Debian Policy 3.9.6. - * debian/rules: Add get-orig-source target. - * Remove Marco Rodrigues from Uploaders because he is inactive and his e-mail - address is invalid. (Closes: #694149) - * Add a comment in German to pangzero.desktop. - * wrap-and-sort -sa. - * Add libmodule-build-perl to Build-Depends-Indep to silence build warnings - because the Build module will be removed from the next major Perl release. - * Update 10_nowebpage.patch for new release. - * Update debian/copyright to copyright format 1.0. - - [ Barry deFreese ] - * Add Keywords entry to desktop file. - * Make VCS tags canonical. - - -- Markus Koschany <[email protected]> Mon, 22 Sep 2014 23:53:12 +0200 - -pangzero (1.4-1) unstable; urgency=low - - * Team upload. - - [ Jon Dowland ] - * Remove myself from Uploaders: - - [ Paul Wise ] - * New forked upstream version - - Update the watch file for it - - Compatible with, needs new version of Perl SDL bindings (Closes: #660948) - - Update patch for new source layout - * Switch to dpkg-source v3 - * Wrap and sort fields in various files - * Sync desktop file to the menu file - * Switch to debhelper compat 9 and dh rules.tiny - * Point at the correct version of the GPL - * Lower priority according to override - * Bump Standards-Version - - -- Paul Wise <[email protected]> Sun, 04 Mar 2012 14:54:37 +0800 - -pangzero (1.3-2) unstable; urgency=low - - [ Marco Rodrigues ] - * Add Homepage field to debian/control. - * Remove duplicate lines about GPL file location in copyright. - - [ Barry deFreese ] - * Fix watch file. - * Add .desktop file (Closes: #516561). - * 10_nowebpage.patch - Don't show page on exit. (Closes: #481998). - * Minor syntax fixes in debian/copyright. - * Move autotools-dev and libsdl-perl to B-D-I. - * Bump Standards Version to 3.8.1. (No changes needed). - - [ Ansgar Burchardt ] - * debian/control: Change XS-Vcs-* to Vcs-* - - -- Barry deFreese <[email protected]> Tue, 17 Mar 2009 15:24:47 -0400 - -pangzero (1.3-1) unstable; urgency=low - - * New upstream release. (Closes: #444918) - * Changed priority to optional in debian/control. - * Add quilt do Build-Depends. - - -- Marco Rodrigues <[email protected]> Mon, 01 Oct 2007 21:16:45 +0100 - -pangzero (1.2-1) unstable; urgency=low - - [ Miriam Ruiz ] - * New upstream release. - * Make clean errors won't be ignored anymore. - * 100_rotozoom_patches.diff and 200_nowebsiteonexit.diff are not needed anymore, - removing them. - * Removing Build-Depends on quilt. - - [ Jon Dowland ] - * update menu section to "Games/Action" for menu policy transition. - Thanks Linas Žvirblis. - - [ Cyril Brulebois ] - * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file. - - -- Jon Dowland <[email protected]> Thu, 12 Jul 2007 12:03:54 +0100 - -pangzero (1.1-2) unstable; urgency=low - - [ Eddy Petrișor ] - * Don't show website on exit if the user requested not to - (closes: #411792) - thanks Roland Mas for the patch - - -- Eddy Petrișor <[email protected]> Sat, 3 Mar 2007 23:48:14 +0200 - -pangzero (1.1-1) unstable; urgency=low - - * New upstream release (Closes: #408307). - * debian/control: - + Build-depend on quilt for patch management. - * debian/patches/100_rotozoom_calls.diff: - + New patch to fix “uninitialized value in subroutine entry” errors - (Closes: #407743, #408851). - - -- Sam Hocevar (Debian packages) <[email protected]> Tue, 20 Feb 2007 14:20:20 +0100 - -pangzero (0.17-1) unstable; urgency=low - - * Initial release. Closes: #381631 - - -- Miriam Ruiz <[email protected]> Fri, 15 Dec 2006 11:00:05 +0100 - Copied: packages/tags/pangzero/1.4.1+git20121103-1/debian/changelog (from rev 15249, packages/trunk/pangzero/debian/changelog) =================================================================== --- packages/tags/pangzero/1.4.1+git20121103-1/debian/changelog (rev 0) +++ packages/tags/pangzero/1.4.1+git20121103-1/debian/changelog 2014-10-03 12:46:24 UTC (rev 15250) @@ -0,0 +1,125 @@ +pangzero (1.4.1+git20121103-1) unstable; urgency=medium + + [ Markus Koschany ] + * Imported Upstream Git snapshot 1.4.1+git20121103. + - This version would not be possible without the help and patches from + Hans de Goede. Thank you! + - Fixes multiple serious bugs: (Closes: #692221) + + Windowed mode does not work. + + Sound and music not working. + + Use of uninitialized values in comparisons. (Closes: #414336) + + Widescreen mode crashes pangzero. (Closes: #748525). Thanks to Josh + Triplett for the report. + + and multiple other crashes. + * Declare compliance with Debian Policy 3.9.6. + * Add dpkg-dev (>= 1.17) to Build-Depends due to the use of + dpkg-parsechangelog -S option in debian/rules. + * Add myself to Uploaders. + * debian/rules: Add get-orig-source target. + * Remove Marco Rodrigues from Uploaders because he is inactive and his e-mail + address is invalid. (Closes: #694149) + * Add a comment in German to pangzero.desktop. + * wrap-and-sort -sa. + * Add libmodule-build-perl to Build-Depends-Indep to silence build warnings + because the Build module will be removed from the next major Perl release. + * Update 10_nowebpage.patch for new release. + * Update debian/copyright to copyright format 1.0. + + [ Barry deFreese ] + * Add Keywords entry to desktop file. + * Make VCS tags canonical. + + -- Markus Koschany <[email protected]> Fri, 03 Oct 2014 14:34:37 +0200 + +pangzero (1.4-1) unstable; urgency=low + + * Team upload. + + [ Jon Dowland ] + * Remove myself from Uploaders: + + [ Paul Wise ] + * New forked upstream version + - Update the watch file for it + - Compatible with, needs new version of Perl SDL bindings (Closes: #660948) + - Update patch for new source layout + * Switch to dpkg-source v3 + * Wrap and sort fields in various files + * Sync desktop file to the menu file + * Switch to debhelper compat 9 and dh rules.tiny + * Point at the correct version of the GPL + * Lower priority according to override + * Bump Standards-Version + + -- Paul Wise <[email protected]> Sun, 04 Mar 2012 14:54:37 +0800 + +pangzero (1.3-2) unstable; urgency=low + + [ Marco Rodrigues ] + * Add Homepage field to debian/control. + * Remove duplicate lines about GPL file location in copyright. + + [ Barry deFreese ] + * Fix watch file. + * Add .desktop file (Closes: #516561). + * 10_nowebpage.patch - Don't show page on exit. (Closes: #481998). + * Minor syntax fixes in debian/copyright. + * Move autotools-dev and libsdl-perl to B-D-I. + * Bump Standards Version to 3.8.1. (No changes needed). + + [ Ansgar Burchardt ] + * debian/control: Change XS-Vcs-* to Vcs-* + + -- Barry deFreese <[email protected]> Tue, 17 Mar 2009 15:24:47 -0400 + +pangzero (1.3-1) unstable; urgency=low + + * New upstream release. (Closes: #444918) + * Changed priority to optional in debian/control. + * Add quilt do Build-Depends. + + -- Marco Rodrigues <[email protected]> Mon, 01 Oct 2007 21:16:45 +0100 + +pangzero (1.2-1) unstable; urgency=low + + [ Miriam Ruiz ] + * New upstream release. + * Make clean errors won't be ignored anymore. + * 100_rotozoom_patches.diff and 200_nowebsiteonexit.diff are not needed anymore, + removing them. + * Removing Build-Depends on quilt. + + [ Jon Dowland ] + * update menu section to "Games/Action" for menu policy transition. + Thanks Linas Žvirblis. + + [ Cyril Brulebois ] + * Added XS-Vcs-Svn and XS-Vcs-Browser fields in the control file. + + -- Jon Dowland <[email protected]> Thu, 12 Jul 2007 12:03:54 +0100 + +pangzero (1.1-2) unstable; urgency=low + + [ Eddy Petrișor ] + * Don't show website on exit if the user requested not to + (closes: #411792) - thanks Roland Mas for the patch + + -- Eddy Petrișor <[email protected]> Sat, 3 Mar 2007 23:48:14 +0200 + +pangzero (1.1-1) unstable; urgency=low + + * New upstream release (Closes: #408307). + * debian/control: + + Build-depend on quilt for patch management. + * debian/patches/100_rotozoom_calls.diff: + + New patch to fix “uninitialized value in subroutine entry” errors + (Closes: #407743, #408851). + + -- Sam Hocevar (Debian packages) <[email protected]> Tue, 20 Feb 2007 14:20:20 +0100 + +pangzero (0.17-1) unstable; urgency=low + + * Initial release. Closes: #381631 + + -- Miriam Ruiz <[email protected]> Fri, 15 Dec 2006 11:00:05 +0100 + Deleted: packages/tags/pangzero/1.4.1+git20121103-1/debian/control =================================================================== --- packages/trunk/pangzero/debian/control 2014-10-03 12:28:11 UTC (rev 15248) +++ packages/tags/pangzero/1.4.1+git20121103-1/debian/control 2014-10-03 12:46:24 UTC (rev 15250) @@ -1,32 +0,0 @@ -Source: pangzero -Section: games -Priority: extra -Maintainer: Debian Games Team <[email protected]> -Uploaders: - Miriam Ruiz <[email protected]>, - Sam Hocevar <[email protected]>, - Barry deFreese <[email protected]> -Build-Depends: - debhelper (>= 9) -Build-Depends-Indep: - autotools-dev, - libsdl-perl (>= 2.536~), - libmodule-build-perl -Standards-Version: 3.9.6 -Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/pangzero/ -Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/pangzero/ -Homepage: http://apocalypse.rulez.org/pangzero - -Package: pangzero -Architecture: all -Depends: - libsdl-perl (>= 2.536~), - ${misc:Depends}, - ${perl:Depends} -Description: action game that involves popping balloons with a harpoon - Pang Zero is a clone and enhancement of Super Pang, a fast-paced action - game that involves popping balloons with a harpoon. - . - The intention is to create a fun, open-source game that many (currently - up to 6) people can play together. You can play Pang Zero alone, but it's - a lot more fun to play with your friends. Copied: packages/tags/pangzero/1.4.1+git20121103-1/debian/control (from rev 15249, packages/trunk/pangzero/debian/control) =================================================================== --- packages/tags/pangzero/1.4.1+git20121103-1/debian/control (rev 0) +++ packages/tags/pangzero/1.4.1+git20121103-1/debian/control 2014-10-03 12:46:24 UTC (rev 15250) @@ -0,0 +1,34 @@ +Source: pangzero +Section: games +Priority: extra +Maintainer: Debian Games Team <[email protected]> +Uploaders: + Miriam Ruiz <[email protected]>, + Sam Hocevar <[email protected]>, + Barry deFreese <[email protected]>, + Markus Koschany <[email protected]> +Build-Depends: + debhelper (>= 9), + dpkg-dev (>= 1.17) +Build-Depends-Indep: + autotools-dev, + libsdl-perl (>= 2.536~), + libmodule-build-perl +Standards-Version: 3.9.6 +Vcs-Svn: svn://anonscm.debian.org/pkg-games/packages/trunk/pangzero/ +Vcs-Browser: http://anonscm.debian.org/viewvc/pkg-games/packages/trunk/pangzero/ +Homepage: http://apocalypse.rulez.org/pangzero + +Package: pangzero +Architecture: all +Depends: + libsdl-perl (>= 2.536~), + ${misc:Depends}, + ${perl:Depends} +Description: action game that involves popping balloons with a harpoon + Pang Zero is a clone and enhancement of Super Pang, a fast-paced action + game that involves popping balloons with a harpoon. + . + The intention is to create a fun, open-source game that many (currently + up to 6) people can play together. You can play Pang Zero alone, but it's + a lot more fun to play with your friends. _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

