r2445 - in packages/trunk/pangzero/debian: . patches
Eddy Petrisor
eddyp-guest at alioth.debian.org
Sat Mar 3 23:14:45 CET 2007
Author: eddyp-guest
Date: 2007-03-03 22:14:45 +0000 (Sat, 03 Mar 2007)
New Revision: 2445
Added:
packages/trunk/pangzero/debian/patches/200_nowebsiteonexit.diff
Modified:
packages/trunk/pangzero/debian/changelog
packages/trunk/pangzero/debian/patches/series
Log:
Turning off "show website at exit" option has no effect - added patch for it, thanks to Roland Mas (closes: 411792
Modified: packages/trunk/pangzero/debian/changelog
===================================================================
--- packages/trunk/pangzero/debian/changelog 2007-03-03 01:17:31 UTC (rev 2444)
+++ packages/trunk/pangzero/debian/changelog 2007-03-03 22:14:45 UTC (rev 2445)
@@ -1,3 +1,11 @@
+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 <eddy.petrisor at gmail.com> Sat, 3 Mar 2007 23:48:14 +0200
+
pangzero (1.1-1) unstable; urgency=low
* New upstream release (Closes: #408307).
Added: packages/trunk/pangzero/debian/patches/200_nowebsiteonexit.diff
===================================================================
--- packages/trunk/pangzero/debian/patches/200_nowebsiteonexit.diff 2007-03-03 01:17:31 UTC (rev 2444)
+++ packages/trunk/pangzero/debian/patches/200_nowebsiteonexit.diff 2007-03-03 22:14:45 UTC (rev 2445)
@@ -0,0 +1,11 @@
+--- pangzero-1.1/bin/pangzero 2007-01-04 10:37:38.000000000 +0100
++++ pangzero 2007-03-02 21:22:26.000000000 +0100
+@@ -2875,7 +2875,7 @@
+ }
+
+ sub Exit {
+- &::ShowWebPage("http://apocalypse.rulez.org/pangzero/Thanks_For_Playing_Pang_Zero_$::Version" );
++ &::ShowWebPage("http://apocalypse.rulez.org/pangzero/Thanks_For_Playing_Pang_Zero_$::Version" ) unless $::ShowWebsite;
+ exit;
+ }
+
Modified: packages/trunk/pangzero/debian/patches/series
===================================================================
--- packages/trunk/pangzero/debian/patches/series 2007-03-03 01:17:31 UTC (rev 2444)
+++ packages/trunk/pangzero/debian/patches/series 2007-03-03 22:14:45 UTC (rev 2445)
@@ -1 +1,2 @@
100_rotozoom_patches.diff
+200_nowebsiteonexit.diff
More information about the Pkg-games-commits
mailing list