[SCM] game about viruses invading your computer branch, master, updated. debian/1.0-1.dfsg.1-1-5-gd614a4c

Stephen M. Webb stephen.webb at bregmasoft.ca
Fri Dec 2 19:41:55 UTC 2011


The following commit has been merged in the master branch:
commit 686d3ba6474a3fbc69a2a5f8f2692aac285709b1
Author: Stephen M. Webb <stephen.webb at bregmasoft.ca>
Date:   Fri Dec 2 13:35:48 2011 -0500

    Fixed reference in missing-pak-file error message (Closes: #329734).

diff --git a/debian/changelog b/debian/changelog
index 103ead8..167fec9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,10 +1,11 @@
-viruskiller (1.0-1.dfsg.1-2) unstable; urgency=low
+viruskiller (1.0-1.dfsg.1-2) UNRELEASED; urgency=low
 
   * Fixed a segfault in pak during packaging build.
   * Bump standards to 3.9.2 (no changes needed).
   * Fixed FTBFS with ld --as-needed (Closes: #641328) (LP: #832825).
+  * Fixed reference in missing-pak-file error message (Closes: #329734).
 
- -- Stephen M. Webb <stephen.webb at bregmasoft.ca>  Fri, 02 Dec 2011 13:01:57 -0500
+ -- Stephen M. Webb <stephen.webb at bregmasoft.ca>  Fri, 02 Dec 2011 13:21:14 -0500
 
 viruskiller (1.0-1.dfsg.1-1) unstable; urgency=low
 
diff --git a/debian/patches/0008-missing-pak-error-fix.patch b/debian/patches/0008-missing-pak-error-fix.patch
new file mode 100644
index 0000000..ef8256b
--- /dev/null
+++ b/debian/patches/0008-missing-pak-error-fix.patch
@@ -0,0 +1,11 @@
+--- a/src/CPak.cpp
++++ b/src/CPak.cpp
+@@ -48,7 +48,7 @@
+ 
+ void Pak::showPakErrorAndExit()
+ {
+-	printf("\nFatal Error: The Blob Wars PAK file was either not found or was not accessible.\n");
++	printf("\nFatal Error: The viruskiller PAK file was either not found or was not accessible.\n");
+ 	printf("(If you compiled from source did you forget to run make install?)\n");
+ 	printf("The path to the file was expected to be,\n\n");
+ 	printf(PAKFULLPATH"\n\n");
diff --git a/debian/patches/series b/debian/patches/series
index 9ae8e9e..0e9c23f 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -5,3 +5,4 @@ spelling.patch
 link-libz.patch
 0006-fix-pak-segfault.patch
 0007-link-as-needed.patch
+0008-missing-pak-error-fix.patch

-- 
game about viruses invading your computer



More information about the Pkg-games-commits mailing list