--- fillets-ng-data-1.0.0.orig/debian/rules +++ fillets-ng-data-1.0.0/debian/rules @@ -0,0 +1,71 @@ +#!/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 + + + + +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 + +configure: configure-stamp +configure-stamp: + dh_testdir + touch configure-stamp + + +build: build-stamp + +build-stamp: configure-stamp + dh_testdir + touch build-stamp + +clean: + dh_testdir + dh_testroot + rm -f build-stamp configure-stamp + dh_clean + +install: build + dh_testdir + dh_testroot + dh_prep + dh_installdirs + + +# Build architecture-independent files here. +binary-indep: build install + dh_testdir + dh_testroot + dh_installchangelogs + dh_installdocs + dh_installexamples + dh_install + dh_link + dh_strip + dh_compress + dh_fixperms + dh_installdeb + dh_shlibdeps + dh_gencontrol + dh_md5sums + dh_builddeb + +# Build architecture-dependent files here. +binary-arch: build install +# We have nothing to do by default. + +binary: binary-indep binary-arch +.PHONY: build clean binary-indep binary-arch binary install configure --- fillets-ng-data-1.0.0.orig/debian/fillets-ng-data.links +++ fillets-ng-data-1.0.0/debian/fillets-ng-data.links @@ -0,0 +1,6 @@ +usr/share/doc/fillets-ng-data/html/ usr/share/doc/fillets-ng/html +usr/share/fonts/truetype/freefont/FreeSansBold.ttf usr/share/games/fillets-ng/font/font_console.ttf +usr/share/fonts/truetype/freefont/FreeSansBold.ttf usr/share/games/fillets-ng/font/font_subtitle.ttf +usr/share/fonts/truetype/freefont/FreeSansBold.ttf usr/share/games/fillets-ng/font/font_menu.ttf + + --- fillets-ng-data-1.0.0.orig/debian/changelog +++ fillets-ng-data-1.0.0/debian/changelog @@ -0,0 +1,206 @@ +fillets-ng-data (1.0.0-1) unstable; urgency=low + + * New upstream release. + * New fillets-ng-data-nl speech package. + * Fix install of the czech ftdo speech files. + * Bump fillets-ng versioned recommends to 1.0.0. + * Bump to Standards-Version 3.9.1. + * Note down licensing of debianization as BSD. + + -- Gerfried Fuchs Mon, 31 Jan 2011 18:28:48 +0100 + +fillets-ng-data (0.9.2-1) unstable; urgency=low + + * New upstream release, containing fix for: + - Typo in German translation (closes: #533402) + * Bump Standards-Version to 3.8.3. + * Switched to debhelper 7 compat layer, using dh_prep instead of + dh_clean -k. + * Remove Tag: from control file, they are handled externally. + * Register manual.html with doc-base. + + -- Gerfried Fuchs Wed, 11 Nov 2009 09:04:38 +0100 + +fillets-ng-data (0.9.0-1) unstable; urgency=low + + * New upstream release. + * Bumped to Standards-Version 3.8.1. + * New sounds: keys/{cs,en}, linux/{cs,en} and electromagnet/en. + * Also install sounds not yet installed: hanoi/cs, hole/cs, nowall/cs, + rush/cs, rotate/en. + + -- Gerfried Fuchs Tue, 16 Jun 2009 13:24:15 +0200 + +fillets-ng-data (0.8.1-2) unstable; urgency=low + + [ Gerfried Fuchs ] + * Updated watch file to use sf redirector. + + [ Alexander Reichle-Schmehl ] + * upload to unstable + + -- Alexander Reichle-Schmehl Sat, 04 Apr 2009 19:26:06 +0200 + +fillets-ng-data (0.8.1-1) experimental; urgency=low + + * New upstream release + * Adjusting Dependencies in debian/control + * Changing my name in debian/control + * Bumped to standards version 3.8.0 (no change needed) + * removed linda ignore file + + -- Alexander Reichle-Schmehl Mon, 19 Jan 2009 22:55:13 +0100 + +fillets-ng-data (0.8.0-1) unstable; urgency=low + + * The "happy new year" new upstream release. + + [ 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 in control file. + * Remove Homepage from binary description field. + * Bump Standards-Version, no changes needed. + * Move debhelper stuff from binary-arch target to binary-indep as + appropriate. + + -- Gerfried Fuchs Mon, 31 Dec 2007 15:19:56 +0100 + +fillets-ng-data (0.7.4-1) experimental; urgency=low + + * new upstream release (Closes: #405037) + - tweaking recommends of all packages + * removing fabian from uploaders + + -- Alexander Schmehl Wed, 14 Feb 2007 18:15:55 +0100 + +fillets-ng-data (0.7.1-4) unstable; urgency=low + + * Moving "Depends: ttf-freefont" from fillets-ng-data-cs to fillets-ng-data + * Adding debtags to both binary packages + + -- Alexander Schmehl Fri, 22 Sep 2006 16:21:48 +0200 + +fillets-ng-data (0.7.1-3) unstable; urgency=low + + * moving linda overrides to correct directory + + -- Alexander Schmehl Tue, 22 Aug 2006 22:55:42 +0200 + +fillets-ng-data (0.7.1-2) unstable; urgency=low + + * new maintainer pkg-games group + * tweaked standards version to 3.7.2 + - no changes needed + * added homepage semi-header to package description + * moving icon to fillets-ng binary package + * cleaning up debian/rules + * adding copyright notice from fonts/* to copyright + * removing the fonts from beeing installed, instead adding dependency on + ttf-freefont and symlinks; adding linda overrides (not worth to create a + new tarball for that) + * fixing old FSF address in copyright + + -- Alexander Schmehl Tue, 22 Aug 2006 17:07:54 +0200 + +fillets-ng-data (0.7.1-1) unstable; urgency=low + + * New upstream release + + -- fabian linzberger Tue, 2 Aug 2005 10:47:12 +0200 + +fillets-ng-data (0.7.0.final-1) unstable; urgency=low + + * New upstream release + + -- fabian linzberger Sun, 5 Jun 2005 15:40:32 +0200 + +fillets-ng-data (0.7.0+pre1-1) unstable; urgency=low + + * New upstream release + * fillets-ng-data-cs is now built from fillets-ng-data source + package, since upstream merged them in. there will continue to be a + separate package in debian, since download size is considerably big already + anyway. it is my understanding dh_install cannot handle wildcards + as destinations, therefore *.install has increased in size + somewhat. please educate me if this is a misunderstanding. + + -- fabian linzberger Mon, 18 Apr 2005 00:21:02 +0200 + +fillets-ng-data (0.6.1-1) unstable; urgency=low + + * New upstream release + * fixes bug that causes crash on new installs in + /usr/share/games/fillets-ng/script/init.lua + + -- fabian linzberger Mon, 11 Oct 2004 09:07:29 +0200 + +fillets-ng-data (0.6.0-1) unstable; urgency=low + + * New upstream release + + -- fabian linzberger Sun, 10 Oct 2004 22:20:13 +0200 + +fillets-ng-data (0.5.1-1) unstable; urgency=low + + * New upstream release. (Closes: #265911 - Crash on corals level) + * Now recommends fillets-ng >=0.5.0 instead of depending on =Source-Version + * Now suggests fillets-ng-data-cs >=0.5.0 instead of =Source-Version + + -- fabian linzberger Mon, 6 Sep 2004 14:20:02 +0200 + +fillets-ng-data (0.5.0-1) unstable; urgency=low + + * New upstream release + * fixed watchfile regex + * updated copyright + * clarified package description + + -- fabian linzberger Wed, 11 Aug 2004 17:35:05 +0200 + +fillets-ng-data (0.4.1-1) unstable; urgency=low + + * New upstream release + * added watch file + + -- fabian linzberger Thu, 15 Jul 2004 21:12:32 +0200 + +fillets-ng-data (0.4.0-3) unstable; urgency=low + + * fixed some minor formatting errors in control file, thanks to + Gerfried Fuchs for his feedback. + * added icon for use in the menu + + -- fabian linzberger Tue, 13 Jul 2004 23:36:49 +0200 + +fillets-ng-data (0.4.0-2) unstable; urgency=low + + * changed symlink to point from /usr/share/doc/fillets-ng/html to + /usr/share/doc/fillets-ng-data/html to fix image path problems + + -- fabian linzberger Sun, 11 Jul 2004 15:39:39 +0200 + +fillets-ng-data (0.4.0-1) unstable; urgency=low + + * New upstream release + * New Maintainer (friendly takeover, coordinated with former + maintainer and upstream). + * created a seperate fillets-ng-data-cs package for czech language + dialogs sound files + * moved html documentation to /usr/share/doc/fillets-ng-data/html + * added symlink from /usr/share/doc/fillets-ng/manual.html to + /usr/share/doc/fillets-ng-data/html/manual.html + * started using dh_install + + -- fabian linzberger Fri, 9 Jul 2004 14:44:23 +0200 + +fillets-ng-data (0.3.0-1) unstable; urgency=low + + * Initial Release. + + -- Michal Čihař Mon, 10 May 2004 17:59:36 +0200 + --- fillets-ng-data-1.0.0.orig/debian/fillets-ng-data.doc-base +++ fillets-ng-data-1.0.0/debian/fillets-ng-data.doc-base @@ -0,0 +1,8 @@ +Document: fillets-ng-manual +Title: Fillets Next Generation Manual +Abstract: This manual will teach you the gameplay of Fillets-NG. +Section: Games/Puzzles + +Format: HTML +Index: /usr/share/doc/fillets-ng-data/html/manual.html +Files: /usr/share/doc/fillets-ng-data/html/manual.html --- fillets-ng-data-1.0.0.orig/debian/watch +++ fillets-ng-data-1.0.0/debian/watch @@ -0,0 +1,3 @@ +# watch control file for uscan +version=2 +http://sf.net/fillets/fillets-ng-data-([0-9\.]*)\.tar\.gz debian uupdate --- fillets-ng-data-1.0.0.orig/debian/fillets-ng-data-nl.install +++ fillets-ng-data-1.0.0/debian/fillets-ng-data-nl.install @@ -0,0 +1,83 @@ +sound/share/blackjokes/nl usr/share/games/fillets-ng/sound/share/blackjokes +sound/share/border/nl usr/share/games/fillets-ng/sound/share/border +sound/share/borejokes/nl usr/share/games/fillets-ng/sound/share/borejokes +sound/airplane/nl usr/share/games/fillets-ng/sound/airplane/ +sound/alibaba/nl usr/share/games/fillets-ng/sound/alibaba/ +sound/atlantis/nl usr/share/games/fillets-ng/sound/atlantis/ +sound/aztec/nl usr/share/games/fillets-ng/sound/aztec/ +sound/barrel/nl usr/share/games/fillets-ng/sound/barrel/ +sound/bathroom/nl usr/share/games/fillets-ng/sound/bathroom/ +sound/bathyscaph/nl usr/share/games/fillets-ng/sound/bathyscaph/ +sound/briefcase/nl usr/share/games/fillets-ng/sound/briefcase/ +sound/broom/nl usr/share/games/fillets-ng/sound/broom/ +sound/cabin1/nl usr/share/games/fillets-ng/sound/cabin1/ +sound/cabin2/nl usr/share/games/fillets-ng/sound/cabin2/ +sound/cancan/nl usr/share/games/fillets-ng/sound/cancan/ +sound/cannons/nl usr/share/games/fillets-ng/sound/cannons/ +sound/captain/nl usr/share/games/fillets-ng/sound/captain/ +sound/cave/nl usr/share/games/fillets-ng/sound/cave/ +sound/cellar/nl usr/share/games/fillets-ng/sound/cellar/ +sound/chest/nl usr/share/games/fillets-ng/sound/chest/ +sound/city/nl usr/share/games/fillets-ng/sound/city/ +sound/columns/nl usr/share/games/fillets-ng/sound/columns/ +sound/computer/nl usr/share/games/fillets-ng/sound/computer/ +sound/corals/nl usr/share/games/fillets-ng/sound/corals/ +sound/corridor/nl usr/share/games/fillets-ng/sound/corridor/ +sound/crabshow/nl usr/share/games/fillets-ng/sound/crabshow/ +sound/creatures/nl usr/share/games/fillets-ng/sound/creatures/ +sound/duckie/nl usr/share/games/fillets-ng/sound/duckie/ +sound/dump/nl usr/share/games/fillets-ng/sound/dump/ +sound/elevator1/nl usr/share/games/fillets-ng/sound/elevator1/ +sound/elevator2/nl usr/share/games/fillets-ng/sound/elevator2/ +sound/elk/nl usr/share/games/fillets-ng/sound/elk/ +sound/emulator/nl usr/share/games/fillets-ng/sound/emulator/ +sound/ending/nl usr/share/games/fillets-ng/sound/ending/ +sound/engine/nl usr/share/games/fillets-ng/sound/engine/ +sound/experiments/nl usr/share/games/fillets-ng/sound/experiments/ +sound/fdto/nl usr/share/games/fillets-ng/sound/fdto/ +sound/floppy/nl usr/share/games/fillets-ng/sound/floppy/ +sound/gems/nl usr/share/games/fillets-ng/sound/gems/ +sound/gods/nl usr/share/games/fillets-ng/sound/gods/ +sound/grail/nl usr/share/games/fillets-ng/sound/grail/ +sound/hanoi/nl usr/share/games/fillets-ng/sound/hanoi/ +sound/hardware/nl usr/share/games/fillets-ng/sound/hardware/ +sound/hole/nl usr/share/games/fillets-ng/sound/hole/ +sound/imprisoned/nl usr/share/games/fillets-ng/sound/imprisoned/ +sound/keys/nl usr/share/games/fillets-ng/sound/keys/ +sound/kitchen/nl usr/share/games/fillets-ng/sound/kitchen/ +sound/labyrinth/nl usr/share/games/fillets-ng/sound/labyrinth/ +sound/library/nl usr/share/games/fillets-ng/sound/library/ +sound/linux/nl usr/share/games/fillets-ng/sound/linux/ +sound/magnet/nl usr/share/games/fillets-ng/sound/magnet/ +sound/map/nl usr/share/games/fillets-ng/sound/map/ +sound/music/nl usr/share/games/fillets-ng/sound/music/ +sound/noground/nl usr/share/games/fillets-ng/sound/noground/ +sound/nowall/nl usr/share/games/fillets-ng/sound/nowall/ +sound/party1/nl usr/share/games/fillets-ng/sound/party1/ +sound/party2/nl usr/share/games/fillets-ng/sound/party2/ +sound/pavement/nl usr/share/games/fillets-ng/sound/pavement/ +sound/pearls/nl usr/share/games/fillets-ng/sound/pearls/ +sound/propulsion/nl usr/share/games/fillets-ng/sound/propulsion/ +sound/puzzle/nl usr/share/games/fillets-ng/sound/puzzle/ +sound/pyramid/nl usr/share/games/fillets-ng/sound/pyramid/ +sound/reactor/nl usr/share/games/fillets-ng/sound/reactor/ +sound/reef/nl usr/share/games/fillets-ng/sound/reef/ +sound/rush/nl usr/share/games/fillets-ng/sound/rush/ +sound/snowman/nl usr/share/games/fillets-ng/sound/snowman/ +sound/society/nl usr/share/games/fillets-ng/sound/society/ +sound/stairs/nl usr/share/games/fillets-ng/sound/stairs/ +sound/start/nl usr/share/games/fillets-ng/sound/start/ +sound/steel/nl usr/share/games/fillets-ng/sound/steel/ +sound/submarine/nl usr/share/games/fillets-ng/sound/submarine/ +sound/tank/nl usr/share/games/fillets-ng/sound/tank/ +sound/tetris/nl usr/share/games/fillets-ng/sound/tetris/ +sound/turtle/nl usr/share/games/fillets-ng/sound/turtle/ +sound/ufo/nl usr/share/games/fillets-ng/sound/ufo/ +sound/viking1/nl usr/share/games/fillets-ng/sound/viking1/ +sound/viking2/nl usr/share/games/fillets-ng/sound/viking2/ +sound/warcraft/nl usr/share/games/fillets-ng/sound/warcraft/ +sound/wc/nl usr/share/games/fillets-ng/sound/wc/ +sound/windoze/nl usr/share/games/fillets-ng/sound/windoze/ +sound/wreck/nl usr/share/games/fillets-ng/sound/wreck/ +sound/key/nl usr/share/games/fillets-ng/sound/key/ +sound/electromagnet/nl usr/share/games/fillets-ng/sound/electromagnet/ --- fillets-ng-data-1.0.0.orig/debian/copyright +++ fillets-ng-data-1.0.0/debian/copyright @@ -0,0 +1,61 @@ +This package was debianized by Michal Čihař on +Mon, 10 May 2004 17:59:36 +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 (ivo@danihelka.net) + Pavel Danihelka (fillets@danihelka.net) + ALTAR interactive (info@altarinteractive.com) + Frederic Panico + Ronny Standtke + Simone Cociancich + Przemek Bojczuk + +Copyright: + + 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'. + + +For the true-type fonts located in the upstreams "font" directory +applies the following: + +They were downloaded from http://savannah.nongnu.org/projects/freefont + +Upstream Authors: Primoz Peterlin + +Copyright: 2002 by the Free Software Foundation. + 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, 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, 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'. + --- fillets-ng-data-1.0.0.orig/debian/dirs +++ fillets-ng-data-1.0.0/debian/dirs @@ -0,0 +1,4 @@ +usr/share/doc/fillets-ng-data +usr/share/doc/fillets-ng +usr/share/games/fillets-ng +usr/share/games/fillets-ng/font --- fillets-ng-data-1.0.0.orig/debian/fillets-ng-data.install +++ fillets-ng-data-1.0.0/debian/fillets-ng-data.install @@ -0,0 +1,33 @@ +{images,music,script} usr/share/games/fillets-ng/ +sound/share/*.ogg usr/share/games/fillets-ng/sound/share/ +sound/aztec/en usr/share/games/fillets-ng/sound/aztec/ +sound/barrel/en usr/share/games/fillets-ng/sound/barrel/ +sound/bathroom/en usr/share/games/fillets-ng/sound/bathroom/ +sound/bathyscaph/en usr/share/games/fillets-ng/sound/bathyscaph/ +sound/cabin1/en usr/share/games/fillets-ng/sound/cabin1/ +sound/cabin2/en usr/share/games/fillets-ng/sound/cabin2/ +sound/cancan/en usr/share/games/fillets-ng/sound/cancan/ +sound/city/en usr/share/games/fillets-ng/sound/city/ +sound/columns/en usr/share/games/fillets-ng/sound/columns/ +sound/corridor/en usr/share/games/fillets-ng/sound/corridor/ +sound/creatures/en usr/share/games/fillets-ng/sound/creatures/ +sound/dump/en usr/share/games/fillets-ng/sound/dump/ +sound/electromagnet/en usr/share/games/fillets-ng/sound/electromagnet/ +sound/elk/en usr/share/games/fillets-ng/sound/elk/ +sound/ending/en usr/share/games/fillets-ng/sound/ending/ +sound/engine/en usr/share/games/fillets-ng/sound/engine/ +sound/floppy/en usr/share/games/fillets-ng/sound/floppy/ +sound/imprisoned/en usr/share/games/fillets-ng/sound/imprisoned/ +sound/keys/en usr/share/games/fillets-ng/sound/keys/ +sound/linux/en usr/share/games/fillets-ng/sound/linux/ +sound/music/en usr/share/games/fillets-ng/sound/music/ +sound/pavement/en usr/share/games/fillets-ng/sound/pavement/ +sound/puzzle/en usr/share/games/fillets-ng/sound/puzzle/ +sound/reactor/en usr/share/games/fillets-ng/sound/reactor/ +sound/rotate/en usr/share/games/fillets-ng/sound/rotate/ +sound/snowman/en usr/share/games/fillets-ng/sound/snowman/ +sound/society/en usr/share/games/fillets-ng/sound/society/ +sound/steel/en usr/share/games/fillets-ng/sound/steel/ +sound/viking1/en usr/share/games/fillets-ng/sound/viking1/ +sound/viking2/en usr/share/games/fillets-ng/sound/viking2/ +sound/warcraft/en usr/share/games/fillets-ng/sound/warcraft/ --- fillets-ng-data-1.0.0.orig/debian/control +++ fillets-ng-data-1.0.0/debian/control @@ -0,0 +1,53 @@ +Source: fillets-ng-data +Section: games +Priority: optional +Maintainer: Debian Games Team +Uploaders: Alexander Reichle-Schmehl , Gerfried Fuchs +Build-Depends: debhelper (>= 7) +Standards-Version: 3.9.1 +Vcs-Svn: svn://svn.debian.org/svn/pkg-games/packages/trunk/fillets-ng-data/ +Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/fillets-ng-data/?op=log +Homepage: http://fillets.sourceforge.net/ + +Package: fillets-ng-data +Architecture: all +Depends: ttf-freefont +Recommends: fillets-ng (>= 1.0.0) +Suggests: fillets-ng-data-cs (>= 1.0.0) +Description: docs, graphics, music and international sounds for fillets-ng + 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. + . + This package contains the data needed for the game. You need it, even + if you also install the add-on czech language spoken dialogs. + +Package: fillets-ng-data-cs +Architecture: all +Recommends: fillets-ng (>= 1.0.0), fillets-ng-data (>= 1.0.0) +Description: add-on sounds for Czech language spoken dialogs for fillets-ng + 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. + . + This package contains add-on sound-files for Czech language spoken + dialogs. It is a completely optional add-on and does not replace + fillets-ng-data, which is still needed for graphics and other sounds. + +Package: fillets-ng-data-nl +Architecture: all +Recommends: fillets-ng (>= 1.0.0), fillets-ng-data (>= 1.0.0) +Description: add-on sounds for Dutch language spoken dialogs for fillets-ng + 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. + . + This package contains add-on sound-files for Dutch language spoken + dialogs. It is a completely optional add-on and does not replace + fillets-ng-data, which is still needed for graphics and other sounds. --- fillets-ng-data-1.0.0.orig/debian/fillets-ng-data.docs +++ fillets-ng-data-1.0.0/debian/fillets-ng-data.docs @@ -0,0 +1 @@ +doc/html --- fillets-ng-data-1.0.0.orig/debian/compat +++ fillets-ng-data-1.0.0/debian/compat @@ -0,0 +1 @@ +7 --- fillets-ng-data-1.0.0.orig/debian/fillets-ng-data-cs.install +++ fillets-ng-data-1.0.0/debian/fillets-ng-data-cs.install @@ -0,0 +1,81 @@ +sound/share/blackjokes/cs usr/share/games/fillets-ng/sound/share/blackjokes +sound/share/border/cs usr/share/games/fillets-ng/sound/share/border +sound/share/borejokes/cs usr/share/games/fillets-ng/sound/share/borejokes +sound/airplane/cs usr/share/games/fillets-ng/sound/airplane/ +sound/alibaba/cs usr/share/games/fillets-ng/sound/alibaba/ +sound/atlantis/cs usr/share/games/fillets-ng/sound/atlantis/ +sound/aztec/cs usr/share/games/fillets-ng/sound/aztec/ +sound/barrel/cs usr/share/games/fillets-ng/sound/barrel/ +sound/bathroom/cs usr/share/games/fillets-ng/sound/bathroom/ +sound/bathyscaph/cs usr/share/games/fillets-ng/sound/bathyscaph/ +sound/briefcase/cs usr/share/games/fillets-ng/sound/briefcase/ +sound/broom/cs usr/share/games/fillets-ng/sound/broom/ +sound/cabin1/cs usr/share/games/fillets-ng/sound/cabin1/ +sound/cabin2/cs usr/share/games/fillets-ng/sound/cabin2/ +sound/cancan/cs usr/share/games/fillets-ng/sound/cancan/ +sound/cannons/cs usr/share/games/fillets-ng/sound/cannons/ +sound/captain/cs usr/share/games/fillets-ng/sound/captain/ +sound/cave/cs usr/share/games/fillets-ng/sound/cave/ +sound/cellar/cs usr/share/games/fillets-ng/sound/cellar/ +sound/chest/cs usr/share/games/fillets-ng/sound/chest/ +sound/city/cs usr/share/games/fillets-ng/sound/city/ +sound/columns/cs usr/share/games/fillets-ng/sound/columns/ +sound/computer/cs usr/share/games/fillets-ng/sound/computer/ +sound/corals/cs usr/share/games/fillets-ng/sound/corals/ +sound/corridor/cs usr/share/games/fillets-ng/sound/corridor/ +sound/crabshow/cs usr/share/games/fillets-ng/sound/crabshow/ +sound/creatures/cs usr/share/games/fillets-ng/sound/creatures/ +sound/duckie/cs usr/share/games/fillets-ng/sound/duckie/ +sound/dump/cs usr/share/games/fillets-ng/sound/dump/ +sound/elevator1/cs usr/share/games/fillets-ng/sound/elevator1/ +sound/elevator2/cs usr/share/games/fillets-ng/sound/elevator2/ +sound/elk/cs usr/share/games/fillets-ng/sound/elk/ +sound/emulator/cs usr/share/games/fillets-ng/sound/emulator/ +sound/ending/cs usr/share/games/fillets-ng/sound/ending/ +sound/engine/cs usr/share/games/fillets-ng/sound/engine/ +sound/experiments/cs usr/share/games/fillets-ng/sound/experiments/ +sound/fdto/cs usr/share/games/fillets-ng/sound/fdto/ +sound/floppy/cs usr/share/games/fillets-ng/sound/floppy/ +sound/gems/cs usr/share/games/fillets-ng/sound/gems/ +sound/gods/cs usr/share/games/fillets-ng/sound/gods/ +sound/grail/cs usr/share/games/fillets-ng/sound/grail/ +sound/hanoi/cs usr/share/games/fillets-ng/sound/hanoi/ +sound/hardware/cs usr/share/games/fillets-ng/sound/hardware/ +sound/hole/cs usr/share/games/fillets-ng/sound/hole/ +sound/imprisoned/cs usr/share/games/fillets-ng/sound/imprisoned/ +sound/keys/cs usr/share/games/fillets-ng/sound/keys/ +sound/kitchen/cs usr/share/games/fillets-ng/sound/kitchen/ +sound/labyrinth/cs usr/share/games/fillets-ng/sound/labyrinth/ +sound/library/cs usr/share/games/fillets-ng/sound/library/ +sound/linux/cs usr/share/games/fillets-ng/sound/linux/ +sound/magnet/cs usr/share/games/fillets-ng/sound/magnet/ +sound/map/cs usr/share/games/fillets-ng/sound/map/ +sound/music/cs usr/share/games/fillets-ng/sound/music/ +sound/noground/cs usr/share/games/fillets-ng/sound/noground/ +sound/nowall/cs usr/share/games/fillets-ng/sound/nowall/ +sound/party1/cs usr/share/games/fillets-ng/sound/party1/ +sound/party2/cs usr/share/games/fillets-ng/sound/party2/ +sound/pavement/cs usr/share/games/fillets-ng/sound/pavement/ +sound/pearls/cs usr/share/games/fillets-ng/sound/pearls/ +sound/propulsion/cs usr/share/games/fillets-ng/sound/propulsion/ +sound/puzzle/cs usr/share/games/fillets-ng/sound/puzzle/ +sound/pyramid/cs usr/share/games/fillets-ng/sound/pyramid/ +sound/reactor/cs usr/share/games/fillets-ng/sound/reactor/ +sound/reef/cs usr/share/games/fillets-ng/sound/reef/ +sound/rush/cs usr/share/games/fillets-ng/sound/rush/ +sound/snowman/cs usr/share/games/fillets-ng/sound/snowman/ +sound/society/cs usr/share/games/fillets-ng/sound/society/ +sound/stairs/cs usr/share/games/fillets-ng/sound/stairs/ +sound/start/cs usr/share/games/fillets-ng/sound/start/ +sound/steel/cs usr/share/games/fillets-ng/sound/steel/ +sound/submarine/cs usr/share/games/fillets-ng/sound/submarine/ +sound/tank/cs usr/share/games/fillets-ng/sound/tank/ +sound/tetris/cs usr/share/games/fillets-ng/sound/tetris/ +sound/turtle/cs usr/share/games/fillets-ng/sound/turtle/ +sound/ufo/cs usr/share/games/fillets-ng/sound/ufo/ +sound/viking1/cs usr/share/games/fillets-ng/sound/viking1/ +sound/viking2/cs usr/share/games/fillets-ng/sound/viking2/ +sound/warcraft/cs usr/share/games/fillets-ng/sound/warcraft/ +sound/wc/cs usr/share/games/fillets-ng/sound/wc/ +sound/windoze/cs usr/share/games/fillets-ng/sound/windoze/ +sound/wreck/cs usr/share/games/fillets-ng/sound/wreck/