[Scummvm-cvs-logs] CVS: scummvm/dists/debian prepare,1.2,1.3

Max Horn fingolfin at users.sourceforge.net
Mon Jul 14 19:17:03 CEST 2003


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

Modified Files:
	prepare 
Log Message:
replaced SCUMMVM_VERSION/SCUMMVM_CVS by gScummVMVersion/gScummVMBuildDate/gScummVMFullVersion; made engine.o depend on all other .o files, so that the build date in it is always up-to-date

Index: prepare
===================================================================
RCS file: /cvsroot/scummvm/scummvm/dists/debian/prepare,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- prepare	1 Mar 2003 15:16:52 -0000	1.2
+++ prepare	15 Jul 2003 02:16:33 -0000	1.3
@@ -1,5 +1,5 @@
 #! /bin/sh
 
-VER=`sed -n -e 's/ CVS//' -e 's/^#define SCUMMVM_VERSION "\(.*\)"/\1/p' common/engine.h``date +%Y%m%d`
+VER=`sed -n -e 's/ CVS//' -e 's/^const char \*gScummVMVersion = "\(.*\)"/\1/p' common/engine.cpp``date +%Y%m%d`
 
 sed "s/@VERSION@/$VER/g" debian/changelog.in > debian/changelog





More information about the Scummvm-git-logs mailing list