mirror of
https://github.com/vattam/BSDGames.git
synced 2025-12-20 19:04:49 +00:00
releasing version 2.17-15
This commit is contained in:
5
debian/changelog
vendored
5
debian/changelog
vendored
@@ -1,10 +1,11 @@
|
|||||||
bsdgames (2.17-15) UNRELEASED; urgency=low
|
bsdgames (2.17-15) unstable; urgency=low
|
||||||
|
|
||||||
* Include rot13 in package description. Closes: #477141
|
* Include rot13 in package description. Closes: #477141
|
||||||
* adventure: Fix crc code to not segfault on 64 bit architectures.
|
* adventure: Fix crc code to not segfault on 64 bit architectures.
|
||||||
Closes: #477768
|
Closes: #477768
|
||||||
|
* Use debhelper v7, rules file minimisation.
|
||||||
|
|
||||||
-- Joey Hess <joeyh@debian.org> Mon, 21 Apr 2008 12:37:44 -0400
|
-- Joey Hess <joeyh@debian.org> Fri, 25 Apr 2008 16:03:59 -0400
|
||||||
|
|
||||||
bsdgames (2.17-14) unstable; urgency=low
|
bsdgames (2.17-14) unstable; urgency=low
|
||||||
|
|
||||||
|
|||||||
1
debian/clean
vendored
Normal file
1
debian/clean
vendored
Normal file
@@ -0,0 +1 @@
|
|||||||
|
temp-dictionary
|
||||||
2
debian/compat
vendored
2
debian/compat
vendored
@@ -1 +1 @@
|
|||||||
4
|
7
|
||||||
|
|||||||
2
debian/control
vendored
2
debian/control
vendored
@@ -1,7 +1,7 @@
|
|||||||
Source: bsdgames
|
Source: bsdgames
|
||||||
Section: games
|
Section: games
|
||||||
Priority: optional
|
Priority: optional
|
||||||
Build-Depends: debhelper (>= 4), libncurses5-dev, flex, bison, wamerican, wbritish, dpkg-dev (>= 1.9.0)
|
Build-Depends: debhelper (>= 7), libncurses5-dev, flex, bison, wamerican, wbritish, dpkg-dev (>= 1.9.0)
|
||||||
Maintainer: Joey Hess <joeyh@debian.org>
|
Maintainer: Joey Hess <joeyh@debian.org>
|
||||||
Standards-Version: 3.7.3
|
Standards-Version: 3.7.3
|
||||||
Vcs-Git: git://git.kitenet.net/joey/packages/bsdgames
|
Vcs-Git: git://git.kitenet.net/joey/packages/bsdgames
|
||||||
|
|||||||
3
debian/dirs
vendored
Normal file
3
debian/dirs
vendored
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
usr/share/doc/bsdgames
|
||||||
|
usr/share/games/bsdgames/phantasia
|
||||||
|
var/games/bsdgames/hack/save
|
||||||
9
debian/docs
vendored
Normal file
9
debian/docs
vendored
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
NEWS
|
||||||
|
ChangeLog.0
|
||||||
|
TODO
|
||||||
|
README
|
||||||
|
SECURITY
|
||||||
|
THANKS
|
||||||
|
AUTHORS
|
||||||
|
BUGS
|
||||||
|
YEAR2000
|
||||||
48
debian/rules
vendored
48
debian/rules
vendored
@@ -1,36 +1,17 @@
|
|||||||
#!/usr/bin/make -f
|
#!/usr/bin/make -f
|
||||||
|
%:
|
||||||
|
dh $@
|
||||||
|
|
||||||
build: build-stamp
|
build: build-stamp
|
||||||
build-stamp:
|
build-stamp:
|
||||||
dh_testdir
|
|
||||||
|
|
||||||
# Set up wordlist
|
# Set up wordlist
|
||||||
cat /usr/share/dict/american-english /usr/share/dict/british-english | \
|
cat /usr/share/dict/american-english /usr/share/dict/british-english | \
|
||||||
sort | uniq > temp-dictionary
|
sort | uniq > temp-dictionary
|
||||||
|
dh build
|
||||||
./configure
|
|
||||||
$(MAKE)
|
|
||||||
$(MAKE) test
|
|
||||||
touch build-stamp
|
touch build-stamp
|
||||||
|
|
||||||
clean:
|
|
||||||
dh_testdir
|
|
||||||
dh_testroot
|
|
||||||
rm -f build-stamp
|
|
||||||
dh_clean temp-dictionary
|
|
||||||
if [ -e GNUmakefile ]; then $(MAKE) -i distclean; fi
|
|
||||||
|
|
||||||
binary-indep: build
|
|
||||||
|
|
||||||
binary-arch: build
|
binary-arch: build
|
||||||
dh_testdir
|
dh binary-arch --until dh_installdocs
|
||||||
dh_testroot
|
|
||||||
dh_clean
|
|
||||||
dh_installdirs usr/share/doc/bsdgames \
|
|
||||||
usr/share/games/bsdgames/phantasia \
|
|
||||||
var/games/bsdgames/hack/save
|
|
||||||
|
|
||||||
$(MAKE) install
|
|
||||||
cp atc/BUGS debian/bsdgames/usr/share/doc/bsdgames/BUGS.atc
|
cp atc/BUGS debian/bsdgames/usr/share/doc/bsdgames/BUGS.atc
|
||||||
cp hunt/README debian/bsdgames/usr/share/doc/bsdgames/README.hunt
|
cp hunt/README debian/bsdgames/usr/share/doc/bsdgames/README.hunt
|
||||||
cp phantasia/README debian/bsdgames/usr/share/doc/bsdgames/README.phantasia
|
cp phantasia/README debian/bsdgames/usr/share/doc/bsdgames/README.phantasia
|
||||||
@@ -42,18 +23,9 @@ binary-arch: build
|
|||||||
mv debian/bsdgames/var/games/bsdgames/phantasia/monsters \
|
mv debian/bsdgames/var/games/bsdgames/phantasia/monsters \
|
||||||
debian/bsdgames/var/games/bsdgames/phantasia/void \
|
debian/bsdgames/var/games/bsdgames/phantasia/void \
|
||||||
debian/bsdgames/usr/share/games/bsdgames/phantasia/
|
debian/bsdgames/usr/share/games/bsdgames/phantasia/
|
||||||
|
|
||||||
dh_installdocs ChangeLog ChangeLog.0 TODO README SECURITY THANKS \
|
|
||||||
AUTHORS BUGS YEAR2000
|
|
||||||
cat COPYING >> debian/bsdgames/usr/share/doc/bsdgames/copyright
|
cat COPYING >> debian/bsdgames/usr/share/doc/bsdgames/copyright
|
||||||
dh_installexamples
|
|
||||||
dh_installmenu
|
dh binary-arch --until dh_fixperms
|
||||||
dh_installcron
|
|
||||||
dh_installchangelogs -k NEWS
|
|
||||||
dh_strip
|
|
||||||
dh_compress
|
|
||||||
dh_fixperms
|
|
||||||
|
|
||||||
chmod -R u+rw debian/bsdgames/usr/
|
chmod -R u+rw debian/bsdgames/usr/
|
||||||
# Games with score files need to be set up sgid games.
|
# Games with score files need to be set up sgid games.
|
||||||
chown root:games debian/bsdgames/usr/games/atc \
|
chown root:games debian/bsdgames/usr/games/atc \
|
||||||
@@ -89,12 +61,6 @@ binary-arch: build
|
|||||||
debian/bsdgames/var/games/bsdgames/hack \
|
debian/bsdgames/var/games/bsdgames/hack \
|
||||||
debian/bsdgames/var/games/bsdgames/hack/save
|
debian/bsdgames/var/games/bsdgames/hack/save
|
||||||
find debian/bsdgames/var/games/bsdgames -size 0 -exec rm {} \;
|
find debian/bsdgames/var/games/bsdgames -size 0 -exec rm {} \;
|
||||||
|
dh binary-arch --remaining
|
||||||
dh_installdeb
|
|
||||||
dh_shlibdeps
|
|
||||||
dh_gencontrol
|
|
||||||
dh_md5sums
|
|
||||||
dh_builddeb
|
|
||||||
|
|
||||||
binary: binary-indep binary-arch
|
binary: binary-indep binary-arch
|
||||||
.PHONY: build clean binary-indep binary-arch binary
|
|
||||||
|
|||||||
Reference in New Issue
Block a user