--- hexalate-1.0.1.orig/debian/compat +++ hexalate-1.0.1/debian/compat @@ -0,0 +1 @@ +7 --- hexalate-1.0.1.orig/debian/changelog +++ hexalate-1.0.1/debian/changelog @@ -0,0 +1,11 @@ +hexalate (1.0.1-1) unstable; urgency=low + + * New upstream release. + + -- Bart Martens Sun, 10 Jan 2010 14:48:03 +0100 + +hexalate (1.0.0-1) unstable; urgency=low + + * Initial package in Debian. Closes: #530533. + + -- Bart Martens Mon, 25 May 2009 13:18:52 +0200 --- hexalate-1.0.1.orig/debian/control +++ hexalate-1.0.1/debian/control @@ -0,0 +1,17 @@ +Source: hexalate +Section: games +Priority: optional +Maintainer: Bart Martens +Build-Depends: cdbs, debhelper (>= 7), libqt4-dev, qt4-qmake, imagemagick +Standards-Version: 3.8.3 +Homepage: http://gottcode.org/hexalate/ + +Package: hexalate +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends} +Description: Color matching puzzle + Hexalate is a color matching game. The goal of the game is to rotate and + position the circles so that each touching line matches in color. You rotate + circles by right clicking, and you move circles by dragging them. The game + stores the positions and rotations of the circles across runs. + --- hexalate-1.0.1.orig/debian/watch +++ hexalate-1.0.1/debian/watch @@ -0,0 +1,3 @@ +version=3 +opts="uversionmangle=s/(\d)[\-_]?(rc\d+|pre-rc\d+|pre\d+a?)$/$1~$2/;s/[\-\.](source|Source|src|orig|unix)$//;s/-(bin|osx)$/~$1/;s/^v(\d)/$1/;" \ +http://gottcode.org/hexalate/ .*hexalate-(v?[\d\.]+(?:rc|rc\d+|pre-rc\d+|-unix|-source|-Source|-src|\.src|\.orig|[a-z]|b\d+|beta\d+-src|beta\d+)?)\.(?:tar\.gz|tgz|tar\.bz2|zip|pm\.gz|jar|shar\.gz|shar\.Z) --- hexalate-1.0.1.orig/debian/copyright +++ hexalate-1.0.1/debian/copyright @@ -0,0 +1,37 @@ +This package was debianized by: + + Bart Martens on Mon, 25 May 2009 13:18:52 +0200 + +It was downloaded from: + + http://gottcode.org/hexalate/ + +Upstream author: + + Graeme Gott + +Copyright: + + Copyright (C) 2009 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-2010 Bart Martens +and is licensed under the GPL version 3, see above. --- hexalate-1.0.1.orig/debian/menu +++ hexalate-1.0.1/debian/menu @@ -0,0 +1,6 @@ +?package(hexalate):needs="X11" \ + section="Games/Puzzles"\ + longtitle="Hexalate: color matching puzzle" \ + icon="hexalate.xpm" \ + title="Hexalate" \ + command="/usr/games/hexalate" --- hexalate-1.0.1.orig/debian/install +++ hexalate-1.0.1/debian/install @@ -0,0 +1 @@ +icons/hexalate.xpm usr/share/pixmaps/ --- hexalate-1.0.1.orig/debian/rules +++ hexalate-1.0.1/debian/rules @@ -0,0 +1,14 @@ +#!/usr/bin/make -f + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/qmake.mk +include /usr/share/cdbs/1/rules/simple-patchsys.mk + +update-config:: icons/hexalate.xpm + +icons/hexalate.xpm: + convert -resize 32x32 icons/hexalate.png icons/hexalate.xpm + +reverse-config:: + rm -f icons/hexalate.xpm + --- hexalate-1.0.1.orig/debian/patches/01_paths.diff +++ hexalate-1.0.1/debian/patches/01_paths.diff @@ -0,0 +1,15 @@ +--- ../orig/hexalate-1.0.0/hexalate.pro 2009-04-07 00:27:29.000000000 +0200 ++++ hexalate.pro 2009-05-25 16:34:14.000000000 +0200 +@@ -38,10 +38,10 @@ + + unix: !macx { + isEmpty(PREFIX) { +- PREFIX = /usr/local ++ PREFIX = /usr + } + +- target.path = $$PREFIX/bin/ ++ target.path = $$PREFIX/games/ + + icon.path = $$PREFIX/share/icons/hicolor/48x48/apps + icon.files = icons/hexalate.png