debian/0000775000000000000000000000000012300747672007200 5ustar debian/copyright0000664000000000000000000001456511614131562011136 0ustar Format-Specification: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=174&view=markup Name: amoebax Maintainer: Wences Arana Source: http://www.emma-soft.com/games/amoebax/download.html Files: * Copyright: 2006, 2007 Emma's Software Section authors http://www.emma-soft.com/games/amoebax/index.html License: GPL-2 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 2 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 package; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA . On Debian systems, the full text of the GNU General Public License version 2 can be found in the file `/usr/share/common-licenses/GPL-2'. Files: data/music Copyrigth: 2007-2011, Àlex Almarza License: Free Art License 1.2 Preamble : With this Free Art License, you are authorised to copy, distribute and freely transform the work of art while respecting the rights of the originator. . Far from ignoring the author's rights, this license recognises them and protects them. It reformulates their principle while making it possible for the public to make creative use of the works of art. Whereas current literary and artistic property rights result in restriction of the public's access to works of art, the goal of the Free Art License is to encourage such access. . The intention is to make work accessible and to authorise the use of its resources by the greatest number of people: to use it in order to increase its use, to create new conditions for creation in order to multiply the possibilities of creation, while respecting the originators in according them recognition and defending their moral rights. . In fact, with the arrival of the digital age, the invention of the Internet and free software, a new approach to creation and production has made its appearance. It also encourages a continuation of the process of experimentation undertaken by many contemporary artists. . Knowledge and creativity are resources which, to be true to themselves, must remain free, i.e. remain a fundamental search which is not directly related to a concrete application. Creating means discovering the unknown, means inventing a reality without any heed to realism. Thus, the object(ive) of art is not equivalent to the finished and defined art object. This is the basic aim of this Free Art License: to promote and protect artistic practice freed from the rules of the market economy. . ——– DEFINITIONS . - The work of art : A communal work which includes the initial artwork as well as all subsequent contributions (subsequent originals and copies). It is created at the initiative of the original artist who, by this license, defines the conditions according to which the contributions are made. . - The original work of art : This is the artwork created by the initiator of the communal work, of which copies will be modified by whosoever wishes. . - Subsequent works : These are the additions put forward by the artists who contribute to the formation of the work by taking advantage of the right to reproduction, distribution and modification that this license confers on them. . - The Original (the work's source or resource) : A dated example of the work, of its definition, of its partition or of its program which the originator provides as the reference for all future updatings, interpretations, copies or reproductions. . - Copy : Any reproduction of an original as defined by this license. . - The author or the artist of the original work of art: This is the person who created the work which is at the heart of the ramifications of this modified work of art. By this license, the author determines the conditions under which these modifications are made. . - Contributor: Any person who contributes to the creation of the work of art. He is the author or the artist of an original art object resulting from the modification of a copy of the initial artwork or the modification of a copy of a subsequent work of art. . ——– . 1. AIMS . The aim of this license is to define the conditions according to which you can use this work freely. . 2. EXTENT OF THE USAGE . This work of art is subject to copyright, and the author, by this license, specifies the extent to which you can copy, distribute and modify it. . 2.1 FREEDOM TO COPY (OR OF REPRODUCTION) . You have the right to copy this work of art for your personal use, for your friends or for any other person, by employing whatever technique you choose. . 2.2 FREEDOM TO DISTRIBUTE, TO INTERPRET (OR OF REPRESENTATION) . You can freely distribute the copies of these works, modified or not, whatever their medium, wherever you wish, for a fee or for free, if you observe all the following conditions: - attach this license, in its entirety, to the copies or indicate precisely where the license can be found, - specify to the recipient the name of the author onomy appropriate for art, based on sharing, exchange and joyful giving. What counts in art is also and mostly what is not counted. . - When to us Files: debian/* Copyright: 2011, Wences Arana 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. 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 full text of the GNU General Public License version 3 can be found in the file '/usr/share/common-licenses/GPL-3'. debian/changelog0000664000000000000000000000050212300747666011052 0ustar amoebax (0.2.1+dfsg-1ubuntu1) trusty; urgency=low * Use autotools-dev for arm64 FTBFS. -- Daniel T Chen Tue, 18 Feb 2014 16:24:53 -0500 amoebax (0.2.1+dfsg-1) unstable; urgency=low * Initial release (Closes: #588654) -- Wences Arana Mon, 25 Jul 2011 20:03:34 -0600 debian/amoebax.manpages0000664000000000000000000000004711614131562012322 0ustar debian/tmp/usr/share/man/man6/amoebax.6debian/docs0000664000000000000000000000003511614131562010041 0ustar NEWS README README.GP2X TODO debian/patches/0000775000000000000000000000000011614131562010617 5ustar debian/patches/make.patch0000664000000000000000000000077411614131562012565 0ustar Description: Don't install DLLS This patch removes the reference in make file to produce useless DLLS Forwarded: No Author: Wences Arana Last-Update: 2011-07-25 --- a/data/Makefile.in +++ b/data/Makefile.in @@ -179,7 +179,7 @@ top_srcdir = @top_srcdir@ # Process this file with automake to produce a Makefile.in file -SUBDIRS = AmoebaxMain.nib dlls fonts graphics music sfx +SUBDIRS = AmoebaxMain.nib fonts graphics music sfx EXTRA_DIST = \ amoebax.desktop \ Amoebax.icns \ debian/patches/series0000664000000000000000000000006511614131562012035 0ustar make.patch desktop.patch const.patch configure.patch debian/patches/desktop.patch0000664000000000000000000000065111614131562013313 0ustar Description: This patch removes the deprecate encoding key Forwarded: No Author: Wences Arana Last-Update: 2011-07-25 --- a/data/amoebax.desktop +++ b/data/amoebax.desktop @@ -1,7 +1,6 @@ [Desktop Entry] Categories=Game;LogicGame; Comment=Defeat your opponent by filling up their grid up with garbage. -Encoding=UTF-8 Exec=amoebax GenericName=Computer Puzzle Game GenericName[tr]=Bulmaca Oyunu debian/patches/configure.patch0000664000000000000000000000313711614131562013625 0ustar Description: This patch removes the reference to useless DLLS Forwarded: No Author: Wences Arana Last-Update: 2011-07-25 --- a/configure +++ b/configure @@ -5085,7 +5085,7 @@ EXEEXT=".gpe" fi -ac_config_files="$ac_config_files Makefile autopackage/Makefile autopackage/default.apspec data/Makefile data/InfoPlist.strings data/Info.plist data/AmoebaxMain.nib/Makefile data/dlls/Makefile data/fonts/Makefile data/graphics/Makefile data/graphics/gp2x/Makefile data/music/Makefile data/sfx/Makefile doc/Doxyfile doc/Makefile m4/Makefile src/Makefile" +ac_config_files="$ac_config_files Makefile autopackage/Makefile autopackage/default.apspec data/Makefile data/InfoPlist.strings data/Info.plist data/AmoebaxMain.nib/Makefile data/fonts/Makefile data/graphics/Makefile data/graphics/gp2x/Makefile data/music/Makefile data/sfx/Makefile doc/Doxyfile doc/Makefile m4/Makefile src/Makefile" cat >confcache <<\_ACEOF # This file is a shell script that caches the results of configure @@ -5785,7 +5785,6 @@ "data/InfoPlist.strings") CONFIG_FILES="$CONFIG_FILES data/InfoPlist.strings" ;; "data/Info.plist") CONFIG_FILES="$CONFIG_FILES data/Info.plist" ;; "data/AmoebaxMain.nib/Makefile") CONFIG_FILES="$CONFIG_FILES data/AmoebaxMain.nib/Makefile" ;; - "data/dlls/Makefile") CONFIG_FILES="$CONFIG_FILES data/dlls/Makefile" ;; "data/fonts/Makefile") CONFIG_FILES="$CONFIG_FILES data/fonts/Makefile" ;; "data/graphics/Makefile") CONFIG_FILES="$CONFIG_FILES data/graphics/Makefile" ;; "data/graphics/gp2x/Makefile") CONFIG_FILES="$CONFIG_FILES data/graphics/gp2x/Makefile" ;; debian/patches/const.patch0000664000000000000000000000063311614131562012770 0ustar Description: This patch fix the cast error using char* instead of char * Forwarded: No Author: Wences Arana Last-Update: 2011-07-25 --- a/src/binreloc.cxx +++ b/src/binreloc.cxx @@ -744,7 +744,7 @@ if (path == (const char *) NULL) return (char *) NULL; - end = strrchr (path, '/'); + end = (char *) strrchr (path, '/'); if (end == (const char *) NULL) return strdup ("."); debian/watch0000664000000000000000000000017711614131562010226 0ustar version=3 opts=dversionmangle=s/\+dfsg// \ http://www.emma-soft.com/games/amoebax/download.html download/amoebax-(.+)\.tar\.bz2debian/amoebax-data.install0000664000000000000000000000003111614131562013075 0ustar usr/share/games/amoebax/*debian/control0000664000000000000000000000377512300747642010614 0ustar Source: amoebax Section: games Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian Games Team Uploaders: Wences Arana Build-Depends: debhelper (>= 8.0), autotools-dev, libsdl1.2-dev, libsdl-image1.2-dev, libsdl-mixer1.2-dev Standards-Version: 3.9.2 Homepage: http://www.emma-soft.com/games/amoebax/index.html Vcs-Git: git://anonscm.debian.org/pkg-games/amoebax.git Vcs-Browser: http://anonscm.debian.org/git/pkg-games/amoebax.git Package: amoebax Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, amoebax-data (= ${source:Version}) Description: Puyo Puyo-style puzzle game for up to two players Due an awful mutation, some amoeba's species have started to multiply until they take the world if you can't stop them. Fortunately the mutation made then too unstable and lining up four or more will make them disappear. . Follow Kim or Tom through 6 levels in their quest to prevent the cute multiplying amoebas to take the world and become the new Amoeba Master. Watch out for the cute but amoeba's controlled creatures that will try to put and end to your quest. . Amoebax is designed with levels for everyone, from children to adults. With the training mode everybody will quickly become a master and the tournament mode will let you have a good time with your friends. There is also catchy music, funny sound effects, and beautiful screens that sure appeal to everyone in the family. Package: amoebax-data Architecture: all Depends: ${misc:Depends} Recommends: amoebax Description: Data files for amoebax Amoebax is a cute and addictive action-puzzle game. Due an awful mutation, some amoeba's species have started to multiply until they take the world if you can't stop them. Fortunately the mutation made then too unstable and lining up four or more will make them disappear. . This package contain the sounds, graphics, fonts, music and special effects for amoebax. debian/source/0000775000000000000000000000000011614131562010470 5ustar debian/source/format0000664000000000000000000000001411614131562011676 0ustar 3.0 (quilt) debian/amoebax.install0000664000000000000000000000007611614131562012177 0ustar usr/games/amoebax usr/share/applications/* usr/share/pixmaps/*debian/compat0000664000000000000000000000000211614131562010366 0ustar 8 debian/rules0000775000000000000000000000161412300747620010253 0ustar #!/usr/bin/make -f %: dh $@ --with autotools_dev override_dh_auto_configure: dh_auto_configure -- --bindir=/usr/games --datadir=/usr/share/games --mandir=/usr/share/man # Grab the version before +dfsg DEB_UPSTREAM_VERSION=$(shell dpkg-parsechangelog | sed -rne 's,^Version: ([^+]+).*,\1,p') get-orig-source: uscan --noconf --force-download --rename --download-current-version --destdir=. rm -rf amoebax-$(DEB_UPSTREAM_VERSION) tar -xjf amoebax_$(DEB_UPSTREAM_VERSION).orig.tar.bz2 rm amoebax_$(DEB_UPSTREAM_VERSION).orig.tar.bz2 rm -r amoebax-$(DEB_UPSTREAM_VERSION)/data/dlls mv amoebax-$(DEB_UPSTREAM_VERSION) amoebax-$(DEB_UPSTREAM_VERSION).orig GZIP=--best tar -cj --owner root --group root --mode a+rX \ -f amoebax_$(DEB_UPSTREAM_VERSION)+dfsg.orig.tar.bz2 \ amoebax-$(DEB_UPSTREAM_VERSION).orig rm -r amoebax-$(DEB_UPSTREAM_VERSION).orig