tag 411792 + patch
thanks

Here's a patch fixing this annoying problem.

Roland.
-- 
Roland Mas

 ar c   t  e l  l  iè    u   ai  i    a   mi    . 
  -- Signatures à collectionner, série n°1, partie 2/3.
diff -ruN --exclude='config.*' ../pangzero-1.1.debian/debian/changelog ./debian/changelog
--- ../pangzero-1.1.debian/debian/changelog	2007-03-02 21:04:00.000000000 +0100
+++ ./debian/changelog	2007-03-02 21:07:19.000000000 +0100
@@ -1,3 +1,10 @@
+pangzero (1.1-1+lolando+1) unstable; urgency=low
+
+  * Don't show website on exit if the user requested not to (closes:
+    #411792).
+
+ -- Roland Mas <[EMAIL PROTECTED]>  Fri,  2 Mar 2007 21:07:13 +0100
+
 pangzero (1.1-1) unstable; urgency=low
 
   * New upstream release (Closes: #408307).
diff -ruN --exclude='config.*' ../pangzero-1.1.debian/debian/patches/200_nowebsiteonexit.diff ./debian/patches/200_nowebsiteonexit.diff
--- ../pangzero-1.1.debian/debian/patches/200_nowebsiteonexit.diff	1970-01-01 01:00:00.000000000 +0100
+++ ./debian/patches/200_nowebsiteonexit.diff	2007-03-02 21:24:08.000000000 +0100
@@ -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 -ruN --exclude='config.*' ../pangzero-1.1.debian/debian/patches/series ./debian/patches/series
--- ../pangzero-1.1.debian/debian/patches/series	2007-03-02 21:04:00.000000000 +0100
+++ ./debian/patches/series	2007-03-02 21:25:17.000000000 +0100
@@ -1 +1,2 @@
 100_rotozoom_patches.diff
+200_nowebsiteonexit.diff

Reply via email to