tags + 359292 patch
thanks

Well, after the rebuild crystalspace does no longer depend on
libopenal0, but it seems to have been built without OpenAL support now
(no dependency on libopenal0a, and the buildd log says "checking for OpenAL... 
no").

It turns out that CS really uses alut, which is now in a different
package, needing an additional build-dependency. The following patch
will make the configure check work. But I'm not sure whether that
wholly fixes the issue, as my test build borked on some swig-generated
files (maybe I will look into *that* problem later).

--- crystalspace-0.99-20060125/debian/control	2006-04-02 11:42:19.000000000 +0200
+++ crystalspace-0.99-20060125+/debian/control	2006-04-02 11:37:38.000000000 +0200
@@ -2,7 +2,7 @@
 Section: games
 Priority: optional
 Maintainer: Christian Bayle <[EMAIL PROTECTED]>
-Build-Depends: debhelper (>= 4.0), python2.3-dev | python2.2-dev | python-dev , nasm (>= 0.98.08-1), lib3ds-dev (>= 1.2.0), libogg-dev (>= 1.0rc2-1), libmikmod2-dev, libvorbis-dev (>>1.0.0), docbook-to-man, xlibmesa-gl-dev | libgl-dev, zip, libpng3-dev, libjpeg62-dev, libfreetype6-dev, zlib1g-dev, libode-dev, libopenal-dev, libcal3d-dev, swig, dh-buildinfo, flex, bison, texinfo, tetex-bin, doxygen, gs-common, glutg3-dev, libmng-dev, libsdl1.2-dev, autoconf, libx11-dev, libxext-dev, libxxf86vm-dev, x-dev
+Build-Depends: debhelper (>= 4.0), python2.3-dev | python2.2-dev | python-dev , nasm (>= 0.98.08-1), lib3ds-dev (>= 1.2.0), libogg-dev (>= 1.0rc2-1), libmikmod2-dev, libvorbis-dev (>>1.0.0), docbook-to-man, xlibmesa-gl-dev | libgl-dev, zip, libpng3-dev, libjpeg62-dev, libfreetype6-dev, zlib1g-dev, libode-dev, libopenal-dev, libalut-dev, libcal3d-dev, swig, dh-buildinfo, flex, bison, texinfo, tetex-bin, doxygen, gs-common, glutg3-dev, libmng-dev, libsdl1.2-dev, autoconf, libx11-dev, libxext-dev, libxxf86vm-dev, x-dev
 Build-Depends-Indep: debhelper (>= 4.0)
 Standards-Version: 3.6.2.0
 
-- 
Robbe

Reply via email to