debian/0000755000000000000000000000000012200062352007156 5ustar debian/control0000644000000000000000000000235612200035750010571 0ustar Source: pychess Section: games Priority: optional Maintainer: Varun Hiremath Build-Depends: debhelper (>= 7.0.50~), python-all ( >=2.6.6-3~) Standards-Version: 3.9.3 X-Python-Version: >= 2.5 Homepage: http://pychess.googlepages.com/ Vcs-Svn: https://bollin.googlecode.com/svn/pychess/ Vcs-Browser: http://bollin.googlecode.com/svn/pychess/ Package: pychess Architecture: all Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}, gnome-icon-theme (>= 2.20.0), python-gtk2, python-glade2, python-gst0.10, python-gtksourceview2, python-cairo, python-gobject, python-rsvg, gstreamer0.10-plugins-base, libgaviotatb1, gaviotatb Description: chess graphical user interface for several chess engines The goal of pychess, is to provide a fully featured, nice looking, easy to use chess client for the gnome-desktop. . The client should be usable both to those totally new to chess, and those who want to use a computer to further enchance their play. . Features include: Tabbed interface pgn+epd read/write support Hints and spymode xboard/cecp engine support Builtin Python based engine Openingbook using sqlite Clean interface and dialogs Builtin move validator Legal move highlighting Supports drag'n'drop. debian/docs0000644000000000000000000000000710542740727010046 0ustar README debian/copyright0000644000000000000000000000224511174677053011137 0ustar This package was debianized by Varun Hiremath on Thu, 16 Nov 2006 10:53:35 +0530. It was downloaded from http://code.google.com/p/pychess/downloads/list . Upstream Authors: Thomas Dybdahl Ahle Norbert Fabritius Thijs Vermeir Wojciech Halicki-Piszko Bajusz Tamás Pierre Boulenguez Leonardo Gregianin Copyright: © 2006 Thomas Dybdahl Ahle 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 2 of the License, 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. On Debian systems, you can find the GPL license in: /usr/share/common-licenses/GPL The Debian packaging is © 2006, Varun Hiremath and is licensed under the GPL, see `/usr/share/common-licenses/GPL'. debian/watch0000644000000000000000000000031011746061162010215 0ustar version=3 opts="uversionmangle=s/(alpha|beta)/~$1/,downloadurlmangle=s/code.google.com\/\///" \ http://code.google.com/p/pychess/downloads/list .*pychess-(.*)\.tar\.gz \ debian debian/orig-tar.sh debian/rules0000755000000000000000000000066311566105335010260 0ustar #!/usr/bin/make -f %: dh --with python2 $@ override_dh_clean:: dh_clean $(RM) lang/*/LC_MESSAGES/*.mo override_dh_install: dh_install $(RM) -r debian/pychess/usr/bin dh_install pychess /usr/games/ override_dh_fixperms: dh_fixperms find debian/pychess/usr/share -type f -executable | xargs chmod -x chmod +x debian/pychess/usr/share/python/runtime.d/pychess.rtupdate get-orig-source: -uscan --upstream-version 0 --rename debian/orig-tar.sh0000755000000000000000000000033610773657413011270 0ustar #!/bin/sh -e # called by uscan with '--upstream-version' TAR=$3 # move to directory 'tarballs' if [ -r .svn/deb-layout ]; then . .svn/deb-layout mv $TAR $origDir echo "moved $TAR to $origDir" fi debian/compat0000644000000000000000000000000211367221033010362 0ustar 7 debian/changelog0000644000000000000000000001476112200036030011033 0ustar pychess (0.12~beta3-1) unstable; urgency=low * New upstream release (Closes: #708827, #657494) * d/control: Add gstreamer0.10-plugins-base to Depends (Closes: #703560, #685473) * d/control: add libgaviotatb1 and gaviotatb to Depends * d/patches: remove executable.diff; update setup_docs.diff -- Varun Hiremath Mon, 05 Aug 2013 19:53:19 -0400 pychess (0.10.1-1) unstable; urgency=low * New upstream release * Bump Standards-Version to 3.9.3 -- Varun Hiremath Wed, 25 Apr 2012 16:51:47 -0400 pychess (0.10.1~beta1-1) unstable; urgency=low * New upstream release - support python2.7, thanks to Luca Falavigna (Closes: #635356) * Bump Standards-Version to 3.9.2 * Update debian/watch to handle new download url * Update debian/patches/* to new upstream version -- Varun Hiremath Mon, 19 Sep 2011 20:11:24 -0400 pychess (0.10-1) unstable; urgency=low * New upstream release * Remove python-pysqlite2 from Depends * Convert to dh_python2 (Closes: #616960) * Bump Standards-Version to 3.9.1 -- Varun Hiremath Sat, 21 May 2011 23:54:03 -0400 pychess (0.10~beta3-2) unstable; urgency=low * Add patches/gnome_icons.diff to replace missing icons from the latest gnome-icon-theme package (Closes: #579974) -- Varun Hiremath Thu, 06 May 2010 00:47:38 -0400 pychess (0.10~beta3-1) unstable; urgency=low * New upstream release * Bump Standards-Version to 3.8.4 * Switch to source format 3.0 * Set minimum python version to 2.5 -- Varun Hiremath Sun, 02 May 2010 01:24:11 -0400 pychess (0.10~beta1-3) unstable; urgency=low * Add python-rsvg to Depends -- Varun Hiremath Mon, 10 Aug 2009 19:23:27 -0400 pychess (0.10~beta1-2) unstable; urgency=low * debian/control: replace Depends python-gnome2-desktop with python-gtksourceview2 (Closes: #539966) * Remove Torsten from Uploaders, as requested * Bump Standards-Version to 3.8.2 * Add description to all debian/patches -- Varun Hiremath Mon, 10 Aug 2009 00:57:41 -0400 pychess (0.10~beta1-1) unstable; urgency=low * New upstream release * Update debian/watch to support beta versions. -- Torsten Werner Thu, 11 Jun 2009 23:04:15 +0200 pychess (0.10~alpha2-1) unstable; urgency=low * New upstream release * Bump Standards-Version to 3.8.1 * Call dh_desktop in debian/rules -- Varun Hiremath Sat, 25 Apr 2009 17:16:13 -0400 pychess (0.8.2-1) unstable; urgency=low * New upstream release (Closes: #481633) -- Varun Hiremath Tue, 20 May 2008 15:02:53 +0530 pychess (0.8.1-1) unstable; urgency=low * new upstream release * Add debian/orig-tar.sh to ease downloading the tarball. -- Torsten Werner Sun, 30 Mar 2008 11:31:45 +0200 pychess (0.8-2) unstable; urgency=low * Change Build-Depends: python-central (>= 0.6.0). (Closes: #472019) -- Torsten Werner Fri, 21 Mar 2008 20:48:34 +0100 pychess (0.8-1) unstable; urgency=low * New upstream release * debian/patches: - remove amd64_hash.diff, merged upstream - remove pychess.desktop.diff, merged upstream -- Varun Hiremath Sat, 01 Mar 2008 21:07:27 +0530 pychess (0.8~beta4-3) unstable; urgency=low * Add patches/amd64_hash.diff to fix problems in loading pychess on amd64 (Closes: #462374) -- Varun Hiremath Sat, 26 Jan 2008 02:31:18 +0530 pychess (0.8~beta4-2) unstable; urgency=low * debian/control: + add version check on gnome-icon-theme (>= 2.20.0) as some of the icons are missing in the older versions (Closes: #462240) + add python-gnome2-desktop to Depends (Closes: #462323) + add python-cairo and python-gobject to Depends -- Varun Hiremath Thu, 24 Jan 2008 08:41:16 +0530 pychess (0.8~beta4-1) unstable; urgency=low * New upstream release (Closes: #461448) -- Varun Hiremath Fri, 18 Jan 2008 23:52:22 +0530 pychess (0.8~beta3-1) unstable; urgency=low * New upstream release * Remove pythonpath.diff - merged upstream -- Varun Hiremath Thu, 03 Jan 2008 00:18:07 +0530 pychess (0.8~beta2-3) unstable; urgency=low * Add debian/patches/pythonpath.diff to fix issues with PYTHONPATH (Closes: #455890) * debian/control: Bumped up Standards-Version to 3.7.3 -- Varun Hiremath Fri, 14 Dec 2007 02:53:49 +0530 pychess (0.8~beta2-2) unstable; urgency=low * Add python-gst0.10 to Depends (Closes: #454783) * Move pychess binary to /usr/games * Use upstream provided manpage -- Varun Hiremath Sat, 08 Dec 2007 08:32:29 +0530 pychess (0.8~beta2-1) unstable; urgency=low [ Varun Hiremath ] * New upstream release * Update all patches [ Torsten Werner ] * Update Vcs and Homepage header in debian/control. * Update debian/watch to reflect upstream changes. -- Torsten Werner Sat, 01 Dec 2007 10:44:00 +0100 pychess (0.6.1-2) unstable; urgency=low * Apply Glade widget patch. -- Varun Hiremath Sat, 06 Oct 2007 22:57:04 +0530 pychess (0.6.1-1) unstable; urgency=low [ Varun Hiremath ] * New upstream release [ Torsten Werner ] * Fix debian/watch. -- Torsten Werner Thu, 14 Jun 2007 21:34:50 +0200 pychess (0.6.0.final-1) unstable; urgency=low * New upstream release -- Varun Hiremath Fri, 13 Apr 2007 14:54:28 +0530 pychess (0.6.0.beta5-3) unstable; urgency=low * debian/control: change section from python to games (Closes: #415825) -- Varun Hiremath Fri, 23 Mar 2007 15:40:25 +0530 pychess (0.6.0.beta5-2) unstable; urgency=high * Add python-glade2 to Depends in debian/control (Closes: #408005) -- Varun Hiremath Tue, 23 Jan 2007 17:02:20 +0530 pychess (0.6.0.beta5-1) unstable; urgency=low [ Varun Hiremath ] * New upstream release [ Torsten Werner ] * Fixed debian/watch. -- Torsten Werner Sat, 13 Jan 2007 10:28:20 +0100 pychess (0.6.0.beta4-1) unstable; urgency=low [ Varun Hiremath ] * Initial release (Closes: #398600) [ Torsten Werner ] * Add myself to Uploaders in debian/control. * Clean up debian/rules a bit. * Modify download address in debian/copyright. * Add Depends: gnome-icon-theme. -- Torsten Werner Thu, 28 Dec 2006 00:01:40 +0100 debian/pycompat0000644000000000000000000000000210542740727010745 0ustar 2 debian/source/0000755000000000000000000000000012200062352010456 5ustar debian/source/format0000644000000000000000000000001411367221033011672 0ustar 3.0 (quilt) debian/patches/0000755000000000000000000000000012200062352010605 5ustar debian/patches/series0000644000000000000000000000002112152002534012015 0ustar setup_docs.diff debian/patches/setup_docs.diff0000644000000000000000000000135712152002615013617 0ustar Description: remove useless files from installation Author: Varun Hiremath Date: Mon, 10 Aug 2009 01:13:48 -0400 Index: pychess-0.12~beta2/setup.py =================================================================== --- pychess-0.12~beta2.orig/setup.py 2013-05-30 22:02:16.000000000 -0400 +++ pychess-0.12~beta2/setup.py 2013-05-30 22:03:17.000000000 -0400 @@ -72,7 +72,7 @@ execfile("create_theme_preview.py") DATA_FILES = [("share/pychess", - ["README", "AUTHORS", "ARTISTS", "DOCUMENTERS", "LICENSE", "TRANSLATORS", "pychess_book.bin", "eco.db"])] + ["README", "AUTHORS", "ARTISTS", "DOCUMENTERS", "TRANSLATORS", "pychess_book.bin", "eco.db"])] # UI DATA_FILES += [("share/pychess/glade", glob('glade/*.glade'))] debian/manpages0000644000000000000000000000002610726404220010677 0ustar manpages/pychess.1.gz