COMMON: update debian package

This commit is contained in:
Paweł Kołodziejski 2012-03-02 21:42:48 +01:00
parent f8c93eef39
commit e9ad5f5754

View File

@ -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=`cat base/internal_version.h | grep RESIDUALVM_VERSION | cut -d\" -f2`-`date +%Y%m%d`
VERSION=`cat base/internal_version.h | grep SCUMMVM_VERSION | cut -d\" -f2`-`date +%Y%m%d`
USERNAME=`whoami`
GECOS=`getent passwd $USERNAME | awk '-F[,:]' '{print $5}'`
DOMAIN=`hostname --fqdn`