r13351 - in packages/trunk/pangzero/debian: . patches

Paul Wise pabs at alioth.debian.org
Sun Mar 4 06:02:11 UTC 2012


Author: pabs
Date: 2012-03-04 06:02:10 +0000 (Sun, 04 Mar 2012)
New Revision: 13351

Modified:
   packages/trunk/pangzero/debian/changelog
   packages/trunk/pangzero/debian/patches/10_nowebpage.patch
Log:
Update patch for new source layout

Modified: packages/trunk/pangzero/debian/changelog
===================================================================
--- packages/trunk/pangzero/debian/changelog	2012-03-04 05:57:33 UTC (rev 13350)
+++ packages/trunk/pangzero/debian/changelog	2012-03-04 06:02:10 UTC (rev 13351)
@@ -9,6 +9,7 @@
   * New forked upstream version
     - Update the watch file for it
     - Compatible with 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

Modified: packages/trunk/pangzero/debian/patches/10_nowebpage.patch
===================================================================
--- packages/trunk/pangzero/debian/patches/10_nowebpage.patch	2012-03-04 05:57:33 UTC (rev 13350)
+++ packages/trunk/pangzero/debian/patches/10_nowebpage.patch	2012-03-04 06:02:10 UTC (rev 13351)
@@ -1,16 +1,15 @@
-Author: Barry deFreese <bdefreese at debian.org>
-Description: Default ShowWebsite so webpage not called on exit. (BTS #481998).
-
-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;
+Author: Paul Wise <pabs at debian.org>
+Description: Default ShowWebsite so webpage not called on exit
+Bug-Debian: http://bugs.debian.org/481998
+Last-Update: 2012-03-04
+Forwarded: no
+--- a/lib/Games/PangZero/Globals.pm
++++ b/lib/Games/PangZero/Globals.pm
+@@ -242,6 +242,6 @@
+ $Games::PangZero::FullScreen             = 1;
+ $Games::PangZero::UnicodeMode            = 0;
+ $Games::PangZero::Slippery               = 0;
+-$Games::PangZero::ShowWebsite            = 0;
++$Games::PangZero::ShowWebsite            = 1.4;
  
- 
- ##########################################################################
+ 1;




More information about the Pkg-games-commits mailing list