[Scummvm-cvs-logs] CVS: scummvm/dists/debian changelog.in,1.3,1.4 prepare,1.3,1.4 rules,1.2,1.3 scummvm-cvs.docs,1.1,1.2

Tore Anderson toreanderson at users.sourceforge.net
Wed Dec 17 07:34:01 CET 2003


Update of /cvsroot/scummvm/scummvm/dists/debian
In directory sc8-pr-cvs1:/tmp/cvs-serv2504/dists/debian

Modified Files:
	changelog.in prepare rules scummvm-cvs.docs 
Log Message:
Updated dists/debian so it's able to build a working package from current CVS.


Index: changelog.in
===================================================================
RCS file: /cvsroot/scummvm/scummvm/dists/debian/changelog.in,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- changelog.in	1 Mar 2003 15:16:52 -0000	1.3
+++ changelog.in	17 Dec 2003 15:32:09 -0000	1.4
@@ -4,4 +4,4 @@
     you use this package. Instead use the Sourceforge bug tracker
     found at <http://sourceforge.net/tracker/?group_id=37116>.
 
- -- Tore Anderson <tore at linpro.no>  Sat, 01 Mar 2003 01:18:34 +0100
+ -- Tore Anderson <tore at debian.org>  Sat, 01 Mar 2003 01:18:34 +0100

Index: prepare
===================================================================
RCS file: /cvsroot/scummvm/scummvm/dists/debian/prepare,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- prepare	15 Jul 2003 02:16:33 -0000	1.3
+++ prepare	17 Dec 2003 15:32:09 -0000	1.4
@@ -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

Index: rules
===================================================================
RCS file: /cvsroot/scummvm/scummvm/dists/debian/rules,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- rules	9 Dec 2002 13:38:01 -0000	1.2
+++ rules	17 Dec 2003 15:32:09 -0000	1.3
@@ -8,15 +8,15 @@
 
 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

Index: scummvm-cvs.docs
===================================================================
RCS file: /cvsroot/scummvm/scummvm/dists/debian/scummvm-cvs.docs,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -d -r1.1 -r1.2
--- scummvm-cvs.docs	1 Nov 2002 18:13:27 -0000	1.1
+++ scummvm-cvs.docs	17 Dec 2003 15:32:09 -0000	1.2
@@ -1 +1,3 @@
+NEWS
 README
+TODO





More information about the Scummvm-git-logs mailing list