[Scummvm-cvs-logs] CVS: scummvm/debian prepare,1.1.1.1,1.2 scummvm.docs,1.1.1.1,1.2

Max Horn fingolfin at users.sourceforge.net
Mon Sep 9 03:08:02 CEST 2002


Update of /cvsroot/scummvm/scummvm/debian
In directory usw-pr-cvs1:/tmp/cvs-serv29182

Modified Files:
	prepare scummvm.docs 
Log Message:
applied patch #603545 (slightly corrected since SCUMMVM_VERSION moved again)

Index: prepare
===================================================================
RCS file: /cvsroot/scummvm/scummvm/debian/prepare,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- prepare	21 Aug 2002 16:07:23 -0000	1.1.1.1
+++ prepare	9 Sep 2002 10:07:02 -0000	1.2
@@ -5,10 +5,10 @@
 	exit 1
 fi
 
-if [ -d CVS/ ] && [ $1 != "--nocvs" ]; then
+if [ -d CVS/ ] && [ x$1 != x"--nocvs" ]; then
 	TODATE=`date +%Y%m%d`
-	NEXT_VERSION=`grep SCUMMVM_VERSION scumm.h | sed 's,\#define\ SCUMMVM_VERSION\ \",,gi' | sed 's,\ devel\",,gi'`
-	cat debian/changelog.cvs | sed s/@VERSION@/$NEXT_VERSION.cvs$TODATE/g \
+	NEXT_VERSION=`grep SCUMMVM_VERSION common/engine.h | sed 's,\#define\ SCUMMVM_VERSION\ \",,gi' | sed 's,\ .*\"$,,gi'`
+	cat debian/changelog.cvs | sed s/@VERSION@/"$NEXT_VERSION".cvs$TODATE/g \
 	> debian/changelog.tmp && mv debian/changelog.tmp debian/changelog
 	exit 0
 else

Index: scummvm.docs
===================================================================
RCS file: /cvsroot/scummvm/scummvm/debian/scummvm.docs,v
retrieving revision 1.1.1.1
retrieving revision 1.2
diff -u -d -r1.1.1.1 -r1.2
--- scummvm.docs	21 Aug 2002 16:07:23 -0000	1.1.1.1
+++ scummvm.docs	9 Sep 2002 10:07:02 -0000	1.2
@@ -1,2 +1,2 @@
-readme.txt
-whatsnew.txt
+README
+NEWS





More information about the Scummvm-git-logs mailing list