[pangzero] 45/68: Update patch for new source layout

Markus Koschany apo at moszumanska.debian.org
Wed Jun 8 06:58:37 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository pangzero.

commit 30d2c07325335c1103557deb1b5c82b661013fe2
Author: Paul Wise <pabs at debian.org>
Date:   Sun Mar 4 06:02:10 2012 +0000

    Update patch for new source layout
---
 debian/changelog                  |  1 +
 debian/patches/10_nowebpage.patch | 29 ++++++++++++++---------------
 2 files changed, 15 insertions(+), 15 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2ee0d66..3fede9d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,7 @@ pangzero (1.4-1) UNRELEASED; urgency=low
   * 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
diff --git a/debian/patches/10_nowebpage.patch b/debian/patches/10_nowebpage.patch
index f105b66..f34ae3b 100644
--- a/debian/patches/10_nowebpage.patch
+++ b/debian/patches/10_nowebpage.patch
@@ -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;

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/pangzero.git



More information about the Pkg-games-commits mailing list