r2108 - in packages/trunk/boson/debian: . patches
Gonéri Le Bouder
goneri-guest at alioth.debian.org
Wed Dec 13 00:20:37 CET 2006
Author: goneri-guest
Date: 2006-12-13 00:20:33 +0100 (Wed, 13 Dec 2006)
New Revision: 2108
Added:
packages/trunk/boson/debian/patches/fix_python_inclusion.diff
Modified:
packages/trunk/boson/debian/changelog
packages/trunk/boson/debian/control
packages/trunk/boson/debian/patches/series
Log:
add fix_python_inclusion.diff to fix a FTBFS
remove useless libvorbis-dev, automake1.9, libpythonize0, libarts1-dev from builddeps
Modified: packages/trunk/boson/debian/changelog
===================================================================
--- packages/trunk/boson/debian/changelog 2006-12-12 23:02:00 UTC (rev 2107)
+++ packages/trunk/boson/debian/changelog 2006-12-12 23:20:33 UTC (rev 2108)
@@ -5,11 +5,13 @@
- remove patches: 00_build_with_gcc4.1.patch 10_cmake_files_rev_7658_from_svn.patch
6_turnoffdebug.patch
- add fix_segfault_of_bobmfconverter_with_AMD64.diff
+ - add fix_python_inclusion.diff to fix a FTBFS
- use quilt, doesn't depend on cdbs anymore
- new manpage: boufodesigner.sgml
* fix typo in boconditioneditor.sgml and boserver.sgml
- syntaix instead of syntax
* builddep on python-dev instead of python2.4-dev to make transition easier
+ * remove useless libvorbis-dev, automake1.9, libpythonize0, libarts1-dev from builddeps
-- Gonéri Le Bouder <goneri at rulezlan.org> Tue, 3 Oct 2006 08:00:18 +0200
Modified: packages/trunk/boson/debian/control
===================================================================
--- packages/trunk/boson/debian/control 2006-12-12 23:02:00 UTC (rev 2107)
+++ packages/trunk/boson/debian/control 2006-12-12 23:20:33 UTC (rev 2108)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
Uploaders: Reinhard Tartler <siretart at tauware.de>, Gonéri Le Bouder <goneri at rulezlan.org>, Alexander Schmehl <tolimar at debian.org>, Eddy Petrișor <eddy.petrisor at gmail.com>
-Build-Depends: debhelper (>> 5.0.0), libkdegames-dev, wml, libqt3-mt-dev, kdelibs4-dev, lib3ds-dev, docbook-to-man, kdemultimedia-dev, xutils, libarts1-dev, python-dev, automake1.9, libtool, libopenal-dev, libvorbis-dev, libalut-dev, cmake (>= 2.4.2), libpythonize0, binutils (>= 2.14.90.0.7), quilt
+Build-Depends: debhelper (>> 5.0.0), libkdegames-dev, wml, libqt3-mt-dev, kdelibs4-dev, lib3ds-dev, docbook-to-man, kdemultimedia-dev, xutils, python-dev, libtool, libopenal-dev, libalut-dev, cmake (>= 2.4.5), binutils (>= 2.14.90.0.7), quilt
Standards-Version: 3.7.2
Package: boson
Added: packages/trunk/boson/debian/patches/fix_python_inclusion.diff
===================================================================
--- packages/trunk/boson/debian/patches/fix_python_inclusion.diff 2006-12-12 23:02:00 UTC (rev 2107)
+++ packages/trunk/boson/debian/patches/fix_python_inclusion.diff 2006-12-12 23:20:33 UTC (rev 2108)
@@ -0,0 +1,12 @@
+Index: boson-code-0.13/cmake/modules/boson/FindBosonPythonLibs.cmake
+===================================================================
+--- boson-code-0.13.orig/cmake/modules/boson/FindBosonPythonLibs.cmake 2006-12-13 00:22:32.000000000 +0100
++++ boson-code-0.13/cmake/modules/boson/FindBosonPythonLibs.cmake 2006-12-13 00:22:40.000000000 +0100
+@@ -72,6 +72,6 @@
+
+ # PYTHON_LIBRARY is used for the cache entry only
+ # PYTHON_LIBRARIES is meant to be public
+- set(PYTHON_LIBRARIES "${PYTHON_LIBRARY} ${_python_dependency_libs}")
++ set(PYTHON_LIBRARIES ${PYTHON_LIBRARY} ${_python_dependency_libs})
+ ENDIF (NOT PYTHON_LIBRARY)
+
Modified: packages/trunk/boson/debian/patches/series
===================================================================
--- packages/trunk/boson/debian/patches/series 2006-12-12 23:02:00 UTC (rev 2107)
+++ packages/trunk/boson/debian/patches/series 2006-12-12 23:20:33 UTC (rev 2108)
@@ -1,2 +1,2 @@
fix_segfault_of_bobmfconverter_with_AMD64.diff
-series
+fix_python_inclusion.diff
More information about the Pkg-games-commits
mailing list