--- balazarbrothers-1.0~rc1.orig/debian/compat +++ balazarbrothers-1.0~rc1/debian/compat @@ -0,0 +1 @@ +5 --- balazarbrothers-1.0~rc1.orig/debian/install +++ balazarbrothers-1.0~rc1/debian/install @@ -0,0 +1 @@ +debian/balazarbrothers.desktop usr/share/applications/ --- balazarbrothers-1.0~rc1.orig/debian/pyversions +++ balazarbrothers-1.0~rc1/debian/pyversions @@ -0,0 +1 @@ +2.4- --- balazarbrothers-1.0~rc1.orig/debian/watch +++ balazarbrothers-1.0~rc1/debian/watch @@ -0,0 +1,5 @@ +version=3 +opts="uversionmangle=s/rc/~rc/" \ +http://download.gna.org/balazar/ \ + BalazarBrothers-(.*).tar.bz2 \ + debian uupdate --- balazarbrothers-1.0~rc1.orig/debian/balazar_brothers.xml +++ balazarbrothers-1.0~rc1/debian/balazar_brothers.xml @@ -0,0 +1,204 @@ + +.
will be generated. You may view the +manual page with: nroff -man .
| less'. A +typical entry in a Makefile or Makefile.am is: + +DB2MAN=/usr/share/sgml/docbook/stylesheet/xsl/nwalsh/\ +manpages/docbook.xsl +XP=xsltproc -''-nonet + +manpage.1: manpage.dbk + $(XP) $(DB2MAN) $< + +The xsltproc binary is found in the xsltproc package. The +XSL files are in docbook-xsl. Please remember that if you +create the nroff version in one of the debian/rules file +targets (such as build), you will need to include xsltproc +and docbook-xsl in your Build-Depends control field. + +--> + + + Marc"> + Dequènes"> + + 20080321"> + + 6"> + Duck@DuckCorp.org"> + + BALAZAR_BROTHERS"> + + + Debian"> + GNU"> + GPL"> +]> + + + +
+ &dhemail; +
+ + &dhfirstname; + &dhsurname; + + + 2008 + &dhusername; + + &dhdate; +
+ + &dhucpackage; + + &dhsection; + + + &dhpackage; + + Balazar Brothers game + + + + &dhpackage; + options + LOGIN PASSWORD + + + &dhpackage; + options + + + + &dhpackage; + options + HOST LOGIN PASSWORD + + + + DESCRIPTION + + &dhpackage; is a solo or multiplayer adventure/action game, taking place in a 3D fantasy world, with RPG-like dialogs, puzzles, and fights. + + + + OPTIONS + + + + --single + + Starts a single player game. + + + + --server + + Starts a game server. + + + + --client + + Starts a client and connect to the specified server using specified credentials. If the login doesn't exist, a new player is created. + + + + --fullscreen + + Enters fullscreen mode at startup. + + + + + + + + Enters windowed mode at startup. + + + + + + + Sets the screen size (in pixel). + + + + + + + Disable sounds and music. + + + + + + + Enables debug output. + + + + + + + Disable FPS limit, for benchmarking (default is to limit the FPS to 30). + + + + + + + Set the directory where games are saved and loaded to PATH (defaults to '~/.balazar_brothers'). + + + + + + + Launch the server in graphical mode (server only, use TAB to switch player). + + + + + + + Show summary of options. + + + + + + + Display version information. + + + + + 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 2 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. + + + +
+ --- balazarbrothers-1.0~rc1.orig/debian/pycompat +++ balazarbrothers-1.0~rc1/debian/pycompat @@ -0,0 +1 @@ +2 --- balazarbrothers-1.0~rc1.orig/debian/control +++ balazarbrothers-1.0~rc1/debian/control @@ -0,0 +1,28 @@ +Source: balazarbrothers +Section: games +Priority: optional +Maintainer: Tony Palma +Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), cdbs (>= 0.4.43), python-dev (>= 2.3.5-11), python-support, quilt, patchutils (>= 0.2.25), cdbs (>= 0.4.27) +Build-Depends-Indep: xsltproc, docbook-xml, docbook-xsl +Standards-Version: 3.8.2 +Homepage: http://home.gna.org/oomadness/en/balazar_brothers/ + +Package: balazarbrothers +Architecture: all +Depends: ${python:Depends}, ${misc:Depends}, python-soya (>= 0.13.2-1), python-pyvorbis, python-cerealizer (>= 0.6), fonts-dustin +Suggests: python-psyco +Description: 3D puzzle game + 3D platform universe, two characters and two keys, + one for each character, and at the end of the road + two princesses to free. Just press a key and the + corresponding character will jump on the next + platform in front of him. + . + Simple? Yes! Easy? Not sure! Because nothing will + be spared to you: moving platforms, dangerous + monsters, vicious traps... will you manage to find + your way trough mad levels and free the princesses? + You can count only on your agility, your guile... + and the unforgettable acrobatics of the Balazar + Brothers! + --- balazarbrothers-1.0~rc1.orig/debian/copyright +++ balazarbrothers-1.0~rc1/debian/copyright @@ -0,0 +1,28 @@ +This package was debianized by Marc Dequènes (Duck) on +Sun, 30 Jan 2005 12:44:36 +0100. + +It was downloaded from http://download.gna.org/balazar/ + +Upstream Author: Jiba + +Copyright: + + BalazarBrothers is copyright (c) 2006 Jean-Baptiste LAMY + + 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; version 2 dated June, 1991. + + 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 package; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA + 02110-1301, USA. + +On Debian systems, the complete text of the GNU General +Public License can be found in `/usr/share/common-licenses/GPL-2'. + --- balazarbrothers-1.0~rc1.orig/debian/menu +++ balazarbrothers-1.0~rc1/debian/menu @@ -0,0 +1,4 @@ +?package(balazarbrothers): needs="X11" \ + section="Games/Adventure" \ + title="Balazar Brothers" \ + command="/usr/games/balazar_brothers" --- balazarbrothers-1.0~rc1.orig/debian/control.in +++ balazarbrothers-1.0~rc1/debian/control.in @@ -0,0 +1,28 @@ +Source: balazarbrothers +Section: games +Priority: optional +Maintainer: Debian QA Group +Build-Depends: @cdbs@ +Build-Depends-Indep: xsltproc, docbook-xml, docbook-xsl +Standards-Version: 3.8.1 +Homepage: http://home.gna.org/oomadness/en/balazar_brothers/ + +Package: balazarbrothers +Architecture: all +Depends: ${python:Depends}, ${misc:Depends}, python-soya (>= 0.13.2-1), python-pyvorbis, python-cerealizer (>= 0.6), ttf-dustin +Suggests: python-psyco [i386] +Description: 3D puzzle game + 3D platform universe, two characters and two keys, + one for each character, and at the end of the road + two princesses to free. Just press a key and the + corresponding character will jump on the next + platform in front of him. + . + Simple? Yes! Easy? Not sure! Because nothing will + be spared to you: moving platforms, dangerous + monsters, vicious traps... will you manage to find + your way trough mad levels and free the princesses? + You can count only on your agility, your guile... + and the unforgettable acrobatics of the Balazar + Brothers! + --- balazarbrothers-1.0~rc1.orig/debian/rules +++ balazarbrothers-1.0~rc1/debian/rules @@ -0,0 +1,34 @@ +#!/usr/bin/make -f +# -*- mode: makefile; coding: utf-8 -*- + +include /usr/share/cdbs/1/rules/debhelper.mk +DEB_PYTHON_SYSTEM = pysupport +include /usr/share/cdbs/1/class/python-distutils.mk +include /usr/share/cdbs/1/rules/patchsys-quilt.mk + + +DEB_PYTHON_INSTALL_ARGS_ALL += --install-scripts=/usr/games --install-purelib=/usr/share/games --install-data=/usr/share/games + +MANPAGES := debian/balazar_brothers.6 + +build/$(DEB_PYTHON_MODULE_PACKAGE):: $(MANPAGES) + +%.6: %.xml + xsltproc -nonet -o $@ /usr/share/sgml/docbook/stylesheet/xsl/nwalsh/manpages/docbook.xsl $< + +binary-install/balazarbrothers:: + mv debian/$(cdbs_curpkg)/usr/share/games/balazar_brothers/locale debian/$(cdbs_curpkg)/usr/share/games/ + find debian/$(cdbs_curpkg)/usr/share/games/locale -name "*.po" -exec rm {} \; + # + find debian/$(cdbs_curpkg)/usr/share/ -type f -exec chmod -R a-x {} \; + # + dh_installman -p$(cdbs_curpkg) $(MANPAGES) + # + mv debian/$(cdbs_curpkg)/usr/share/games/*.egg-info debian/$(cdbs_curpkg)/usr/share/games/balazar_brothers/ + +binary-predeb/balazarbrothers:: + find debian/balazarbrothers -depth -name ".arch-ids" -exec rm -rf {} \; + +clean:: + rm -f $(MANPAGES) + --- balazarbrothers-1.0~rc1.orig/debian/links +++ balazarbrothers-1.0~rc1/debian/links @@ -0,0 +1 @@ +usr/share/fonts/truetype/dustin/PenguinAttack.ttf usr/share/games/balazar_brothers/fonts/PenguinAttack.ttf --- balazarbrothers-1.0~rc1.orig/debian/balazarbrothers.desktop +++ balazarbrothers-1.0~rc1/debian/balazarbrothers.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Encoding=UTF-8 +Name=Balazar Brothers +GenericName=Action / Adventure Game +Type=Application +Categories=Application;Game;AdventureGame;ArcadeGame;RolePlaying; +Terminal=0 +Exec=balazar_brothers +Comment=3D adventure and roleplaying game --- balazarbrothers-1.0~rc1.orig/debian/changelog +++ balazarbrothers-1.0~rc1/debian/changelog @@ -0,0 +1,102 @@ +balazarbrothers (1.0~rc1-4.2) unstable; urgency=low + + * Non-maintainer upload. + * debian/control: Replace obsolete ttf-dustin with fonts-dustin. (Closes: + #709341) + + -- Sebastian Ramacher Sat, 01 Jun 2013 17:31:26 +0200 + +balazarbrothers (1.0~rc1-4.1) unstable; urgency=low + + * Non-maintainer upload. + * Drop architecture restrictions from the Suggest field (closes: #581302). + + -- Jakub Wilk Fri, 16 Jul 2010 12:26:33 +0200 + +balazarbrothers (1.0~rc1-4) unstable; urgency=low + + * New maintainer. Closes: #521916 + * Bump Standards-Version. + * debian/rules. dh_desktop removed, is deprecated + + -- Tony Palma Mon, 17 Aug 2009 11:25:40 -0500 + +balazarbrothers (1.0~rc1-3) unstable; urgency=low + + * Orphaned. + * Added missing '${misc:Depends}' dependency. + * Bumped Standards-Version (no changes). + * Fixed reference in copyright file to the right GPL version. + * Really fixed duplicate font 'PenguinAttack.ttf' problem this time. + + -- Marc Dequènes (Duck) Mon, 30 Mar 2009 22:44:17 +0200 + +balazarbrothers (1.0~rc1-2) unstable; urgency=low + + * Fixed watch file. + * Moved homepage information to new control field and fix it (Closes: + #433400). + * Increased Standards-Version (no changes). + * Fixed download URL in copyright file. + * Fixed typo in package description (Closes: #439082). + * Avoided duplicate font 'PenguinAttack.ttf' by adding a depends on + 'ttf-dustin' and a symlink to replace the upstream file (Closes: + #457920). + * Fixed menu section. + * Fixed executable name in desktop file. + * Created missing manpage. + * Moved egg-info in the right place (was generated in + '/usr/share/games/', by distutils, for a reason i was not able to + understand). + + -- Marc Dequènes (Duck) Fri, 21 Mar 2008 13:40:08 +0100 + +balazarbrothers (1.0~rc1-1) unstable; urgency=low + + * Upload to unstable (Closes: #375597). + * New upstream release: + + fixes fonts licensing problems (now DSFG-compliant). + * Enforced needed version of python-soya and python-cerealizer. + * Removed python-tofu dependency, as Tofu is now included into Soya. + + -- Marc Dequènes (Duck) Sun, 01 Jul 2007 15:15:55 +0200 + +balazarbrothers (0.3.1-1) UNRELEASED; urgency=low + + * New upstream release. + * Comply with new policy. + * Enforce stronger depends on python-tofu and python-cerealizer to + work correctly with newer python-soya (the later must not depends on + them, they are used for optional features only). + * Openal support is now included into soya, so removing dependencies + accordingly. + * Updated renaming (only the web site URL is not up to date upstream). + * Updated watch file. + * Switched to debhelper compat 5. + + -- Marc Dequènes (Duck) Mon, 21 Aug 2006 23:52:29 +0200 + +balazarbrothers (0.2-1) UNRELEASED; urgency=low + + * New upstream release + * Removed obsolete 'README.Debian', upstream README is now updated. + * Updated Homepage in 'debian/copyright', package description, and + download URL in watch file. + * Moved 'locale' directory in '/usr/share/games/' (to mimic + '/usr/share/'). + * Enforced fixed soya depends. + * Removed silly depends on py2play. + * Fixed Build-Depends (ask _unversionned_ python devel package -- + silly mistake) and removed unnecessary Build-Depends-Indep. + * Increased Standards-Version to 3.7.2.0 (no changes). + * Package renaming due to s/brother/brothers/ upstream renaming (with + corresponding changes in 'debian/*'). + + -- Marc Dequènes (Duck) Wed, 17 May 2006 03:56:58 +0200 + +balazarbrother (0.1-1) UNRELEASED; urgency=low + + * Initial Release. + + -- Marc Dequènes (Duck) Thu, 6 Apr 2006 01:50:37 +0200 + --- balazarbrothers-1.0~rc1.orig/debian/patches/no_bytecompilation.patch +++ balazarbrothers-1.0~rc1/debian/patches/no_bytecompilation.patch @@ -0,0 +1,15 @@ +Index: balazarbrother-0.1/setup.cfg +=================================================================== +--- balazarbrother-0.1.orig/setup.cfg 2006-04-28 00:51:02.737307680 +0200 ++++ balazarbrother-0.1/setup.cfg 2006-04-28 00:51:12.760783880 +0200 +@@ -7,8 +7,8 @@ + install-data = /usr/share + + [install_lib] +-compile = 1 +-optimize = 1 ++compile = 0 ++optimize = 0 + + [sdist] + force-manifest = 1 --- balazarbrothers-1.0~rc1.orig/debian/patches/series +++ balazarbrothers-1.0~rc1/debian/patches/series @@ -0,0 +1 @@ +no_bytecompilation.patch