debian/0000755000000000000000000000000012177573552007204 5ustar debian/compat0000644000000000000000000000000211756105503010367 0ustar 9 debian/menu0000644000000000000000000000030312174537154010062 0ustar ?package(tetzle):\ needs="X11"\ section="Games/Puzzles"\ title="Tetzle"\ longtitle="Jigsaw puzzle game"\ icon="/usr/share/pixmaps/tetzle.xpm"\ command="/usr/games/tetzle" debian/source/0000755000000000000000000000000011756105210010464 5ustar debian/source/format0000644000000000000000000000001411756105210011672 0ustar 3.0 (quilt) debian/control0000644000000000000000000000105512174534712010600 0ustar Source: tetzle Section: games Priority: optional Maintainer: Debian QA Group Build-Depends: debhelper (>= 9), libqt4-dev, libqt4-opengl-dev Build-Conflicts: qt3-dev-tools Standards-Version: 3.9.4 Homepage: http://gottcode.org/tetzle/ Package: tetzle Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Suggests: jhead Description: Jigsaw puzzle game Any image can be imported and used to create puzzles with a wide range of sizes. Games are saved automatically, and you can select between currently in progress games. debian/patches/0000755000000000000000000000000012177573535010634 5ustar debian/patches/fix-arm-build.patch0000644000000000000000000000137712177573367014330 0ustar From b614c9153681c21dbea6eec5511bf5ad5cc24616 Mon Sep 17 00:00:00 2001 From: Graeme Gott Date: Fri, 26 Jul 2013 18:11:33 -0400 Subject: [PATCH] Fixed build failure on ARM. --- src/graphics_layer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/graphics_layer.cpp b/src/graphics_layer.cpp index c9ff010..1ef447e 100644 --- a/src/graphics_layer.cpp +++ b/src/graphics_layer.cpp @@ -143,7 +143,7 @@ static inline void convertMatrix(const float* in, GLfloat* out) std::copy(in, in + 16, out); } -static inline void convertMatrix(const qreal* in, GLfloat* out) +static inline void convertMatrix(const double* in, GLfloat* out) { for (int i = 0; i < 16; ++i) { out[i] = static_cast(in[i]); -- 1.8.3.4 debian/patches/series0000644000000000000000000000002412177573535012045 0ustar fix-arm-build.patch debian/rules0000755000000000000000000000016611756120527010257 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 %: dh $@ override_dh_auto_configure: dh_auto_configure -- BINDIR=games debian/changelog0000644000000000000000000000424612177573306011061 0ustar tetzle (2.0.2.1-3) unstable; urgency=low * Fix "tetzle: build failures on ARM" - d/p/fix-arm-build.patch Thanks Graeme Gott for patch (Closes: #717949) -- Hector Oron Mon, 05 Aug 2013 00:48:34 +0000 tetzle (2.0.2.1-2) unstable; urgency=low * QA upload, orphaning this package. * New upstream release. -- Bart Martens Fri, 26 Jul 2013 17:57:14 +0000 tetzle (2.0.1-1) unstable; urgency=low * New upstream release. Closes: #668772. * debhelper 9, no more cdbs. * debian/patches/01_dont-draw-empty-scene.diff: Removed, is in upstream now. * debian/patches/02_check-for-GLSL.diff: Removed, is in upstream now. * debian/patches/03_detect-graphics-layer.diff: Removed, is in upstream now. -- Bart Martens Sun, 20 May 2012 06:09:10 +0000 tetzle (2.0.0-2) unstable; urgency=low * Added patches. Closes: #671738. + debian/patches/01_dont-draw-empty-scene.diff + debian/patches/02_check-for-GLSL.diff + debian/patches/03_detect-graphics-layer.diff * debian/control: Build-Conflicts: qt3-dev-tools. Closes: #565796. -- Bart Martens Sun, 13 May 2012 04:30:35 +0000 tetzle (2.0.0-1) unstable; urgency=low * Synced with https://launchpad.net/~gottcode/+archive/gcppa/ * debian/control: Fixed "dpkg-source: warning: unknown information field 'Suggests' in input data in general section of control info file". -- Bart Martens Thu, 02 Jun 2011 02:51:09 +0000 tetzle (2.0.0-0ppa2~oneiric1) oneiric; urgency=low * Added optional dependency on jhead. -- Graeme Gott Wed, 18 May 2011 20:31:13 -0400 tetzle (2.0.0-0ppa1~oneiric1) oneiric; urgency=low * New upstream release. -- Graeme Gott Wed, 18 May 2011 14:12:30 -0400 tetzle (1.2.1-1) unstable; urgency=low * Initial package in Debian. Closes: #530340. * debian/patches/01_paths.diff: Added. Replaces /usr/local by /usr and /usr/bin by /usr/games. * debian/rules, debian/menu, debian/install: Use imagemagick to convert the icon to .xpm format for debian/menu. -- Bart Martens Sun, 24 May 2009 00:19:45 +0200 debian/watch0000644000000000000000000000026612174534617010235 0ustar version=3 opts=uversionmangle=s/(\db?)[_\-\.](src)$/$1/ \ http://gottcode.org/tetzle/download/ \ (?:.*/|.*=|)tetzle[\-\._](\d\S*)\.(?:tar\.xz|txz|tar\.bz2|tbz2|tar\.gz|tgz)(?:/\S*)? debian/copyright0000644000000000000000000000265412174534473011142 0ustar This package was debianized by: Bart Martens on Sun, 24 May 2009 00:19:45 +0200 It was downloaded from: http://gottcode.org/tetzle/ http://gottcode.org/tetzle/tetzle-1.2.1.tar.gz https://launchpad.net/~gottcode/+archive/gcppa/ http://gottcode.org/tetzle/tetzle-2.0.1-src.tar.bz2 Upstream authors: Graeme Gott Copyright: Copyright (C) 2008-2013 Graeme Gott License: 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 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 program. If not, see . On Debian systems, the complete text of the GNU General Public License version 3 can be found in `/usr/share/common-licenses/GPL-3'. The Debian packaging is: Copyright (C) 2009, 2011-2013 Bart Martens Copyright (C) 2011 Graeme Gott and is licensed under the GPL version 3, see above.