[SCM] Packaging for Liero branch, debian, updated. 7d7084ac811a94d3788af9f229bc6437632f0951

Martin Erik Werner martinerikwerner at gmail.com
Tue Nov 22 00:52:14 UTC 2011


The following commit has been merged in the debian branch:
commit 1232fd3907b42e476e4e540531bd3fba65747f32
Author: Martin Erik Werner <martinerikwerner at gmail.com>
Date:   Mon Nov 21 20:40:44 2011 +0100

    d/patches/no-press-any-key.diff: Added
    
    Liero outputs "Press Any Key..." by default, which is quite unnecessary on
    GNU/Linux, plus it breaks the terminal prompt on exit.

diff --git a/debian/patches/no-press-any-key.diff b/debian/patches/no-press-any-key.diff
new file mode 100644
index 0000000..b5bbedb
--- /dev/null
+++ b/debian/patches/no-press-any-key.diff
@@ -0,0 +1,18 @@
+Description: Disable "Press Any Key..."
+ Liero outputs "Press Any Key..." by default, which is quite unnecessary on
+ GNU/Linux, plus it breaks the terminal prompt on exit.
+Forwarded: no
+Author: Martin Erik Werner <martinerikwerner at gmail.com>
+Last-Update: 2011-11-15
+
+--- a/main.cpp
++++ b/main.cpp
+@@ -140,7 +140,7 @@
+ 	Console::writeLine(common->S[OK2]);
+ 	
+ 	Console::writeLine("");
+-	Console::write(common->S[PressAnyKey]);
++	//Console::write(common->S[PressAnyKey]);
+ 	Console::waitForAnyKey();
+ 	Console::clear();
+ 	
diff --git a/debian/patches/series b/debian/patches/series
index 1bb24fb..fadd717 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,4 @@
+no-press-any-key.diff
 datapath.diff
 datapath_integration.diff
 jamfile.diff

-- 
Packaging for Liero



More information about the Pkg-games-commits mailing list