Source: boswars Version: 2.6.1-1 Severity: important Tags: patch Hi,
when trying to come up with a patch on my GNU/kFreeBSD porterbox, I noticed that the lua5.1|lua5.0 alternative is now bogus, lua5.0 is no longer sufficient to build boswars. I'd suggest removing the alternative altogether and stick to lua5.1. Patch attached. (Since it doesn't lead to an FTBFS on the buildds, I'm keeping the severity as important.) Log excerpt: | Checking for C library lua51... no | Checking for C library lua5.1... no | Checking for C library lua... no | Did not find required lua library. Exiting! | make: *** [clean] Error 1 Could you please also be kind and remove me from Uploaders? As I told the Debian Games Team some time ago, I don't have much time to spend on maintaining games. Thanks already. Mraw, KiBi.
--- boswars-2.6.1/debian/control +++ boswars-2.6.1/debian/control @@ -3,7 +3,7 @@ Priority: extra Maintainer: Debian Games Team <[email protected]> Uploaders: Cyril Brulebois <[email protected]>, Barry deFreese <[email protected]>, Marc Dequènes (Duck) <[email protected]> -Build-Depends: debhelper (>= 7.0.1), scons, libpng12-dev, libsdl1.2-dev, libvorbis-dev, liblua5.1-0-dev | liblua50-dev, pkg-config, libtheora-dev +Build-Depends: debhelper (>= 7.0.1), scons, libpng12-dev, libsdl1.2-dev, libvorbis-dev, liblua5.1-0-dev, pkg-config, libtheora-dev Standards-Version: 3.8.4 Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/boswars/ Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/boswars/?op=log

