* 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/changelog vendored
View File

@@ -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 <joeyh@master.debian.org> Sun, 26 Sep 1999 14:30:06 -0700
bsdgames (2.7-3) unstable; urgency=low bsdgames (2.7-3) unstable; urgency=low
* FHS. This involves moving to /var/games for all game data. Score files * FHS. This involves moving to /var/games for all game data. Score files

2
debian/control vendored
View File

@@ -17,4 +17,4 @@ Description: collection of text games from BSD systems
bcd, boggle, caesar, canfield, countmail, cribbage, fish, gomoku, hangman, bcd, boggle, caesar, canfield, countmail, cribbage, fish, gomoku, hangman,
hunt, mille, monop, morse, number, pig, phantasia, pom, ppt, primes, quiz, hunt, mille, monop, morse, number, pig, phantasia, pom, ppt, primes, quiz,
random, rain, robots, sail, snake, tetris, trek, wargames, worm, worms, random, rain, robots, sail, snake, tetris, trek, wargames, worm, worms,
wump wump, wtf

40
debian/copyright vendored
View File

@@ -4,43 +4,3 @@ This package was put together by Joey Hess <joeyh@master.debian.org>, using
sources from: sources from:
ftp://sunsite.unc.edu/pub/Linux/Incoming/bsd-games-2.5.tar.gz 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.
*/

8
debian/preinst vendored
View File

@@ -5,7 +5,6 @@ SCOREFILES="
/var/games/bsdgames/battlestar.log /var/games/bsdgames/battlestar.log
/var/games/bsdgames/cfscores /var/games/bsdgames/cfscores
/var/games/bsdgames/criblog /var/games/bsdgames/criblog
/var/games/bsdgames/robots_roll
/var/games/bsdgames/saillog /var/games/bsdgames/saillog
/var/games/bsdgames/snake.log /var/games/bsdgames/snake.log
/var/games/bsdgames/snakerawscores /var/games/bsdgames/snakerawscores
@@ -48,4 +47,11 @@ if [ -d /var/lib/games ]; then
rm -rf /var/lib/games/bsdgames rm -rf /var/lib/games/bsdgames
fi 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# #DEBHELPER#

2
debian/rules vendored
View File

@@ -9,6 +9,7 @@ build-stamp:
dh_testdir dh_testdir
./configure ./configure
$(MAKE) $(MAKE)
$(MAKE) test
touch build-stamp touch build-stamp
clean: clean:
@@ -50,6 +51,7 @@ binary-arch: build
dh_installdocs ChangeLog ChangeLog.0 TODO README \ dh_installdocs ChangeLog ChangeLog.0 TODO README \
trek/USD.doc/trek.me SECURITY THANKS AUTHORS BUGS YEAR2000 trek/USD.doc/trek.me SECURITY THANKS AUTHORS BUGS YEAR2000
cat COPYING >> debian/tmp/usr/share/doc/bsdgames/copyright
dh_installexamples dh_installexamples
dh_installmenu dh_installmenu
dh_installcron dh_installcron