debian/0000755000000000000000000000000011572377653007206 5ustar debian/control0000644000000000000000000000163011572377277010613 0ustar Source: gfpoken Build-Depends: debhelper (>= 7.0.50~), dh-autoreconf, libgtk2.0-dev, gimp, blender, imagemagick, netpbm, sharutils Section: games Priority: optional Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian Games Team Uploaders: Bas Wijnen Standards-Version: 3.9.1 Vcs-Svn: svn://svn.debian.org/pkg-games/packages/trunk/gfpoken Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/gfpoken Homepage: https://savannah.nongnu.org/projects/gfpoken/ Package: gfpoken Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Recreate a grid of mirrors from clues given by tests Send balls through an invisible grid of mirrors (and other interesting widgets) and observe where they end up. Then, try to recreate the same grid from the results you just obtained. debian/compat0000644000000000000000000000000211152377005010365 0ustar 7 debian/gfpoken.menu0000644000000000000000000000030111542134052011474 0ustar ?package(gfpoken):needs="X11" \ section="Games/Puzzles" \ title="GFingerPoken" \ longtitle="GFingerPoken logic game" \ command="/usr/games/gfpoken" \ icon="/usr/share/pixmaps/gfpoken.xpm" debian/gfpoken.docs0000644000000000000000000000001011004520045011447 0ustar AUTHORS debian/install0000644000000000000000000000004211450032561010550 0ustar png/gfpoken.xpm usr/share/pixmaps debian/rules0000755000000000000000000000066111450035617010253 0ustar #!/usr/bin/make -f CFLAGS ?= -g -Wall -Wextra %: dh --parallel --with autoreconf $@ override_dh_auto_configure: dh_auto_configure -- --bindir=/usr/games override_dh_auto_build: dh_auto_build pngtopnm -alpha png/gfpoken.png > alpha.ppm pngtopnm png/gfpoken.png | ppmtoxpm -name icon -alphamask=alpha.ppm > png/gfpoken.xpm rm alpha.ppm override_dh_auto_clean: test ! -f Makefile || $(MAKE) autoclean rm -f png/gfpoken.xpm debian/patches/0000755000000000000000000000000011572377636010636 5ustar debian/patches/fix-FTBFS-with-binutils-gold.patch0000644000000000000000000000075411542121424017013 0ustar Description: fix FTBFS with binutils-gold Author: Paul Wise Bug: http://savannah.nongnu.org/patch/?7326 Bug-Debian: http://bugs.debian.org/554543 --- a/Makefile.am +++ b/Makefile.am @@ -27,7 +27,7 @@ gfpoken_CFLAGS = $(GTK2_CFLAGS) # Don't use autoconf substitution here, because it would include # implicit dependencies. -gfpoken_LDFLAGS = -lgtk-x11-2.0 +gfpoken_LDFLAGS = -lgtk-x11-2.0 -lgdk-x11-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 gfpoken_SOURCES = \ convert.c \ debian/patches/fix-blender-failure.patch0000644000000000000000000000104611542124516015464 0ustar Description: fix failure of blender Author: Paul Wise Bug: https://savannah.nongnu.org/patch/?7509 Bug-Debian: http://bugs.debian.org/441126 --- a/art/mkmarbles +++ b/art/mkmarbles @@ -22,7 +22,7 @@ export HOME="`mktemp -d`" export BLENDERDIR="$HOME/blender/" -blender -b "`dirname "$0"`"/marbles.blend -P initdir -a +blender -b "`dirname "$0"`"/marbles.blend -o "$BLENDERDIR" -P initdir -a montage -geometry +0+0 -tile 64x1 -compose Copy -background none `seq 1 64 | xargs printf "$BLENDERDIR/%04d.png "` png/marbles.png debian/patches/series0000644000000000000000000000012711572377636012053 0ustar fix-FTBFS-with-binutils-gold.patch fix-blender-failure.patch fix-FTBFS-as-needed.patch debian/patches/fix-FTBFS-as-needed.patch0000644000000000000000000000117711572377535015136 0ustar Description: Add libraries to a proper variable. This fixes FTBFS at linking with stage with --as-needed option. Author: Ilya Barygin Bug-Ubuntu: https://launchpad.net/bugs/749253 --- gfpoken-0.32.orig/Makefile.am +++ gfpoken-0.32/Makefile.am @@ -27,7 +27,7 @@ gfpoken_CPPFLAGS = -DDATADIR=\"$(pkgdata gfpoken_CFLAGS = $(GTK2_CFLAGS) # Don't use autoconf substitution here, because it would include # implicit dependencies. -gfpoken_LDFLAGS = -lgtk-x11-2.0 -lgdk-x11-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 +gfpoken_LDADD = -lgtk-x11-2.0 -lgdk-x11-2.0 -lgdk_pixbuf-2.0 -lgobject-2.0 gfpoken_SOURCES = \ convert.c \ debian/copyright0000644000000000000000000000271511450041520011116 0ustar Files: * Copyright: Copyright 1999-2000 Martin Hock Copyright 2005-2009 Bas Wijnen License: GPL-3+ See below. Files: art/* png/* debian/* Copyright: Copyright 2005-2009 Bas Wijnen License: GPL-3+ See below. Files: png/picIFlipBoards.png png/picIFlipBack.png Copyright: Copyright 1999 Tuomas Kuosmanen License: GPL-3+ These icons are licensed under the GNU Lesser General Public License, but for this distribution they are relicensed by Bas Wijnen under the GNU General Public License. Gfingerpoken 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. Gfingerpoken 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, version 3 of the GPL license can be found in /usr/share/common-licenses/GPL-3 . Note that you can either choose version 3 of the GPL, or any later version of the license, as published by the Free Software Foundation. Links to currently released versions are listed above for your convenience only. debian/source/0000755000000000000000000000000011542135062010465 5ustar debian/source/format0000644000000000000000000000001411450030624011667 0ustar 3.0 (quilt) debian/README.Debian0000644000000000000000000000134711004520045011223 0ustar The original artwork for gfingerpoken has been removed from the debian package. Instead, new art has been created. The reason for this is that the original artwork used pov-ray to be generated. Pov-ray has a non-free license and can therefore not be in Debian. Packages which need non-free packages to build can also not be in it. There was a choice to make new artwork and let the package be in Debian (main), or use the original artwork and put it in the contrib section (which technically isn't part of Debian). The first option was chosen, hence the package is in the main section. However, I am not a very good artist, so the new artwork could be improved. If you want to do this, please contact me. Bas Wijnen debian/watch0000644000000000000000000000012511542134105010211 0ustar version=3 http://download.savannah.gnu.org/releases/gfpoken/gfpoken-([0-9.]+).tar.gz debian/changelog0000644000000000000000000001656711572377623011074 0ustar gfpoken (0.32-2ubuntu1) oneiric; urgency=low * fix-FTBFS-as-needed.patch: fix linking FTBFS (LP: #749253). -- Ilya Barygin Sat, 04 Jun 2011 13:48:16 +0400 gfpoken (0.32-2) unstable; urgency=low * Team upload. * Upgrade to new debhelper override_* rules * Use the dpkg-source v3 format * Add patch to fix FTBFS with binutils-gold (Closes: #554543) * Bump Standards-Version, no changes needed * Drop filename for GPL-any from copyright info, not needed * Add patch to direct blender output to the right place (Closes: #441126) * Packaging whitespace and wrapping fixes -- Paul Wise Tue, 22 Mar 2011 23:01:18 +0800 gfpoken (0.32-1) unstable; urgency=low [ Bas Wijnen ] * New upstream release. * Add bounds check for button press events. (Closes: #514463) * Updated standards version to 3.8.0 (no changes needed). * Changed Vcs-Browser to point to gfpoken files. [ Peter De Wachter ] * Added watch file. -- Bas Wijnen Sat, 11 Apr 2009 11:20:07 +0200 gfpoken (0.31-2) unstable; urgency=low * Reflect upgrade to Gtk+ 2 in Build-Depends. (Closes: #464346) * Set Vcs-* links to Alioth. -- Bas Wijnen Wed, 06 Feb 2008 21:27:48 +0100 gfpoken (0.31-1) unstable; urgency=low * New upstream release. - Upgrade to Gtk+ 2. (Closes: #456125) * Add Vcs-* and Homepage fields to debian/control. * Make copyright file machine readable. * Add transparency to menu icon. * Update standards version to 3.7.3 (no changes needed). * Remove explicit mention of utf-8 encoding from desktop file. (Closes: #453486) -- Bas Wijnen Tue, 05 Feb 2008 23:20:03 +0100 gfpoken (0.30-5) unstable; urgency=low * Update mktiles to new gimp version requirements. (Closes: #450433) -- Bas Wijnen Sun, 11 Nov 2007 14:53:33 +0100 gfpoken (0.30-4) unstable; urgency=low * Add sharutils to Build-Depends for uudecode. (Closes: #442231) -- Bas Wijnen Sun, 16 Sep 2007 20:49:04 +0200 gfpoken (0.30-3) unstable; urgency=low * Use fallback if blender fails to generate marbles. This is a workaround for bug #441126. It can be closed when blender bug #441216 is fixed. * Remove comment from Gimp script, to work around Gimp bug. (Closes: #441210) * Update desktop file to include categories. -- Bas Wijnen Fri, 07 Sep 2007 18:50:20 +0200 gfpoken (0.30-2) unstable; urgency=low * Don't let Gimp use real home directory. (Closes: #440671) -- Bas Wijnen Thu, 06 Sep 2007 13:08:42 +0200 gfpoken (0.30-1) unstable; urgency=low * New upstream release. (Closes: #439492) * License changed to GPL version 3 or later. * Automake dependency upgraded to 1.10. -- Bas Wijnen Wed, 29 Aug 2007 23:21:59 +0200 gfpoken (0.29-1) unstable; urgency=low * New upstream release. * Fix buttons which were not shown anymore. (Closes: #367495) * Add watch file. -- Bas Wijnen Tue, 20 Jun 2006 11:40:20 +0200 gfpoken (0.28-1) unstable; urgency=low * New upstream release. * Add cross-compiling support. * Compile optimized code. * Upgrade to debhelper 5. * Move maintainance to Debian Games Group. * Improve copyright notice in debian/copyright and about box. * Clean up build process, significantly reducing dependencies. * Move "terminate network game" button behind about button. (Closes: #41998) * Updated to policy 3.7.2. (No changes needed.) -- Bas Wijnen Sun, 7 May 2006 20:22:34 +0200 gfpoken (0.27-2) unstable; urgency=low * Let blender write write to a temporary directory. (Closes: #335364) -- Bas Wijnen Thu, 23 Oct 2005 17:51:14 +0200 gfpoken (0.27-1) unstable; urgency=low * Added gnome menu entry. * Use automake-1.9, not "any". * Split graphics from executable. * Added real manpage. -- Bas Wijnen Thu, 15 Sep 2005 15:19:34 +0200 gfpoken (0.26-1) unstable; urgency=low * Use %zd for printing sizes. (Closes: #323652) * Let autoreconf copy files if linking fails. (Closes: #323226) -- Bas Wijnen Thu, 23 Aug 2005 09:31:14 +0200 gfpoken (0.25.dfsg.1-1) unstable; urgency=low * New maintainer. (Closes: #219061) * Fixed unability to play network games. (Closes: #314543) * Updated to debhelper compatibility level 4 * The Gtk warnings don't seem to be reproducible anymore. (Closes: #60830) * Created new artwork in order not to need pov-ray build-dependancy. -- Bas Wijnen Thu, 16 Jun 2005 21:08:04 +0200 gfpoken (0.25-3) unstable; urgency=low * Maintainer field set to QA Group * Policy updated * Removed INSTALL file from documentation * Upstream Author(s) -> Author * /usr/doc/copyright changed with /usr/share/common-licenses in debian/copyright * Fixed manpage NAME section -- Emanuele Rocca Thu, 29 Jan 2004 12:04:50 +0100 gfpoken (0.25-2.1) unstable; urgency=low * NMU * Rebuild to remove dependency on xlib6g. Closes: #170202. -- Daniel Schepler Fri, 14 Mar 2003 02:05:13 -0800 gfpoken (0.25-2) unstable; urgency=low * Set Build-Depends in debian/control -- William Ono Sun, 19 Mar 2000 19:02:56 -0800 gfpoken (0.25-1) frozen unstable; urgency=low * New upstream version. The only change is to fix one small but nasty bug: * Fixes memory leak in 0.24a (Closes: #50140) -- William Ono Sat, 15 Jan 2000 17:08:36 -0800 gfpoken (0.24a-4) unstable; urgency=low * Fixed reference to /usr/doc in gfpoken.6 -- William Ono Fri, 22 Oct 1999 18:34:25 -0700 gfpoken (0.24a-3) unstable; urgency=low * Policy: 3.0.1 -- William Ono Thu, 21 Oct 1999 01:30:51 -0700 gfpoken (0.24a-2) unstable; urgency=low * debian/rules now correctly copies iconpix.h to gfpoken.xpm (Closes: #43559) -- William Ono Thu, 26 Aug 1999 13:12:25 -0700 gfpoken (0.24a-1) unstable; urgency=low * New upstream version. -- William Ono Thu, 29 Jul 1999 23:47:29 -0700 gfpoken (0.24-1) unstable; urgency=low * New upstream version. -- William Ono Thu, 29 Jul 1999 22:22:44 -0700 gfpoken (0.23-2) unstable; urgency=low * Fixes broken menu entry (Closes: #41816) -- William Ono Fri, 23 Jul 1999 15:06:13 -0700 gfpoken (0.23-1) unstable; urgency=low * New upstream version. * Fixes segmentation fault during network game (upstream) (Closes: #41688) -- William Ono Thu, 22 Jul 1999 13:53:09 -0700 gfpoken (0.22-1) unstable; urgency=low * New upstream version. -- William Ono Tue, 13 Jul 1999 20:05:41 -0700 gfpoken (0.21-1) unstable; urgency=low * New upstream version. -- William Ono Tue, 13 Jul 1999 02:17:26 -0700 gfpoken (0.20-1) unstable; urgency=low * New upstream version. * Can flip between guess and solution at the end of a puzzle (upstream) (Closes: #39779) -- William Ono Mon, 12 Jul 1999 03:24:12 -0700 gfpoken (0.11-1) unstable; urgency=low * New upstream version. -- William Ono Wed, 9 Jun 1999 23:44:05 -0700 gfpoken (0.10-1) unstable; urgency=low * Initial Release. -- William Ono Tue, 1 Jun 1999 22:49:41 -0700 Local variables: mode: debian-changelog End: