[Scummvm-cvs-logs] SF.net SVN: scummvm: [21060] scummvm/trunk/dists/debian/prepare

fingolfin at users.sourceforge.net fingolfin at users.sourceforge.net
Sat Mar 4 01:25:01 CET 2006


Revision: 21060
Author:   fingolfin
Date:     2006-03-04 01:24:51 -0800 (Sat, 04 Mar 2006)
ViewCVS:  http://svn.sourceforge.net/scummvm?rev=21060&view=rev

Log Message:
-----------
Patch #1434866 (Allow (again) the generation of deb pack.from current svn). Note: This does not imply endorsement of .deb building support, only that I hate letting working patches untended :-)

Modified Paths:
--------------
    scummvm/trunk/dists/debian/prepare
Modified: scummvm/trunk/dists/debian/prepare
===================================================================
--- scummvm/trunk/dists/debian/prepare	2006-03-04 05:44:48 UTC (rev 21059)
+++ scummvm/trunk/dists/debian/prepare	2006-03-04 09:24:51 UTC (rev 21060)
@@ -4,7 +4,7 @@
 # calls "make deb".  It adds a changelog entry to the top of debian/changelog
 # so that the version number is correct.
 
-VERSION=`sed -n -e 's/CVS//g' -e 's/^const char \*gScummVMVersion = "\(.*\)";/\1/p' base/main.cpp `-0cvs`date +%Y%m%d`
+VERSION=`sed -n -e 's/svn//g' -e 's/^#define SCUMMVM_VERSION "\(.*\)"/\1/p' base/internal_version.h`-0svn`date +%Y%m%d`
 USERNAME=`whoami`
 GECOS=`getent passwd $USERNAME | awk '-F[,:]' '{print $5}'`
 DOMAIN=`hostname --fqdn`







More information about the Scummvm-git-logs mailing list