Author: tincho-guest
Date: 2007-10-16 05:49:17 +0000 (Tue, 16 Oct 2007)
New Revision: 4422

Added:
   packages/trunk/qonk/debian/patches/
   packages/trunk/qonk/debian/patches/00-invalid_operator.patch
Modified:
   packages/trunk/qonk/debian/rules
Log:
A typo in upstream code prevented from locating the font.ttf file. I missed
this because I tested the program while on the source directory.


Added: packages/trunk/qonk/debian/patches/00-invalid_operator.patch
===================================================================
--- packages/trunk/qonk/debian/patches/00-invalid_operator.patch                
                (rev 0)
+++ packages/trunk/qonk/debian/patches/00-invalid_operator.patch        
2007-10-16 05:49:17 UTC (rev 4422)
@@ -0,0 +1,11 @@
+--- qonk-0.3.0/src/fonts.cpp.orig      2007-10-16 02:35:33.000000000 -0300
++++ qonk-0.3.0/src/fonts.cpp   2007-10-16 02:35:39.000000000 -0300
+@@ -8,7 +8,7 @@
+ 
+ Font::Font( char* fileName, int size ) {
+   std::string s = PKG_DATA_DIR;
+-  s =+ fileName;
++  s += fileName;
+ 
+   if (font = TTF_OpenFont (s.c_str(), size)) {
+     TTF_SetFontStyle( font, TTF_STYLE_NORMAL );

Modified: packages/trunk/qonk/debian/rules
===================================================================
--- packages/trunk/qonk/debian/rules    2007-10-15 20:14:56 UTC (rev 4421)
+++ packages/trunk/qonk/debian/rules    2007-10-16 05:49:17 UTC (rev 4422)
@@ -2,6 +2,7 @@
 
 include /usr/share/cdbs/1/class/autotools.mk
 include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/rules/simple-patchsys.mk
  
 DEB_AUTO_CLEANUP_RCS            := yes
 DEB_INSTALL_CHANGELOGS_ALL := HISTORY


_______________________________________________
Pkg-games-commits mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/pkg-games-commits

Reply via email to