From e0d71afcb99cbf387519e2292768b9c837a07c80 Mon Sep 17 00:00:00 2001 From: Tore Anderson Date: Sat, 1 Mar 2003 15:16:52 +0000 Subject: a few minor cleanups in the debian build scripts svn-id: r6649 --- dists/debian/changelog.in | 8 ++++---- dists/debian/control | 4 ++-- dists/debian/prepare | 2 +- dists/debian/scummvm-cvs.dirs | 1 - dists/debian/scummvm-cvs.menu | 2 +- 5 files changed, 8 insertions(+), 9 deletions(-) (limited to 'dists/debian') diff --git a/dists/debian/changelog.in b/dists/debian/changelog.in index e641c5bfe6..e57ebe6ba1 100644 --- a/dists/debian/changelog.in +++ b/dists/debian/changelog.in @@ -1,7 +1,7 @@ scummvm-cvs (@VERSION@-1) unstable; urgency=low - * This is a CVS snapshot, don't file bugs on the Debian BTS if you use - this package. Instead use the Sourceforge bug tracker: - http://sourceforge.net/tracker/?group_id=37116 + * This is a CVS snapshot, don't file bugs in the Debian BTS if + you use this package. Instead use the Sourceforge bug tracker + found at . - -- Tore Anderson Fri, 29 Nov 2002 11:03:18 +0100 + -- Tore Anderson Sat, 01 Mar 2003 01:18:34 +0100 diff --git a/dists/debian/control b/dists/debian/control index c1219909ec..18344e92e3 100644 --- a/dists/debian/control +++ b/dists/debian/control @@ -28,5 +28,5 @@ Description: SDL implementation of LucasArts' S.C.U.M.M. interpreter if you want ScummVM to be of any use. . NOTE: This is a unofficial package, which is not supported by the Debian - Project. Please report problems to SourceForge's bug tracker; - http://sourceforge.net/tracker/?group_id=37116. + Project. Please report problems to ScummVM's Sourceforge bug tracker; + found at . diff --git a/dists/debian/prepare b/dists/debian/prepare index bfee1d0ec6..dbf8a93abc 100755 --- a/dists/debian/prepare +++ b/dists/debian/prepare @@ -1,5 +1,5 @@ #! /bin/sh -VER=`sed -n -e 's/ CVS//' -e 's/^#define SCUMMVM_VERSION "\(.*\)"/\1/p' common/engine.h`+cvs`date +%Y%m%d` +VER=`sed -n -e 's/ CVS//' -e 's/^#define SCUMMVM_VERSION "\(.*\)"/\1/p' common/engine.h``date +%Y%m%d` sed "s/@VERSION@/$VER/g" debian/changelog.in > debian/changelog diff --git a/dists/debian/scummvm-cvs.dirs b/dists/debian/scummvm-cvs.dirs index f04c5d14d7..a0caeff359 100644 --- a/dists/debian/scummvm-cvs.dirs +++ b/dists/debian/scummvm-cvs.dirs @@ -1,3 +1,2 @@ usr/games -usr/lib/scummvm usr/share/icons diff --git a/dists/debian/scummvm-cvs.menu b/dists/debian/scummvm-cvs.menu index 8951ecee04..4ded04563a 100644 --- a/dists/debian/scummvm-cvs.menu +++ b/dists/debian/scummvm-cvs.menu @@ -1,3 +1,3 @@ ?package(scummvm-cvs):needs=x11 section=Games/Adventure \ - title="ScummVM CVS" command="/usr/games/scummvm" \ + title="ScummVM (CVS snapshot)" command="/usr/games/scummvm" \ icon="/usr/share/icons/scummvm.xpm" -- cgit v1.2.3