--- fillets-ng-1.0.0.orig/debian/fillets-ng.xpm +++ fillets-ng-1.0.0/debian/fillets-ng.xpm @@ -0,0 +1,39 @@ +/* XPM */ +static char * fillets_ng_xpm[] = { +"32 32 4 1", +" c None", +". c #000000", +"+ c #808000", +"@ c #FFFF00", +" .......... ", +" ...+@@@@@@+... ", +" ...@@@@@@@@@@@@... ", +" ..+@@@+......+@@@+.. ", +" ..@@@+..........+@@@.. ", +" ..@@@..............@@@.. ", +" ..@@@................@@@.. ", +" ..@@@..................@@@.. ", +" .+@@....................@@+. ", +" ..@@......................@@.. ", +" .@@+......................+@@. ", +"..@@.....@@@@@.........@@...@@..", +".+@+...@@@@@@@@@.....@@@@...+@+.", +".@@...@@@.....@@@...@@+@@....@@.", +".@@...@@.+@....+@@+@@+.@@....@@.", +".@@..@@..@@.....+@@@+..@@....@@.", +".@@..@@.........+@@@+..@@....@@.", +".@@...@@.......+@@+@@+.@@....@@.", +".@@...@@@.....@@@...@@+@@....@@.", +".+@+...@@@@@@@@@.....@@@@...+@+.", +"..@@.....@@@@@.........@@...@@..", +" .@@+......................+@@. ", +" ..@@......................@@.. ", +" .+@@....................@@+. ", +" ..@@@..................@@@.. ", +" ..@@@................@@@.. ", +" ..@@@..............@@@.. ", +" ..@@@+..........+@@@.. ", +" ..+@@@+......+@@@+.. ", +" ...@@@@@@@@@@@@... ", +" ...+@@@@@@+... ", +" .......... "}; --- fillets-ng-1.0.0.orig/debian/rules +++ fillets-ng-1.0.0/debian/rules @@ -0,0 +1,87 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# Sample debian/rules that uses debhelper. +# GNU copyright 1997 to 1999 by Joey Hess. + +# Uncomment this to turn on verbose mode. +#export DH_VERBOSE=1 + +include /usr/share/quilt/quilt.make + +# These are used for cross-compiling and for saving the configure script +# from having to guess our platform (since we know it already) +DEB_HOST_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_HOST_GNU_TYPE) +DEB_BUILD_GNU_TYPE ?= $(shell dpkg-architecture -qDEB_BUILD_GNU_TYPE) + + +CFLAGS = -Wall -g + +ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS))) + CFLAGS += -O0 +else + CFLAGS += -O2 +endif +ifeq (,$(findstring nostrip,$(DEB_BUILD_OPTIONS))) + INSTALL_PROGRAM += -s +endif + +config.status: configure patch + dh_testdir + # Add here commands to configure the package. + CFLAGS="$(CFLAGS)" LDFLAGS=-lX11 ./configure --host=$(DEB_HOST_GNU_TYPE) --build=$(DEB_BUILD_GNU_TYPE) --prefix=/usr --mandir=\$${prefix}/share/man --infodir=\$${prefix}/share/info --bindir=\$${prefix}/games --datarootdir=\$${prefix}/share + + +build: build-stamp + +build-stamp: config.status + dh_testdir + cp /usr/share/misc/config.guess /usr/share/misc/config.sub . + $(MAKE) + uudecode debian/fillets-ng.png.uu -o debian/fillets-ng.png + touch build-stamp + +clean: unpatch + dh_testdir + dh_testroot + rm -f build-stamp + # Add here commands to clean up after the build process. + [ ! -f Makefile ] || $(MAKE) distclean + rm -f config.guess config.clean + dh_clean debian/fillets-ng.png + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + + # Add here commands to install the package into debian/fillets-ng. + $(MAKE) install DESTDIR=$(CURDIR)/debian/fillets-ng + + +# Build architecture-independent files here. +binary-indep: build install +# We have nothing to do by default. + +# Build architecture-dependent files here. +binary-arch: build install + dh_testdir + dh_testroot + dh_installchangelogs ChangeLog + dh_installdocs + dh_installexamples + dh_install + dh_installmenu + dh_installman + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install --- fillets-ng-1.0.0.orig/debian/docs +++ fillets-ng-1.0.0/debian/docs @@ -0,0 +1,4 @@ +AUTHORS +NEWS +README +TODO --- fillets-ng-1.0.0.orig/debian/changelog +++ fillets-ng-1.0.0/debian/changelog @@ -0,0 +1,266 @@ +fillets-ng (1.0.0-1) unstable; urgency=low + + * New upstream release. + * Bump fillets-ng-data versioned depends to 1.0.0. + * Remove ancient Replaces on follets-ng-data. + * Add alternative suggests on fillets-ng-data-nl. + * Bump to Standards-Version 3.9.1. + + -- Gerfried Fuchs Mon, 31 Jan 2011 18:10:45 +0100 + +fillets-ng (0.9.3-1) unstable; urgency=low + + * New upstream release, including fix for FTBFS with respect to fribidi + change (closes: #571381) + * Bump Standards-Version to 3.8.4. + * Note down licensing of debianization as BSD. + * Add ${misc:Depends} to dependencies. + + -- Gerfried Fuchs Thu, 25 Feb 2010 22:53:17 +0100 + +fillets-ng (0.9.2-1) unstable; urgency=low + + * New upstream release. + * Bump to Standards-Version 3.8.3. + + -- Gerfried Fuchs Tue, 10 Nov 2009 00:02:01 +0100 + +fillets-ng (0.9.1-1) unstable; urgency=low + + * New upstream release. + * Bumped to Standards-Version 3.8.2. + * Switched to debhelper 7 compat layer, using dh_prep instead of + dh_clean -k. + * Build-Depend on autotools-dev, copy config.{guess,sub} before configure + run and remove them in clean target. + + -- Gerfried Fuchs Sat, 18 Jul 2009 16:29:05 +0200 + +fillets-ng (0.9.0-1) unstable; urgency=low + + * New upstream release (closes: #533145) + * Bumped to Standards-Version 3.8.1. + * Remove deprecated dh_desktop call. + + -- Gerfried Fuchs Tue, 16 Jun 2009 11:25:31 +0200 + +fillets-ng (0.8.1-2) unstable; urgency=low + + [ Gerfried Fuchs ] + * Upload to unstable (closes: #521008) + * Updated watch file to use sf redirector. + + -- Alexander Reichle-Schmehl Sat, 04 Apr 2009 19:11:07 +0200 + +fillets-ng (0.8.1-1) experimental; urgency=low + + [ Alexander Reichle-Schmehl ] + * New upstream release + * Adjusting Dependencies in debian/control + * Changing my name in the Uploaders field + * Bumping standards to 3.8.0: + * Adding debian/README.source + * Updating debian/copyright + + -- Alexander Reichle-Schmehl Mon, 19 Jan 2009 22:33:11 +0100 + +fillets-ng (0.8.0-2) unstable; urgency=low + + * Adding pkg-config to build-depends, fixing problem of libfribidi not + beeing fround during configuring, thanks to Lucas Nussbaum for detecting + the problem. + * Applying patch from Evgeni Golov to add missing #include statements to + make it really build with gcc-4.3; thanks! (Closes: #417187) + + -- Alexander Schmehl Tue, 29 Jan 2008 21:13:56 +0100 + +fillets-ng (0.8.0-1) unstable; urgency=low + + * The "happy new year" new upstream release (Closes: #457932). + + [ Cyril Brulebois ] + * Added Vcs-Svn and Vcs-Browser fields in the control file. + + [ Jon Dowland ] + * add Homepage: control field to source stanza + + [ Gerfried Fuchs ] + * Updated dependencies on data packages in control file. + * Add quilt to Build-Depends, adding the following patch: + - gcc-4.3-fix: Add missing #include statements to make it compile with gcc + 4.3 (Closes: #417187) + * Really removed fabian from uploaders. + * Remove Homepage from binary description field. + * Bump Standards-Version, no changes needed. + * Remove obsolete Encoding entry from desktop file. + + -- Gerfried Fuchs Mon, 31 Dec 2007 15:16:20 +0100 + +fillets-ng (0.7.4-3) unstable; urgency=low + + [ Eddy Petrișor ] + * modifications in the desktop file + - PuzzleGame was not a valid category, added LogicGame instead + - added a Romanian translation of the Comment + + [ Alexander Schmehl ] + * upload to unstable + * remove fabian linzberger from uploaders; he doesn't seem interested + anymore :( + * adding libfribidi-dev to build depends, fillents-ng can make use of that + * Thanks to Steinar Gunderson for noticing it + * Adding XS-Vcs-Svn and XS-Vcs-Browser Headers + + -- Alexander Schmehl Sun, 29 Jul 2007 16:29:02 +0200 + +fillets-ng (0.7.4-2) experimental; urgency=low + + [ Gonéri Le Bouder ] + * remove Applications from Categorie in the desktop file since it's not + an official categorie + + [ Alexander Schmehl ] + * updating debian/copyright to reflect changes in 0.7.4 + + -- Alexander Schmehl Sun, 14 Jan 2007 13:23:27 +0100 + +fillets-ng (0.7.4-1) experimental; urgency=low + + * new upstream release (Closes: #406571) + + -- Alexander Schmehl Fri, 12 Jan 2007 19:35:51 +0100 + +fillets-ng (0.7.3-3) unstable; urgency=low + + * Adding conflicts to fillets-ng-data < 0.7.1-1 because of the moved + xpm-icon + * Only suggesting fillets-ng-data-cs + (aptitude et.al. will pull in recommends, but not suggests; -data-cs + doesn't need to be installed by default) + + -- Alexander Schmehl Tue, 22 Aug 2006 19:52:52 +0200 + +fillets-ng (0.7.3-2) unstable; urgency=low + + * new maintainer: pkg-games + * tweaked standards version to 3.7.2 + - no changes needed + * Adding Homepage semi-header to package description + * moving icon from -data fo fillets-ng + - removing lintian overrides + - adding versioned replaces + * Adding dektops.file and menu icons + - adding sharutils to build depends (for the png-icon) + - adding fillets-ng.png to dh_clean + - Thanks Emmet Hikory for creating the desktop + file (but not sending it back) + + -- Alexander Schmehl Tue, 22 Aug 2006 16:30:16 +0200 + +fillets-ng (0.7.3-1.1) unstable; urgency=medium + + * Non-Maintainer Upload to fix Failure To Build From Source due to missing + build-dependency on libx11-dev, and missing linker flag -lX11. + (Closes: #379275) + + -- Margarita Manterola Sun, 30 Jul 2006 18:08:15 -0300 + +fillets-ng (0.7.3-1) unstable; urgency=low + + * New upstream release + * Flags show language tips (Closes: #323288) + * Updated Standards-Version: to 3.6.2 + * Updated postal address of the FSF in copyright file + + -- fabian linzberger Wed, 5 Oct 2005 11:11:51 +0200 + +fillets-ng (0.7.1-1) unstable; urgency=low + + * New upstream release + + -- fabian linzberger Tue, 2 Aug 2005 10:55:30 +0200 + +fillets-ng (0.7.0.final-1) unstable; urgency=low + + * New upstream release + + -- fabian linzberger Sun, 5 Jun 2005 15:25:08 +0200 + +fillets-ng (0.7.0+pre1-1) unstable; urgency=low + + * New upstream release + * fillets-ng-data-cs is now Recommended, since upstream decided to + switch on speech by default, which i find a good idea. + + -- fabian linzberger Sun, 17 Apr 2005 21:52:06 +0200 + +fillets-ng (0.6.0-1) unstable; urgency=low + + * New upstream release + + -- fabian linzberger Sun, 10 Oct 2004 21:54:56 +0200 + +fillets-ng (0.5.0-2) unstable; urgency=low + + * fixed build-dep on libsdl-mixer1.2-dev (Closes: #269057) + * Depends and Suggests on -data and -data-cs will now be satisfied + by >= 0.5.0, which allows for updating packages individually + + -- fabian linzberger Mon, 6 Sep 2004 14:44:45 +0200 + +fillets-ng (0.5.0-1) unstable; urgency=low + + * New upstream release (Closes: #261937: Czech speech, English + subtitles) + * added clarifications to README.Debian about fillets-ng-data-cs + (Closes: #261933: Description/documentation are a bit unclear about + dialog) + * fixed regex in watch file to hopefully correctly detect version now + (was finding data-cs-x.y.z instead of x.y.z) + * removed dependency for libboost-filesystem-dev which is now optional + for non-POSIX systems only (see upstream README) + * updated copyright file + + -- fabian linzberger Wed, 11 Aug 2004 16:34:31 +0200 + +fillets-ng (0.4.1-1) unstable; urgency=low + + * New upstream release + * added watch file + * added lintian override for menu-icon-missing + + -- fabian linzberger Thu, 15 Jul 2004 21:18:53 +0200 + +fillets-ng (0.4.0-3) unstable; urgency=low + + * added shape to menu entry, fixed some minor formatting errors + in control file, thanks to Gerfried Fuchs + for his feedback. + * fixed typo in manpage + + -- fabian linzberger Tue, 13 Jul 2004 23:36:43 +0200 + +fillets-ng (0.4.0-2) unstable; urgency=low + + * enhanced manpage. + + -- fabian linzberger Mon, 12 Jul 2004 15:35:35 +0200 + +fillets-ng (0.4.0-1) unstable; urgency=low + + * New upstream release. + * New Maintainer (friendly takeover, coordinated with former + maintainer and upstream). + * ./configure --datadir support added + * added a brief manpage + * added Frederic Panico to copyright file + * Closes: #258440: ITP: fillets-ng -- puzzle game about witty fish + saving the world sokoban style + + -- fabian linzberger Fri, 9 Jul 2004 20:30:56 +0200 + +fillets-ng (0.3.0-1) unstable; urgency=low + + * Initial Release. + + -- Michal Čihař Mon, 10 May 2004 17:12:37 +0200 --- fillets-ng-1.0.0.orig/debian/fillets-ng.png.uu +++ fillets-ng-1.0.0/debian/fillets-ng.png.uu @@ -0,0 +1,13 @@ +begin 644 fillets-ng.png +MB5!.1PT*&@H````-24A$4@```"`````@"`8```!S>GKT````!F)+1T0`_P#_ +M`/^@O:>3````"7!(67,```!(````2`!&R6L^```!24E$051XVLU7T0[#(`@\ +MFWVX_7+VL-C!%81N;BD)2U?Q#I"B-EP3*=JU*N!V@5@`H'=`Q-?>S_;?>GJ` +M2#7V`6R10YY9!DS$0_;]!>[IOJO)YXQ<$@$@(F_M_4AKJKW;N9@L20O(3=2M +M7%($Y&,8-(9>1EYU0L,O)Z\X88I0%UTX^M%B(_!/Q@:'K@6O842-)!W7C2N:3^_G0%"= +M#9..Q\\1;LF!['_D!+?LB@./O)1^]UF6:L"+^N=+\/BF,GPK?)2+R-``DFPUK8NO*K:]F8^*Q)'S]8M'7-I[_:0;"C!0<+\D3 +4JP4]N8^4\F4`````245.1*Y"8((` +` +end --- fillets-ng-1.0.0.orig/debian/watch +++ fillets-ng-1.0.0/debian/watch @@ -0,0 +1,3 @@ +# watch control file for uscan +version=2 +http://sf.net/fillets/fillets-ng-([0-9\.]*)\.tar\.gz debian uupdate --- fillets-ng-1.0.0.orig/debian/menu +++ fillets-ng-1.0.0/debian/menu @@ -0,0 +1,3 @@ +?package(fillets-ng):needs="X11" section="Games/Puzzles" \ + title="Fish Fillets" longtitle="Fish Fillets - Next Generation" \ + command="/usr/games/fillets" icon="/usr/share/pixmaps/fillets-ng.xpm" --- fillets-ng-1.0.0.orig/debian/copyright +++ fillets-ng-1.0.0/debian/copyright @@ -0,0 +1,61 @@ +This package was debianized by Michal Čihař on +Mon, 10 May 2004 17:12:37 +0200. It was maintained over time by: +fabian linzberger , Alexander Schmehl +and Gerfried Fuchs . The license of the packaging is +BSD style, see /usr/share/common-licenses/BSD + +It was downloaded from http://fillets.sourceforge.net + +Upstream Authors: + Ivo Danihelka + Pavel Danihelka + Frederic Panico + Ronny Standtke + Simone Cociancich + Przemek Bojczuk + César Catrián C. + Astrid de Wijn + Damyan Ivanov + Olov Gustavsson + Marko Burjek + Ricardo Faria + Leonid Myravjev + ALTAR interactive + + +Copyright: + Copyright (C) 2004 - 2008 Ivo Danihelka + Copyright (C) 2004 - 2008 Pavel Danihelka + Copyright (C) 2004 - 2008 Frederic Panico + Copyright (C) 2004 - 2008 Ronny Standtke + Copyright (C) 2004 - 2008 Simone Cociancich + Copyright (C) 2004 - 2008 Przemek Bojczuk + Copyright (C) 2004 - 2008 César Catrián C. + Copyright (C) 2004 - 2008 Astrid de Wijn + Copyright (C) 2004 - 2008 Damyan Ivanov + Copyright (C) 2004 - 2008 Olov Gustavsson + Copyright (C) 2004 - 2008 Marko Burjek + Copyright (C) 2004 - 2008 Ricardo Faria + Copyright (C) 2004 - 2008 Leonid Myravjev + + +License: + + 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'. + --- fillets-ng-1.0.0.orig/debian/fillets-ng.install +++ fillets-ng-1.0.0/debian/fillets-ng.install @@ -0,0 +1,3 @@ +debian/fillets-ng.desktop /usr/share/applications/ +debian/fillets-ng.xpm /usr/share/pixmaps +debian/fillets-ng.png /usr/share/pixmaps --- fillets-ng-1.0.0.orig/debian/control +++ fillets-ng-1.0.0/debian/control @@ -0,0 +1,26 @@ +Source: fillets-ng +Section: games +Priority: optional +Maintainer: Debian Games Team +Uploaders: Alexander Reichle-Schmehl , Gerfried Fuchs +Build-Depends: debhelper (>= 7), quilt, liblua50-dev, libsdl1.2-dev, + libsdl-mixer1.2-dev (>= 1.2.4-3), libsdl-image1.2-dev, libsdl-ttf2.0-dev, + liblualib50-dev, libx11-dev, sharutils, libfribidi-dev, pkg-config, + autotools-dev +Standards-Version: 3.9.1 +Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/fillets-ng/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/fillets-ng/?op=log +Homepage: http://fillets.sourceforge.net/ + +Package: fillets-ng +Architecture: any +Depends: ${misc:Depends}, ${shlibs:Depends}, fillets-ng-data (>= 1.0.0-1) +Suggests: fillets-ng-data-cs (>= 1.0.0) | fillets-ng-data-nl (>= 1.0.0) +Conflicts: fillets-ng-data-cs (<< 1.0.0) +Replaces: fillets-ng-data (<= 0.7.1-1) +Description: puzzle game about witty fish saving the world sokoban-style + Fish Fillets is strictly a puzzle game. The goal in every of the seventy + levels is always the same: find a safe way out. The fish utter witty remarks + about their surroundings, the various inhabitants of their underwater realm + quarrel among themselves or comment on the efforts of your fish. The whole + game is accompanied by quiet, comforting music. --- fillets-ng-1.0.0.orig/debian/fillets-ng.desktop +++ fillets-ng-1.0.0/debian/fillets-ng.desktop @@ -0,0 +1,9 @@ +[Desktop Entry] +Name=Fish Fillets +Comment=Puzzle game about witty fish saving the world sokoban-style +Comment[ro]=Un puzzle cu un pește inteligent care salvează lumea în stil sokoban +Exec=fillets +Icon=fillets-ng +Terminal=false +Type=Application +Categories=Game;LogicGame; --- fillets-ng-1.0.0.orig/debian/README.Debian +++ fillets-ng-1.0.0/debian/README.Debian @@ -0,0 +1,18 @@ +fillets-ng for Debian +--------------------- + +you can get czech language spoken dialogs by installing +fillets-ng-data-cs. + +these are a completely optional add-on to the music and sound already +included in fillets-ng-data, probably mostly useful for czech-speaking +people (but may be used by others for fun with subtitles in a +different language). since the 0.7.0pre1 upstream release it is +officially recommended for everyone to install them, so don't hesitate +any longer, just get them now! ;) + + +see fillets(6) for commandline options or use the in game preferences +menu to activate them + + -- fabian linzberger , Wed, 11 Aug 2004 16:45:20 +0200 --- fillets-ng-1.0.0.orig/debian/compat +++ fillets-ng-1.0.0/debian/compat @@ -0,0 +1 @@ +7 --- fillets-ng-1.0.0.orig/debian/README.source +++ fillets-ng-1.0.0/debian/README.source @@ -0,0 +1,2 @@ +This package uses quilt for patch management, for more information see +the file /usr/share/doc/quilt/README.source in the quilt package. --- fillets-ng-1.0.0.orig/debian/patches/series +++ fillets-ng-1.0.0/debian/patches/series @@ -0,0 +1 @@ +gcc-4.3-fix --- fillets-ng-1.0.0.orig/debian/patches/gcc-4.3-fix +++ fillets-ng-1.0.0/debian/patches/gcc-4.3-fix @@ -0,0 +1,34 @@ +Author: Martin Michlmayr vim:ft=diff: +Description: add missing #include statements, BTS #417187 + +--- a/src/gengine/OptionAgent.cpp ++++ b/src/gengine/OptionAgent.cpp +@@ -23,6 +23,7 @@ + #include "UnknownMsgException.h" + #include "minmax.h" + ++#include //getenv + #include //getenv + #include //strlen + #include //setlocale +--- a/src/gengine/StringTool.cpp ++++ b/src/gengine/StringTool.cpp +@@ -9,6 +9,7 @@ + #include "StringTool.h" + + #include ++#include + #include + + //----------------------------------------------------------------- +--- a/src/level/Landslip.cpp ++++ b/src/level/Landslip.cpp +@@ -13,6 +13,8 @@ + + #include + ++#include ++ + //----------------------------------------------------------------- + Landslip::Landslip(const ModelList &models) + : m_models(models)