r3099 - in packages/trunk/boson/debian: . patches

Gonéri Le Bouder goneri-guest at alioth.debian.org
Thu Jun 28 13:50:53 UTC 2007


Author: goneri-guest
Date: 2007-06-28 13:50:53 +0000 (Thu, 28 Jun 2007)
New Revision: 3099

Added:
   packages/trunk/boson/debian/patches/fix_UTS_RELEASE_location.diff
Modified:
   packages/trunk/boson/debian/changelog
   packages/trunk/boson/debian/patches/series
Log:
include linux/utsrelease.h to read UTS_RELEASE (Closes: #427271)


Modified: packages/trunk/boson/debian/changelog
===================================================================
--- packages/trunk/boson/debian/changelog	2007-06-27 12:07:57 UTC (rev 3098)
+++ packages/trunk/boson/debian/changelog	2007-06-28 13:50:53 UTC (rev 3099)
@@ -3,6 +3,7 @@
   * remove libvorbis-dev from boson dependency (Closes: #385189)
   * apply patch by Martin Michlmayr to fix a FTBFS with gcc 4.2
     (Closes: #409512)
+  * include linux/utsrelease.h to read UTS_RELEASE (Closes: #427271)
 
  -- Gonéri Le Bouder <goneri at rulezlan.org>  Tue, 19 Jun 2007 15:39:07 +0200
 

Added: packages/trunk/boson/debian/patches/fix_UTS_RELEASE_location.diff
===================================================================
--- packages/trunk/boson/debian/patches/fix_UTS_RELEASE_location.diff	                        (rev 0)
+++ packages/trunk/boson/debian/patches/fix_UTS_RELEASE_location.diff	2007-06-28 13:50:53 UTC (rev 3099)
@@ -0,0 +1,13 @@
+Index: boson-0.13/boson/info/boinfo_linux.cpp
+===================================================================
+--- boson-0.13.orig/boson/info/boinfo_linux.cpp	2007-06-28 13:38:13.000000000 +0000
++++ boson-0.13/boson/info/boinfo_linux.cpp	2007-06-28 13:41:25.000000000 +0000
+@@ -28,6 +28,8 @@
+ #include <qstringlist.h>
+ 
+ #include <linux/version.h>
++#include <linux/utsrelease.h>
++
+ 
+ QString readFile(const char* fileName)
+ {

Modified: packages/trunk/boson/debian/patches/series
===================================================================
--- packages/trunk/boson/debian/patches/series	2007-06-27 12:07:57 UTC (rev 3098)
+++ packages/trunk/boson/debian/patches/series	2007-06-28 13:50:53 UTC (rev 3099)
@@ -1,2 +1,3 @@
 boson_0_13_upstream_fixes.diff
 fix_gcc-4.2.diff
+fix_UTS_RELEASE_location.diff




More information about the Pkg-games-commits mailing list