Updated dists/debian so it's able to build a working package from current CVS.

svn-id: r11716
This commit is contained in:
Tore Anderson 2003-12-17 15:32:09 +00:00
parent 9b70f6d922
commit a1896926fd
5 changed files with 13 additions and 9 deletions

10
README
View file

@ -896,10 +896,11 @@ messages (see http://www.sysinternals.com/ntw2k/freeware/debugview.shtml).
Debian GNU/Linux:
* Install the packages 'build-essential', 'fakeroot', 'debhelper',
'libsdl1.2-dev', and 'libmad0-dev' on your system.
* Optional: Install the 'libvorbis-dev' and/or the 'libasound2-dev'
packages, and edit the Makefile to turn on support for Ogg Vorbis
and/or the ALSA sequencer.
and 'libsdl1.2-dev' on your system.
* Install any of these packages (optional): 'libvorbis-dev' (for Ogg
Vorbis support), 'libasound2-dev' (for ALSA sequencer support),
'libmad0-dev' (for MAD MP3 support), 'zlib1g-dev' (for compressed
saves support).
* Run 'make deb'.
* Finally run 'dpkg -i ../scummvm-cvs*deb', and you're done.
@ -962,6 +963,7 @@ X.X Credits:
Initial Ogg Vorbis support
Andre Souza - SDL-based OpenGL renderer
Tim 'realmz' - Initial MI1 CD music support
Tore Anderson - Packaging for Debian GNU/Linux
And to all the contributors, users, and beta testers we've missed.
Thanks!

View file

@ -4,4 +4,4 @@ scummvm-cvs (@VERSION@-1) unstable; urgency=low
you use this package. Instead use the Sourceforge bug tracker
found at <http://sourceforge.net/tracker/?group_id=37116>.
-- Tore Anderson <tore@linpro.no> Sat, 01 Mar 2003 01:18:34 +0100
-- Tore Anderson <tore@debian.org> Sat, 01 Mar 2003 01:18:34 +0100

View file

@ -1,5 +1,5 @@
#! /bin/sh
VER=`sed -n -e 's/ CVS//' -e 's/^const char \*gScummVMVersion = "\(.*\)"/\1/p' common/engine.cpp``date +%Y%m%d`
VER=`sed -n -e 's/^const char \*gScummVMVersion = "\(.*\)";/\1/p' base/main.cpp``date +%Y%m%d`
sed "s/@VERSION@/$VER/g" debian/changelog.in > debian/changelog

View file

@ -8,15 +8,15 @@ endif
build:
dh_testdir
./configure
$(MAKE)
clean:
dh_testdir
dh_testroot
-$(MAKE) clean
-find . -type d -name .deps | xargs rm -rf
rm -f build.rules
dh_clean
rm -f debian/changelog
-$(MAKE) clean
install: build
dh_testdir

View file

@ -1 +1,3 @@
NEWS
README
TODO