debian/0000755000000000000000000000000012245713666007202 5ustar debian/rules0000755000000000000000000000275412245705633010265 0ustar #!/usr/bin/make -f # -*- makefile -*- # # This file was originally written by Joey Hess and Craig Small. # As a special exception, when this file is copied by dh-make into a # dh-make output file, you may use that output file without restriction. # This special exception was added by Craig Small in version 0.37 of dh-make. # # Modified to make a template file for a multi-binary package with separated # build-arch and build-indep targets by Bill Allombert 2001 # Uncomment this to turn on verbose mode. #export DH_VERBOSE=1 DB2MAN=/usr/share/xml/docbook/stylesheet/docbook-xsl/manpages/docbook.xsl XP=xsltproc --nonet %: dh $@ override_dh_strip: # Create -dbg package with debug symbols for gdb dh_strip --dbg-package=meritous-dbg override_dh_auto_build: CC=gcc CPPFLAGS='-DDATADIR=\"/usr/share/games/meritous\" -DSAVES_IN_HOME' \ dh_auto_build $(XP) $(DB2MAN) debian/meritous.xml override_dh_auto_clean: # The $(MAKE) clean target doesn't clean properly when the # *.o files don't exist. Until they are fixed upstream, we # do it manually. #$(MAKE) clean rm -f src/*.o rm -f meritous rm -f meritous.6 # DFSG Building ORIG_HOST=http://www.asceai.net/files ORIG_FILE=meritous_v12_src.tar.bz2 DFSG_FILE=meritous_1.2+dfsg.orig.tar.gz get-orig-source: # Get the file wget $(ORIG_HOST)/$(ORIG_FILE) tar -xjf $(ORIG_FILE) # Music file licenses cannot be validated rm -rf meritous_v12_src/dat/m # Repackage it tar -czf $(DFSG_FILE) meritous_v12_src rm -rf meritous_v12_src $(ORIG_FILE) debian/meritous.docs0000644000000000000000000000004712245710447011716 0ustar NEWS readme.txt dat/m/README-music.txt debian/control0000644000000000000000000000447212245712504010602 0ustar Source: meritous Section: games Priority: extra Maintainer: Debian Games Team Uploaders: Sylvain Beucler Build-Depends: debhelper (>= 9~), libsdl-image1.2-dev, libsdl-mixer1.2-dev, xsltproc, docbook-xsl, quilt, zlib1g-dev Standards-Version: 3.9.5 Homepage: https://gitorious.org/meritous Vcs-Git: git://anonscm.debian.org/pkg-games/meritous.git Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-games/meritous.git Package: meritous Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, meritous-data (= ${source:Version}) Description: action-adventure dungeon crawl game Far below the surface of the planet is a secret. A place of limitless power. Those that seek to control such a utopia will soon bring an end to themselves. Seeking an end to the troubles that plague him, PSI user MERIT journeys into the hallowed Orcus Dome in search of answers. . Meritous is a action-adventure game with simple controls but a challenge to find a balance of power verses recovery time during real-time battles. Set in a fractually-generated world, the player can explore thousands of rooms in search of powerful artifacts, tools to help them, and to eventually free the Orcus Dome from evil. Package: meritous-data Architecture: all Depends: ${misc:Depends} Description: action-adventure dungeon crawl game (datafiles) Meritous is a action-adventure game with simple controls but a challenge to find a balance of power verses recovery time during real-time battles. Set in a fractually-generated world, the player can explore thousands of rooms in search of powerful artifacts, tools to help them, and to eventually free the Orcus Dome from evil. . This package contains the architecture-independent data files used by meritous. Package: meritous-dbg Section: debug Architecture: any Depends: ${misc:Depends}, meritous (= ${binary:Version}) Description: debugging symbols for meritous Meritous is a action-adventure game with simple controls but a challenge to find a balance of power verses recovery time during real-time battles. Set in a fractually-generated world, the player can explore thousands of rooms in search of powerful artifacts, tools to help them, and to eventually free the Orcus Dome from evil. . This package contains the debugging symbols for meritous. debian/README.source0000644000000000000000000000211112245705653011351 0ustar Building a new version of the package ------------------------------------- Check this for updates: - /usr/share/doc/debian-policy/upgrading-checklist.txt.gz - http://lintian.debian.org/full/pkg-games-devel@lists.alioth.debian.org.html#meritous # http://wiki.debian.org/Games/VCS # http://wiki.debian.org/Games/VCS/git git clone YOU@git.debian.org:/git/pkg-games/meritous cd meritous/ git checkout -b pristine-tar origin/pristine-tar git checkout -b upstream origin/upstream #export DEBEMAIL=xxx #export EDITOR=emacs git checkout master git-import-orig --pristine-tar ../meritous_$VERSION.orig.tar.gz # - Fix stuff... git commit -am "New upstream release - v$VERSION" git-buildpackage --git-tag sudo pbuilder --build --basetgz /var/cache/pbuilder/base-testing.tar.gz ../meritous_$VERSION-1.dsc git push origin master pristine-tar upstream git push --tags # http://mentors.debian.net/cgi-bin/maintainer-intro cd /var/cache/pbuilder/result/ debsign meritous_$VERSION-1_*.changes dput mentors meritous_$VERSION-1_*.changes -- Sylvain Beucler , Thu, 28 Nov 2013 19:30:03 +0100 debian/changelog0000644000000000000000000000523612245712300011042 0ustar meritous (1.4-1) unstable; urgency=low * New upstream release * Doc fixes * Bump Standard to 3.9.5 (no changes) * Fix lintian binary-control-field-duplicates-source and vcs-field-not-canonical -- Sylvain Beucler Thu, 28 Nov 2013 19:13:17 +0100 meritous (1.3-1) unstable; urgency=low * New upstream release - all patches merged, non-free files removed -- Sylvain Beucler Sat, 09 Nov 2013 12:15:49 +0100 meritous (1.2+dfsg-3) unstable; urgency=low * Reupload to unstable * Bump compat to 9 and patch Makefile to address lintian 'hardening-no-relro' * Bump Standard to 3.9.4 -- Sylvain Beucler Sun, 13 Oct 2013 17:46:50 +0200 meritous (1.2+dfsg-2) experimental; urgency=low * Reupload to Debian and take over (Closes: #696582) * Use debhelper 7 * Use 3.0 source format * Add -dbg package * Add zlibg1-dev to Build-Depends, cf. #669571 (Closes: #669439) * Add note in debian/copyright to explain dfsg changes * Update path to manpages/docbook.xsl * Fix typo in description -- Sylvain Beucler Sun, 23 Dec 2012 12:39:15 +0100 meritous (1.2+dfsg-1.1) unstable; urgency=low * Non-maintainer upload. * debian/patches/undefined-reference.patch: Fixed FTBFS. Closes: #555597. * Fixed debian-watch-file-should-mangle-version. * Fixed dh_desktop-is-deprecated. -- Bart Martens Tue, 04 Oct 2011 19:48:07 +0200 meritous (1.2+dfsg-1) unstable; urgency=low * Dylan R. E. Moonfire + src/levelblit.c: Updated the version to reflect the actual version instead of "1.1". + debian/control: Added Vcs- headers to point to Subversion repository. + Changed the location of the save game to use $HOME/.meritous.sav. This will use legacy save file if the new one cannot be found. (Closes: #465228) + src/help.c: Corrected a parsing bug with the help files that prevented users from reading the help files. (Closes: #465147) + Removed music files due to licensing issues. Patched code to make music files optional. (Closes: #465532) + debian/rules: Added a 'get-orig-source' target to repackage the original after removing the music files. * Bas Wijnen + src/boss.c: Applied a patch to handle an array overflow in the first boss fight. (Closes: #465051) -- Dylan R. E. Moonfire Mon, 11 Feb 2008 13:45:02 -0600 meritous (1.2-1) unstable; urgency=low * Initial release (Closes: #461102) * debian/patches/data_in_share.patch: Added patch to refer to data files into /usr/share/games/meritous. -- Dylan R. E. Moonfire Tue, 05 Feb 2008 22:14:53 -0600 debian/copyright0000644000000000000000000000272412245705633011135 0ustar This package was debianized by D. Moonfire on Sun, 03 Feb 2008 16:56:19 -0600. It was downloaded from http://www.asceai.net/meritous/ New upstream location is https://gitorious.org/meritous To comply with the DFSG, the music files were removed. See debian/rules:get-orig-source, dat/m/README-music.txt and #465532. Files came mostly from modarchive.org and can be easily found there using their MD5 sum. Upstream Author: Lancer-X/ASCEAI Copyright: Copyright (C) 2007, 2008 Lancer-X/ASCEAI Copyright (C) 2013 Sylvain Beucler License: 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. 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 can be found in `/usr/share/common-licenses/GPL-3'. The Debian packaging is licensed under the GPL, see above. Copyright (C) 2008 Dylan R. E. Moonfire Copyright (C) 2012, 2013 Sylvain Beucler debian/watch0000644000000000000000000000025712245705633010232 0ustar # format version number, currently 3; this line is compulsory! version=3 opts=dversionmangle=s/\+dfsg$// \ http://www.asceai.net/meritous/ .*?meritous_v(\d)(\d)_src.tar.bz2.* debian/source/0000755000000000000000000000000012245705633010475 5ustar debian/source/format0000644000000000000000000000001412245705633011703 0ustar 3.0 (quilt) debian/meritous.install0000644000000000000000000000015012245705633012430 0ustar meritous usr/games debian/meritous.desktop usr/share/applications debian/meritous.xpm usr/share/pixmaps debian/meritous.xml0000644000000000000000000001112712245705633011570 0ustar DYLAN"> MOONFIRE"> February 3, 2008"> 6"> contact@mfgames.com"> MERITOUS"> Debian"> GNU"> GPL"> ]>
&dhemail;
2008 &dhusername; &dhdate;
&dhucpackage; &dhsection; &dhpackage; an action adventure dungeon-crawl game &dhpackage; DESCRIPTION Meritous is an action-adventure dungeon-crawl game where you play the role of a character with a PSI circuit, capable of destroying monsters in a radius around the player. This manual page was written for the &debian; distribution because the original program does not have a manual page. BASIC CONTROLS The following the basic controls to the game: Move around. To walk through doors, simply walk up to them and push against them. Charge your PSI circuit for attack, release to attack. Exit the game. View the help file. View the map (you can use the arrow keys to scroll around the map, press space to move quickly in the map). Activate a trigger tile that you are standing on. Enter is also used for various other things, such as reading in-game dialog. Pause the game. OPTIONS These programs do not follow the usual &gnu; command line syntax, with long options starting with two dashes (`-'). Instead, just type the command after the exectuable name. Runs the game in full screen mode. AUTHOR This manual page was written by &dhusername; &dhemail; for the &debian; system (but may be used by others). Permission is granted to copy, distribute and/or modify this document under the terms of the &gnu; General Public License, Version 3 any later version published by the Free Software Foundation. On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL.
debian/meritous.desktop0000644000000000000000000000026112245713235012433 0ustar [Desktop Entry] Type=Application Name=Meritous Comment=action-adventure dungeon crawl game Icon=meritous Exec=meritous Terminal=false Categories=Application;Game;AdventureGame; debian/meritous.manpages0000644000000000000000000000001312245705633012553 0ustar meritous.6 debian/meritous.xpm0000644000000000000000000001435112245705633011576 0ustar /* XPM */ static char *icon[] = { /* columns rows colors chars-per-pixel */ "32 32 256 2", " c #08216B", ". c #10296B", "X c #102973", "o c #103173", "O c #183173", "+ c #21397B", "@ c #29397B", "# c #29427B", "$ c #294284", "% c #314284", "& c #314A84", "* c #394A84", "= c #39528C", "- c #42528C", "; c #425A8C", ": c #4A5A94", "> c #4A6394", ", c #526394", "< c #52639C", "1 c #526B9C", "2 c #5A6B9C", "3 c #63739C", "4 c #6373A5", "5 c #6B7BA5", "6 c #7384AD", "7 c #7B84AD", "8 c #7B8CAD", "9 c #7B8CB5", "0 c #848CB5", "q c #8494B5", "w c #8C94B5", "e c #8C94BD", "r c #8C9CBD", "t c #949CBD", "y c #94A5BD", "u c #94A5C6", "i c #9CA5C6", "p c #9CADC6", "a c #A5ADC6", "s c #A5ADCE", "d c #A5B5CE", "f c #ADB5CE", "g c #ADBDCE", "h c #B5BDCE", "j c #B5BDD6", "k c #BDBDD6", "l c #BDC6D6", "z c #BDC6DE", "x c #C6C6DE", "c c #C6CEDE", "v c #CECEDE", "b c #CED6DE", "n c #CED6E7", "m c #D6D6E7", "M c #D6DEE7", "N c #DEDEE7", "B c #DEDEEF", "V c #DEE7EF", "C c #E7E7EF", "Z c #EFEFF7", "A c #EFF7F7", "S c gray97", "D c #F7F7FF", "F c #F7FFFF", "G c gray100", "H c gray100", "J c gray100", "K c gray100", "L c gray100", "P c gray100", "I c gray100", "U c gray100", "Y c gray100", "T c gray100", "R c gray100", "E c gray100", "W c gray100", "Q c gray100", "! c gray100", "~ c gray100", "^ c gray100", "/ c gray100", "( c gray100", ") c gray100", "_ c gray100", "` c gray100", "' c gray100", "] c gray100", "[ c gray100", "{ c gray100", "} c gray100", "| c gray100", " . c gray100", ".. c gray100", "X. c gray100", "o. c gray100", "O. c gray100", "+. c gray100", "@. c gray100", "#. c gray100", "$. c gray100", "%. c gray100", "&. c gray100", "*. c gray100", "=. c gray100", "-. c gray100", ";. c gray100", ":. c gray100", ">. c gray100", ",. c gray100", "<. c gray100", "1. c gray100", "2. c gray100", "3. c gray100", "4. c gray100", "5. c gray100", "6. c gray100", "7. c gray100", "8. c gray100", "9. c gray100", "0. c gray100", "q. c gray100", "w. c gray100", "e. c gray100", "r. c gray100", "t. c gray100", "y. c gray100", "u. c gray100", "i. c gray100", "p. c gray100", "a. c gray100", "s. c gray100", "d. c gray100", "f. c gray100", "g. c gray100", "h. c gray100", "j. c gray100", "k. c gray100", "l. c gray100", "z. c gray100", "x. c gray100", "c. c gray100", "v. c gray100", "b. c gray100", "n. c gray100", "m. c gray100", "M. c gray100", "N. c gray100", "B. c gray100", "V. c gray100", "C. c gray100", "Z. c gray100", "A. c gray100", "S. c gray100", "D. c gray100", "F. c gray100", "G. c gray100", "H. c gray100", "J. c gray100", "K. c gray100", "L. c gray100", "P. c gray100", "I. c gray100", "U. c gray100", "Y. c gray100", "T. c gray100", "R. c gray100", "E. c gray100", "W. c gray100", "Q. c gray100", "!. c gray100", "~. c gray100", "^. c gray100", "/. c gray100", "(. c gray100", "). c gray100", "_. c gray100", "`. c gray100", "'. c gray100", "]. c gray100", "[. c gray100", "{. c gray100", "}. c gray100", "|. c gray100", " X c gray100", ".X c gray100", "XX c gray100", "oX c gray100", "OX c gray100", "+X c gray100", "@X c gray100", "#X c gray100", "$X c gray100", "%X c gray100", "&X c gray100", "*X c gray100", "=X c gray100", "-X c gray100", ";X c gray100", ":X c gray100", ">X c gray100", ",X c gray100", " . ", " O w G G i % ", " O r G G t + . ", " . . . . . . . . X * i G G i 3 ; + ", " O * > % X O > 5 ; O X - 5 3 % . . * t j G G c j f : . ", "O 2 a l t 4 6 f N f 4 + + 2 a M x w : O . > l m S G F b h > . ", "- d Z G C j l F G S j 0 6 d Z G G M d 7 * # 4 i N G M y 2 + ", "> l Z G G V N V G G G c l l x C G G S m 5 X O 0 M G c 5 O ", "# 7 l G G v i t l Z G G j 7 6 i m G G c 4 . O 8 M G l 2 . ", ". - f G G j 2 % 5 j G G a = O , f G G f ; . O 8 M G h : . ", " * a G G h : . # y G G p % . * a G G a & O 8 M G f = . ", " # i G G h : . O r G G t O * a G G t + O 8 M G a * . ", " O t G G h : . O r G G r O & a G G r O O 8 M G a % ", " O r G G h : . O r G G r O # i G G r O O 8 M G t + ", " O r G G f - . O r G G r O O t G G r O O 8 M G r O ", " O r G G a * . O r G G r O O r G G r O O q C G r O ", " O r G G a * O r G G r O O r G G y + O q C G r O ", " O r G G a % O r G G t O O t G G a * . O w A G t + ", " + y G G i % . + t G G a & . # i G G h 2 + & r G G a - X . ", ". , h G G j 4 O = a G G j 2 X - f G G N a q r i G G c r 5 2 + ", "O q C G G S i % 2 c G G M q + : j G G G Z M l y S G G m c j : . ", "X 5 c G G c 5 O > h S G C r + + 6 l S G G l 8 , t l Z G M w # ", ". % 8 l b q % . O 3 f N a , . . # 5 f N c 8 % X % 4 a b y - . ", " . # 2 3 & . O ; 5 ; O O : 5 3 # . O = 2 * . ", " . . . . . . . . . . . . ", " " }; debian/compat0000644000000000000000000000000212245705633010373 0ustar 9 debian/meritous.menu0000644000000000000000000000022212245705633011726 0ustar ?package(meritous):needs="x11" section="Games/Action"\ icon="/usr/share/pixmaps/meritous.xpm"\ title="Meritous" command="/usr/games/meritous" debian/meritous-data.install0000644000000000000000000000003712245705633013343 0ustar dat/* usr/share/games/meritous