Hi Attached the patch for the version uploaded. Please respond if you think that the attached patch won't work.
Cheers Luk -- Luk Claes - http://people.debian.org/~luk - GPG key 1024D/9B7C328D Fingerprint: D5AF 25FB 316B 53BB 08E7 F999 E544 DE07 9B7C 328D
diff -u kq-0.98+cvs.20031006/debian/changelog kq-0.98+cvs.20031006/debian/changelog --- kq-0.98+cvs.20031006/debian/changelog +++ kq-0.98+cvs.20031006/debian/changelog @@ -1,3 +1,15 @@ +kq (0.98+cvs.20031006-6.1) unstable; urgency=high + + * Non-maintainer upload. + * Update dumb and aldmb build-deps to libdumb1-dev and libaldmb1-dev + (Closes: #345246). + * Make it build + + Change liblua41-dev build-deps to liblua40-dev. + + Change allegro build-deps to liballegro4.2-dev + + Use luac40 instead of luac + + -- Luk Claes <[EMAIL PROTECTED]> Wed, 25 Jan 2006 19:15:29 +0100 + kq (0.98+cvs.20031006-6) unstable; urgency=low * Rebuilt with a newer version of Allegro. A newer package of KQ will follow diff -u kq-0.98+cvs.20031006/debian/control kq-0.98+cvs.20031006/debian/control --- kq-0.98+cvs.20031006/debian/control +++ kq-0.98+cvs.20031006/debian/control @@ -3,7 +3,7 @@ Priority: optional Maintainer: Sam Hocevar (Debian packages) <[EMAIL PROTECTED]> Standards-Version: 3.6.2.1 -Build-Depends: debhelper (>= 4.0), liballegro-dev, libaldmb0-dev, lua40, liblua40-dev +Build-Depends: debhelper (>= 4.0), liballegro4.2-dev, libaldmb1-dev, liblua40-dev, lua40 Package: kq Architecture: any only in patch2: unchanged: --- kq-0.98+cvs.20031006.orig/readme.txt +++ kq-0.98+cvs.20031006/readme.txt @@ -95,7 +95,7 @@ script into a .lob file, do the following if you have perl: perl prep.pl < filename.lua > temp.tmp -luac -o filename.lob temp.tmp +luac40 -o filename.lob temp.tmp I tried piping under DOS, but it wasn't working quite right. Just try it yourself if you like. @@ -104,7 +104,7 @@ 'scripts' directory that contains all of the .lua files, but without macros in them. Then you can compile these by just doing this: -luac -o filename.lob filename.lua +luac40 -o filename.lob filename.lua If you don't use DOS for doing this, things might be slightly different for you. only in patch2: unchanged: --- kq-0.98+cvs.20031006.orig/scripts/comp.bat +++ kq-0.98+cvs.20031006/scripts/comp.bat @@ -1,4 +1,4 @@ perl prep.pl < %1.lua > _tmpfile.$$$ -luac -o %1.lob _tmpfile.$$$ +luac40 -o %1.lob _tmpfile.$$$ erase _tmpfile.$$$ only in patch2: unchanged: --- kq-0.98+cvs.20031006.orig/scripts/compall.sh +++ kq-0.98+cvs.20031006/scripts/compall.sh @@ -1,5 +1,5 @@ for a in `cat allsc.txt` do echo "Processing $a" - perl prep.pl < $a.lua | ./luac.exe -o $a.lob - + perl prep.pl < $a.lua | ./luac40.exe -o $a.lob - done only in patch2: unchanged: --- kq-0.98+cvs.20031006.orig/scripts/makefile +++ kq-0.98+cvs.20031006/scripts/makefile @@ -18,8 +18,8 @@ ifndef NO_PERL %.lob: %.lua $(INCLUDES) - perl prep.pl < $< | luac -o $@ - + perl prep.pl < $< | luac40 -o $@ - else %.lob: %.lua $(INCLUDES) - $(CPP) $(foreach X, $(INCLUDES), -include $(X)) $< | luac -o $@ - + $(CPP) $(foreach X, $(INCLUDES), -include $(X)) $< | luac40 -o $@ - endif
signature.asc
Description: OpenPGP digital signature