r10183 - in packages/trunk/kiki-the-nano-bot/debian: . patches

Peter De Wachter pdewacht-guest at alioth.debian.org
Sat Aug 22 20:29:48 UTC 2009


Author: pdewacht-guest
Date: 2009-08-22 20:29:48 +0000 (Sat, 22 Aug 2009)
New Revision: 10183

Added:
   packages/trunk/kiki-the-nano-bot/debian/patches/freebsd.patch
Modified:
   packages/trunk/kiki-the-nano-bot/debian/changelog
   packages/trunk/kiki-the-nano-bot/debian/control
   packages/trunk/kiki-the-nano-bot/debian/patches/series
Log:
kiki-the-nano-bot: fixed ftbfs on kfreebsd-i386.


Modified: packages/trunk/kiki-the-nano-bot/debian/changelog
===================================================================
--- packages/trunk/kiki-the-nano-bot/debian/changelog	2009-08-22 18:57:35 UTC (rev 10182)
+++ packages/trunk/kiki-the-nano-bot/debian/changelog	2009-08-22 20:29:48 UTC (rev 10183)
@@ -1,6 +1,8 @@
-kiki-the-nano-bot (1.0.2+dfsg1-3) UNRELEASED; urgency=low
+kiki-the-nano-bot (1.0.2+dfsg1-3) unstable; urgency=low
 
-  * Fixed typo in package description. (Cloeses: #503717)
+  * Fixed typo in package description. (Closes: #503717)
+  * Fixed FTBFS on kfreebsd-i386. Thanks to Petr Salinger. (Closes: #542802)
+  * Bumped Standards-Version to 3.8.3. No changes needed.
 
  -- Peter De Wachter <pdewacht at gmail.com>  Sat, 25 Oct 2008 17:36:05 +0200
 

Modified: packages/trunk/kiki-the-nano-bot/debian/control
===================================================================
--- packages/trunk/kiki-the-nano-bot/debian/control	2009-08-22 18:57:35 UTC (rev 10182)
+++ packages/trunk/kiki-the-nano-bot/debian/control	2009-08-22 20:29:48 UTC (rev 10183)
@@ -7,7 +7,7 @@
  libglu1-mesa-dev | libglu-dev, libgl1-mesa-dev | libgl-dev, freeglut3-dev,
  libsdl1.2-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev,
  python-dev, vorbis-tools
-Standards-Version: 3.8.0
+Standards-Version: 3.8.3
 Homepage: http://kiki.sourceforge.net/
 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/kiki-the-nano-bot/
 Vcs-Browser: http://svn.debian.org/viewsvn/pkg-games/packages/trunk/kiki-the-nano-bot/

Added: packages/trunk/kiki-the-nano-bot/debian/patches/freebsd.patch
===================================================================
--- packages/trunk/kiki-the-nano-bot/debian/patches/freebsd.patch	                        (rev 0)
+++ packages/trunk/kiki-the-nano-bot/debian/patches/freebsd.patch	2009-08-22 20:29:48 UTC (rev 10183)
@@ -0,0 +1,11 @@
+--- a/kodilib/src/tools/KFileTools.cpp
++++ b/kodilib/src/tools/KFileTools.cpp
+@@ -307,7 +307,7 @@
+     int fd = open (dirPath.c_str(), O_RDONLY | O_NONBLOCK);
+     
+     struct stat sb;
+-    long   basep;
++    off_t  basep;
+     char * entry;
+             
+     if (fstat(fd, &sb) == -1)

Modified: packages/trunk/kiki-the-nano-bot/debian/patches/series
===================================================================
--- packages/trunk/kiki-the-nano-bot/debian/patches/series	2009-08-22 18:57:35 UTC (rev 10182)
+++ packages/trunk/kiki-the-nano-bot/debian/patches/series	2009-08-22 20:29:48 UTC (rev 10183)
@@ -19,3 +19,4 @@
 fix-dutch-translation.patch
 ogg-sound.patch
 level-selection-with-no-levels-solved.patch
+freebsd.patch




More information about the Pkg-games-commits mailing list