diff --git a/debian/changelog b/debian/changelog index 42a9fef..b9ddd6d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +bsdgames (2.8-1) unstable; urgency=low + + * New upstream release. + * Updated copyright based on the updated COPYING file + * RUn the regression tests at build time. + + -- Joey Hess Sun, 26 Sep 1999 14:30:06 -0700 + bsdgames (2.7-3) unstable; urgency=low * FHS. This involves moving to /var/games for all game data. Score files diff --git a/debian/control b/debian/control index 8476f9a..f9d4e71 100644 --- a/debian/control +++ b/debian/control @@ -17,4 +17,4 @@ Description: collection of text games from BSD systems bcd, boggle, caesar, canfield, countmail, cribbage, fish, gomoku, hangman, hunt, mille, monop, morse, number, pig, phantasia, pom, ppt, primes, quiz, random, rain, robots, sail, snake, tetris, trek, wargames, worm, worms, - wump + wump, wtf diff --git a/debian/copyright b/debian/copyright index 702449f..b351e37 100644 --- a/debian/copyright +++ b/debian/copyright @@ -4,43 +4,3 @@ This package was put together by Joey Hess , using sources from: ftp://sunsite.unc.edu/pub/Linux/Incoming/bsd-games-2.5.tar.gz -Most programs in this package have the standard BSD copyright. See -/usr/share/common-licenses/BSD for the text of this copyright. There are some -exceptions, as follows: - -atc: -BSD copyright plus the following: -/* - * Copyright (c) 1987 by Ed James, UC Berkeley. All rights reserved. - * - * Copy permission is hereby granted provided that this notice is - * retained on all partial or complete copies. - * - * For more info on this and all of my stuff, mail edjames@berkeley.edu. - */ - -phantasia: -This entire subtree is explicitly not copyrighted. -The following notice applies to all files found here. None of -these files contain AT&T proprietary source code. -_____________________________________________________________________________ - -/* DISCLAIMER: - * - * This game is distributed for free as is. It is not guaranteed to work - * in every conceivable environment. It is not even guaranteed to work - * in ANY environment. - * - * This game is distributed without notice of copyright, therefore it - * may be used in any manner the recipient sees fit. However, the - * author assumes no responsibility for maintaining or revising this - * game, in its original form, or any derivitives thereof. - * - * The author shall not be responsible for any loss, cost, or damage, - * including consequential damage, caused by reliance on this material. - * - * The author makes no warranties, express or implied, including warranties - * of merchantability or fitness for a particular purpose or use. - * - * AT&T is in no way connected with this game. - */ diff --git a/debian/preinst b/debian/preinst index ffaf951..4a96dd5 100644 --- a/debian/preinst +++ b/debian/preinst @@ -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# diff --git a/debian/rules b/debian/rules index 3c27e7e..f4a3d63 100755 --- a/debian/rules +++ b/debian/rules @@ -9,6 +9,7 @@ build-stamp: dh_testdir ./configure $(MAKE) + $(MAKE) test touch build-stamp clean: @@ -50,6 +51,7 @@ binary-arch: build dh_installdocs ChangeLog ChangeLog.0 TODO README \ trek/USD.doc/trek.me SECURITY THANKS AUTHORS BUGS YEAR2000 + cat COPYING >> debian/tmp/usr/share/doc/bsdgames/copyright dh_installexamples dh_installmenu dh_installcron