[pangzero] 10/68: Turning off "show website at exit" option has no effect - added patch for it, thanks to Roland Mas (closes: 411792

Markus Koschany apo at moszumanska.debian.org
Wed Jun 8 06:58:33 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 e653638bd81da94dff24534571d98fa6ef36d053
Author: Eddy Petrișor <eddy.petrisor at gmail.com>
Date:   Sat Mar 3 22:14:45 2007 +0000

    Turning off "show website at exit" option has no effect - added patch for it, thanks to Roland Mas (closes: 411792
---
 debian/changelog                        |  8 ++++++++
 debian/patches/200_nowebsiteonexit.diff | 11 +++++++++++
 debian/patches/series                   |  1 +
 3 files changed, 20 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 52ecb4d..ec9d663 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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).
diff --git a/debian/patches/200_nowebsiteonexit.diff b/debian/patches/200_nowebsiteonexit.diff
new file mode 100644
index 0000000..ad3fe80
--- /dev/null
+++ b/debian/patches/200_nowebsiteonexit.diff
@@ -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;
+ }
+
diff --git a/debian/patches/series b/debian/patches/series
index 01b5892..43c0def 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1 +1,2 @@
 100_rotozoom_patches.diff
+200_nowebsiteonexit.diff

-- 
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