scummvm/dists/debian/prepare
Tore Anderson 797fc81597 initial revision
svn-id: r5368
2002-11-01 18:13:27 +00:00

6 lines
184 B
Bash
Executable File

#! /bin/sh
VER=`sed -n -e 's/ CVS//' -e 's/^#define SCUMMVM_VERSION "\(.*\)"/\1/p' common/engine.h`+cvs`date +%Y%m%d`
sed "s/@VERSION@/$VER/g" debian/changelog.in > debian/changelog