mirror of
https://github.com/vattam/BSDGames.git
synced 2025-12-20 10:54:48 +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
|
||||
* adventure: Fix crc code to not segfault on 64 bit architectures.
|
||||
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
|
||||
|
||||
|
||||
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
|
||||
Section: games
|
||||
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>
|
||||
Standards-Version: 3.7.3
|
||||
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
|
||||
%:
|
||||
dh $@
|
||||
|
||||
build: build-stamp
|
||||
build-stamp:
|
||||
dh_testdir
|
||||
|
||||
# Set up wordlist
|
||||
cat /usr/share/dict/american-english /usr/share/dict/british-english | \
|
||||
sort | uniq > temp-dictionary
|
||||
|
||||
./configure
|
||||
$(MAKE)
|
||||
$(MAKE) test
|
||||
dh build
|
||||
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
|
||||
dh_testdir
|
||||
dh_testroot
|
||||
dh_clean
|
||||
dh_installdirs usr/share/doc/bsdgames \
|
||||
usr/share/games/bsdgames/phantasia \
|
||||
var/games/bsdgames/hack/save
|
||||
|
||||
$(MAKE) install
|
||||
dh binary-arch --until dh_installdocs
|
||||
cp atc/BUGS debian/bsdgames/usr/share/doc/bsdgames/BUGS.atc
|
||||
cp hunt/README debian/bsdgames/usr/share/doc/bsdgames/README.hunt
|
||||
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 \
|
||||
debian/bsdgames/var/games/bsdgames/phantasia/void \
|
||||
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
|
||||
dh_installexamples
|
||||
dh_installmenu
|
||||
dh_installcron
|
||||
dh_installchangelogs -k NEWS
|
||||
dh_strip
|
||||
dh_compress
|
||||
dh_fixperms
|
||||
|
||||
|
||||
dh binary-arch --until dh_fixperms
|
||||
chmod -R u+rw debian/bsdgames/usr/
|
||||
# Games with score files need to be set up sgid games.
|
||||
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/save
|
||||
find debian/bsdgames/var/games/bsdgames -size 0 -exec rm {} \;
|
||||
|
||||
dh_installdeb
|
||||
dh_shlibdeps
|
||||
dh_gencontrol
|
||||
dh_md5sums
|
||||
dh_builddeb
|
||||
dh binary-arch --remaining
|
||||
|
||||
binary: binary-indep binary-arch
|
||||
.PHONY: build clean binary-indep binary-arch binary
|
||||
|
||||
Reference in New Issue
Block a user