* New upstream release.

* Updated copyright based on the updated COPYING file
   * RUn the regression tests at build time.


git-svn-id: file:///srv/svn/joey/bsdgames-trunk@5103 a4a2c43b-8ac3-0310-8836-e0e880c912e2
This commit is contained in:
joey
1999-09-27 06:02:17 +00:00
parent fb38e489ce
commit 0f0177924b
5 changed files with 18 additions and 42 deletions

8
debian/preinst vendored
View File

@@ -5,7 +5,6 @@ SCOREFILES="
/var/games/bsdgames/battlestar.log
/var/games/bsdgames/cfscores
/var/games/bsdgames/criblog
/var/games/bsdgames/robots_roll
/var/games/bsdgames/saillog
/var/games/bsdgames/snake.log
/var/games/bsdgames/snakerawscores
@@ -48,4 +47,11 @@ if [ -d /var/lib/games ]; then
rm -rf /var/lib/games/bsdgames
fi
# I didn't move robots_roll above, because the version used by old bsdgames has
# a different file format. Make sure that if I'm ugrading from pre 2.8 days,
# the old file is deleted.
if [ "$1" = "upgrade" ] && dpkg --compare-versions "$2" lt 2.8; then
rm -rf /var/games/bsdgames/robots_roll
fi
#DEBHELPER#