Author: bdefreese Date: 2009-03-17 19:28:37 +0000 (Tue, 17 Mar 2009) New Revision: 9179
Added: packages/trunk/pangzero/debian/patches/ packages/trunk/pangzero/debian/patches/10_nowebpage.patch packages/trunk/pangzero/debian/patches/series Modified: packages/trunk/pangzero/debian/changelog packages/trunk/pangzero/debian/control Log: * 10_nowebpage.patch - Don't show page on exit. (Closes: #481998). * Bump Standards Version to 3.8.1. (No changes needed). Refresh changelog. Modified: packages/trunk/pangzero/debian/changelog =================================================================== --- packages/trunk/pangzero/debian/changelog 2009-03-17 17:34:12 UTC (rev 9178) +++ packages/trunk/pangzero/debian/changelog 2009-03-17 19:28:37 UTC (rev 9179) @@ -1,17 +1,19 @@ -pangzero (1.3-2) UNRELEASED; urgency=low +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) + * Fix watch file. + * Add .desktop file (Closes: #516561). + * 10_nowebpage.patch - Don't show page on exit. (Closes: #481998). + * Bump Standards Version to 3.8.1. (No changes needed). [ Ansgar Burchardt ] * debian/control: Change XS-Vcs-* to Vcs-* - -- Ansgar Burchardt <[email protected]> Fri, 29 Feb 2008 03:08:43 +0100 + -- Barry deFreese <[email protected]> Tue, 17 Mar 2009 15:24:47 -0400 pangzero (1.3-1) unstable; urgency=low Modified: packages/trunk/pangzero/debian/control =================================================================== --- packages/trunk/pangzero/debian/control 2009-03-17 17:34:12 UTC (rev 9178) +++ packages/trunk/pangzero/debian/control 2009-03-17 19:28:37 UTC (rev 9179) @@ -3,9 +3,9 @@ Priority: optional Maintainer: Debian Games Team <[email protected]> Uploaders: Miriam Ruiz <[email protected]>, Sam Hocevar (Debian packages) <[email protected]>, - Jon Dowland <[email protected]>, Marco Rodrigues <[email protected]> + Jon Dowland <[email protected]>, Marco Rodrigues <[email protected]>, Barry deFreese <[email protected]> Build-Depends: debhelper (>= 5), autotools-dev, libsdl-perl, quilt -Standards-Version: 3.7.2 +Standards-Version: 3.8.1 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/pangzero/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/pangzero/?op=log Homepage: http://apocalypse.rulez.org/pangzero Added: packages/trunk/pangzero/debian/patches/10_nowebpage.patch =================================================================== --- packages/trunk/pangzero/debian/patches/10_nowebpage.patch (rev 0) +++ packages/trunk/pangzero/debian/patches/10_nowebpage.patch 2009-03-17 19:28:37 UTC (rev 9179) @@ -0,0 +1,13 @@ +Index: pangzero-1.3/bin/pangzero +=================================================================== +--- pangzero-1.3.orig/bin/pangzero 2009-03-17 15:23:09.000000000 -0400 ++++ pangzero-1.3/bin/pangzero 2009-03-17 15:23:24.000000000 -0400 +@@ -346,7 +346,7 @@ + $FullScreen = 1; + $UnicodeMode = 0; + $Slippery = 0; +-$ShowWebsite = 0; ++$ShowWebsite = 1.3; + + + ########################################################################## Added: packages/trunk/pangzero/debian/patches/series =================================================================== --- packages/trunk/pangzero/debian/patches/series (rev 0) +++ packages/trunk/pangzero/debian/patches/series 2009-03-17 19:28:37 UTC (rev 9179) @@ -0,0 +1 @@ +10_nowebpage.patch _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

