aboutsummaryrefslogtreecommitdiff
path: root/dists/debian
diff options
context:
space:
mode:
authorTore Anderson2003-03-01 15:16:52 +0000
committerTore Anderson2003-03-01 15:16:52 +0000
commite0d71afcb99cbf387519e2292768b9c837a07c80 (patch)
tree9d3a22a33026ed8289ba83637d5e378aadd4c24a /dists/debian
parentd31b7439e11d97819150109e2cd5dfdfa3468d29 (diff)
downloadscummvm-rg350-e0d71afcb99cbf387519e2292768b9c837a07c80.tar.gz
scummvm-rg350-e0d71afcb99cbf387519e2292768b9c837a07c80.tar.bz2
scummvm-rg350-e0d71afcb99cbf387519e2292768b9c837a07c80.zip
a few minor cleanups in the debian build scripts
svn-id: r6649
Diffstat (limited to 'dists/debian')
-rw-r--r--dists/debian/changelog.in8
-rw-r--r--dists/debian/control4
-rwxr-xr-xdists/debian/prepare2
-rw-r--r--dists/debian/scummvm-cvs.dirs1
-rw-r--r--dists/debian/scummvm-cvs.menu2
5 files changed, 8 insertions, 9 deletions
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 <http://sourceforge.net/tracker/?group_id=37116>.
- -- Tore Anderson <tore@linpro.no> Fri, 29 Nov 2002 11:03:18 +0100
+ -- Tore Anderson <tore@linpro.no> 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 <http://sourceforge.net/tracker/?group_id=37116>.
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"