debian/0000755000000000000000000000000011626473400007171 5ustar debian/rules0000755000000000000000000000006511626473033010254 0ustar #!/usr/bin/make -f #export DH_VERBOSE=1 %: dh $@ debian/patches/0000755000000000000000000000000011626473206010624 5ustar debian/patches/01_prefix.diff0000644000000000000000000000146211626473160013255 0ustar --- orig/kcheckers-0.8.1/common.h 2005-12-29 18:53:16.000000000 +0100 +++ kcheckers-0.8.1/common.h 2006-11-22 19:55:52.000000000 +0100 @@ -35,7 +35,7 @@ /* !!! Do not change PREFIX variable name, please. !!! */ /* !!! It is used in kcheckers.pro. !!! */ -#define PREFIX "/usr/local" +#define PREFIX "/usr" #define USER_PATH ".kcheckers" // in $HOME #define THEME_DIR "themes/" --- orig/kcheckers-0.8.1/kcheckers.pro 2005-12-29 18:55:55.000000000 +0100 +++ kcheckers-0.8.1/kcheckers.pro 2006-11-22 20:03:17.000000000 +0100 @@ -21,8 +21,7 @@ TARGET = kcheckers -PREFIX = $$system(grep 'define PREFIX' common.h | cut -d'"' -f2) -SHARE_PATH = $$system(grep 'define SHARE_PATH' common.h | cut -d'"' -f2) +PREFIX = /usr TRANSLATIONS = i18n/kcheckers_de.ts i18n/kcheckers_fr.ts # i18n/kcheckers_ru.ts debian/patches/03_bin_games.diff0000644000000000000000000000051211626473206013702 0ustar --- orig/kcheckers-0.8.1/kcheckers.pro 2005-12-29 18:55:55.000000000 +0100 +++ kcheckers-0.8.1/kcheckers.pro 2006-11-22 19:12:28.000000000 +0100 @@ -27,7 +27,7 @@ TRANSLATIONS = i18n/kcheckers_de.ts i18n/kcheckers_fr.ts # i18n/kcheckers_ru.ts -target.path = $$PREFIX/bin +target.path = $$PREFIX/games INSTALLS += target debian/patches/series0000644000000000000000000000005511626472740012043 0ustar 01_prefix.diff 02_doc.diff 03_bin_games.diff debian/patches/02_doc.diff0000644000000000000000000000060511626473200012517 0ustar --- orig/kcheckers-0.8.1/kcheckers.pro 2005-12-29 18:55:55.000000000 +0100 +++ kcheckers-0.8.1/kcheckers.pro 2006-11-22 19:08:16.000000000 +0100 @@ -35,6 +35,6 @@ # This hack is needed for i18n support. # share.path += $$PREFIX/share/kcheckers -share.files += kcheckers.pdn COPYING AUTHORS ChangeLog README themes i18n/* +share.files += kcheckers.pdn themes i18n/* INSTALLS += share debian/watch0000644000000000000000000000010011626471745010223 0ustar version=3 http://sf.net/qcheckers/(?:.)checkers-(\d.*)\.tar\..* debian/compat0000644000000000000000000000000211626472261010373 0ustar 8 debian/docs0000644000000000000000000000003011626473362010044 0ustar AUTHORS FAQ README TODO debian/changelog0000644000000000000000000000102511626472444011050 0ustar kcheckers (0.8.1-3) unstable; urgency=low * Switch to dpkg-source 3.0 (quilt) format. -- Bart Martens Sun, 28 Aug 2011 17:02:38 +0000 kcheckers (0.8.1-2) unstable; urgency=low * debian/watch, debian/copyright, debian/control: Upstream website has moved to sourceforge.net. -- Bart Martens Sat, 26 Apr 2008 10:24:16 +0200 kcheckers (0.8.1-1) unstable; urgency=low * Initial release. Closes: #309910. -- Bart Martens Wed, 22 Nov 2006 18:03:29 +0100 debian/source/0000755000000000000000000000000011626472261010475 5ustar debian/source/format0000644000000000000000000000001411626472261011703 0ustar 3.0 (quilt) debian/menu0000644000000000000000000000015211626471745010070 0ustar ?package(kcheckers):needs="X11" section="Games/Board"\ title="kcheckers" command="/usr/games/kcheckers" debian/copyright0000644000000000000000000000255011626472557011142 0ustar This package was debianized by Bart Martens on Wed, 22 Nov 2006 18:03:29 +0100. It was downloaded from: http://wibix.de/infusions/pro_download_panel/download.php?did=15 http://sourceforge.net/projects/qcheckers Upstream Author: Andi Peredri Artur Wiebe Copyright (C) 2002-2003 Andi Peredri Copyright (C) 2004-2005 Artur Wiebe 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; either version 2 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 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'. The Debian packaging is Copyright (C) 2006-2011, Bart Martens and is licensed under the GPL, see above. debian/control0000644000000000000000000000153111626472516010603 0ustar Source: kcheckers Section: games Priority: optional Maintainer: Bart Martens Build-Depends: debhelper (>= 8.0.0), libqt4-dev Standards-Version: 3.9.2 Homepage: http://qcheckers.sourceforge.net/ Package: kcheckers Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: Checkers boardgame kcheckers is a Qt version of the classic boardgame "checkers", also known as "draughts". It has the following features: * Built-in checkers engine. * Beginner, Novice, Average, Good, Expert and Master levels of skill. * Several themes of the board. * Portable Draughts Notation database format support. * Saving, loading and restarting of game. * Auto change of the men's color. * Multiple Undos/Redos. * Optional numeration of the board. * Internationalization support (English, German, Russian and French).