debian/0000755000000000000000000000000011706000363007162 5ustar debian/phear.60000644000000000000000000000400511676324642010366 0ustar .TH PHEAR 6 "November 30, 2011" .SH NAME phear \- enter the cavez of phear .SH SYNOPSIS .B phear .RB [\-e .IR \| < "level filename" >] .RB | .IR \| [ "level name" ] .PP .SH OPTIONS This program has several arguments: .TP .B \-e Start editor instead of game on a specific level. .TP .B level\ name Name of the level to play, f.ex 01 .TP .B level\ filename Filename of the level to edit. f.ex /usr/share/phear/data/levels/01 .SH "DESCRIPTION" .LP This is a boulder dash type of game, for terminals. You walk around in a ASCII underground cave system, where you need to keep clear of boulders falling down while you are digging through the dirt searching for diamonds. To play you have to know these keys: .LP right \- move right .LP left \- move left .LP up \- move up .LP down \- move down .LP b \- place bomb .LP t \- detonate bombs .LP q \- leave game .PP By picking up a diamond (*) you get 10 points, picking up money ($) gives you 100 points. You get one extra life for every 1000 points you score. Move around with the arrow keys or the 2-4-8-6 keys. Press 'k' to commit suicide if you should get stuck. Got the bombs (%)? Great! Press 'b' to place them, and 't' to detonate them all at once. Note that the bombs you place will act just like stones, affected by gravity, rolling, and so on.. Watch out for monsters (M) -- if they catch you, you will die. To fight back, drop stones on them or blow them up using your bombs. Pressing 's' will enable/disable sound, 'w' will highlight your current position. .br .SH EDITOR .LP The editor has its own keys you need to know: .LP 0-9 \- Keys 0-9 places objects .LP s \- Saves the map .LP l \- Enables lock-mode (lets you draw continuously using the arrow-keys) .LP q \- Quits the editor .SH AUTHOR Cavez of Phear was written by Tom Rune Flo . .PP This manual page was written by Håkon Nessjøen , with parts of it written by Tom Rune Flo , for the Debian project (and may be used by others). debian/compat0000644000000000000000000000000211665425732010377 0ustar 8 debian/control0000644000000000000000000000155511676330255010607 0ustar Source: cavezofphear Section: games Priority: extra Maintainer: Håkon Nessjøen Build-Depends: debhelper (>= 8.0.0), libncurses5-dev (>= 5.5-5~) Standards-Version: 3.9.2 Homepage: http://www.x86.no/cavezofphear/ Vcs-Git: git://github.com/haakonnessjoen/Cavez-of-Phear-packaging.git Vcs-Browser: https://github.com/haakonnessjoen/Cavez-of-Phear-packaging Package: cavezofphear Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: ASCII Boulder Dash clone A Boulder Dash game clone for your favorite terminal. You are trapped in the CAVEZ of PHEAR, your mission is to escape through all the caves and make it out alive. To escape through a cave you will have to find all the diamonds located in it. Once you've found all the diamonds, their powers combined will help you get to the next cave, one step closer to freedom. debian/copyright0000644000000000000000000000321411705776574011144 0ustar Format: http://dep.debian.net/deps/dep5 Upstream-Name: CAVEZ of PHEAR Source: http://www.x86.no/cavezofphear/ Files: * Copyright: 2003-2011 Tom Rune Flo License: GPL-3+ This program is Free Software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version. . This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . On Debian systems the complete text of the GNU General Public License v3 can be found in the file "/usr/share/common-licenses/GPL-3". Files: debian/* Copyright: 2011 Håkon Nessjøen License: GPL-2+ This package is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. . This package is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. . You should have received a copy of the GNU General Public License along with this program. If not, see . On Debian systems, the complete text of the GNU General Public License version 2 can be found in "/usr/share/common-licenses/GPL-2". debian/watch0000644000000000000000000000015211667465161010232 0ustar # Compulsory line, this is a version 3 file version=3 http://www.x86.no/cavezofphear/ phear-(.*)\.tar\.gz debian/cavezofphear.install0000644000000000000000000000004111665432366013242 0ustar usr/games/phear usr/share/phear/ debian/docs0000644000000000000000000000003211665425732010047 0ustar README README-EDITOR TODO debian/cavezofphear.manpages0000644000000000000000000000001711667500453013365 0ustar debian/phear.6 debian/changelog0000644000000000000000000000024711706000363011037 0ustar cavezofphear (0.5.1-1) unstable; urgency=low * Initial release (Closes: #650690) -- Håkon Nessjøen Thu, 19 Jan 2012 12:39:14 +0100 debian/source/0000755000000000000000000000000011665425732010501 5ustar debian/source/format0000644000000000000000000000001411665425732011707 0ustar 3.0 (quilt) debian/rules0000755000000000000000000000056311705526555010265 0ustar #!/usr/bin/make -f # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 CFLAGS := $(shell dpkg-buildflags --get CFLAGS) $(shell dpkg-buildflags --get CPPFLAGS) LDFLAGS := $(shell dpkg-buildflags --get LDFLAGS) export CFLAGS export LDFLAGS override_dh_auto_install: make install DESTDIR_BIN=debian/tmp/usr/games DESTDIR_DATA=debian/tmp/usr/share %: dh $@