--- pychess-0.8~beta4.orig/debian/manpages +++ pychess-0.8~beta4/debian/manpages @@ -0,0 +1 @@ +manpages/pychess.1.gz --- pychess-0.8~beta4.orig/debian/compat +++ pychess-0.8~beta4/debian/compat @@ -0,0 +1 @@ +5 --- pychess-0.8~beta4.orig/debian/patches/pychess.desktop.diff +++ pychess-0.8~beta4/debian/patches/pychess.desktop.diff @@ -0,0 +1,16 @@ +Index: pychess-0.8~beta3/pychess.desktop +=================================================================== +--- pychess-0.8~beta3.orig/pychess.desktop 2007-09-01 05:38:16.000000000 +0530 ++++ pychess-0.8~beta3/pychess.desktop 2008-01-03 00:42:09.000000000 +0530 +@@ -1,10 +1,9 @@ + [Desktop Entry] +-Encoding=UTF-8 + Type=Application + Name=PyChess + GenericName=Chess Game + Icon=pychess + Exec=pychess + Terminal=false +-Categories=Application;Game;BoardGame; ++Categories=Game;BoardGame; + MimeType=application/x-chess-pgn; --- pychess-0.8~beta4.orig/debian/patches/series +++ pychess-0.8~beta4/debian/patches/series @@ -0,0 +1,3 @@ +setup_docs.diff +executable.diff +pychess.desktop.diff --- pychess-0.8~beta4.orig/debian/patches/setup_docs.diff +++ pychess-0.8~beta4/debian/patches/setup_docs.diff @@ -0,0 +1,13 @@ +Index: pychess-0.8~beta3/setup.py +=================================================================== +--- pychess-0.8~beta3.orig/setup.py 2007-12-26 06:25:07.000000000 +0530 ++++ pychess-0.8~beta3/setup.py 2008-01-03 00:15:30.000000000 +0530 +@@ -37,7 +37,7 @@ + os.chdir(os.path.abspath(os.path.dirname(__file__))) + + DATA_FILES = [("share/games/pychess", +- ["README", "AUTHORS", "LICENSE", "open.db"])] ++ ["open.db"])] + + # UI + DATA_FILES += [("share/games/pychess/glade", glob('glade/*.glade'))] --- pychess-0.8~beta4.orig/debian/patches/executable.diff +++ pychess-0.8~beta4/debian/patches/executable.diff @@ -0,0 +1,20 @@ +Index: pychess-0.8~beta1.obsolete.0.671261153723211/lib/pychess/Players/PyChess.py +=================================================================== +--- pychess-0.8~beta1.obsolete.0.671261153723211.orig/lib/pychess/Players/PyChess.py 2007-10-30 20:37:14.000000000 +0530 ++++ pychess-0.8~beta1.obsolete.0.671261153723211/lib/pychess/Players/PyChess.py 2007-12-01 01:09:29.000000000 +0530 +@@ -1,4 +1,3 @@ +-#!/usr/bin/python + + import gettext + from pychess.System.prefix import addDataPrefix +Index: pychess-0.8~beta1.obsolete.0.671261153723211/lib/pychess/Utils/Move.py +=================================================================== +--- pychess-0.8~beta1.obsolete.0.671261153723211.orig/lib/pychess/Utils/Move.py 2007-12-01 01:10:10.000000000 +0530 ++++ pychess-0.8~beta1.obsolete.0.671261153723211/lib/pychess/Utils/Move.py 2007-12-01 01:10:35.000000000 +0530 +@@ -1,6 +1,3 @@ +-#!/usr/bin/env python +-# -*- coding: UTF-8 -*- +- + from pychess.Utils.Cord import Cord + from pychess.Utils.const import * + from lutils import lmove --- pychess-0.8~beta4.orig/debian/copyright +++ pychess-0.8~beta4/debian/copyright @@ -0,0 +1,33 @@ +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: (C) 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 (C) 2006, Varun Hiremath and +is licensed under the GPL, see `/usr/share/common-licenses/GPL'. --- pychess-0.8~beta4.orig/debian/changelog +++ pychess-0.8~beta4/debian/changelog @@ -0,0 +1,105 @@ +pychess (0.8~beta4-1ubuntu1) hardy; urgency=low + + * Adjust debian/rules so that it no longer removes the empty /usr/lib that + python-central no longer creates (LP: #204895) so the package will build + * Change maintainer to MOTU + + -- Scott Kitterman Sat, 22 Mar 2008 00:01:26 -0400 + +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 --- pychess-0.8~beta4.orig/debian/rules +++ pychess-0.8~beta4/debian/rules @@ -0,0 +1,18 @@ +#!/usr/bin/make -f +DEB_PYTHON_SYSTEM=pycentral + +include /usr/share/cdbs/1/rules/debhelper.mk +include /usr/share/cdbs/1/class/python-distutils.mk +include /usr/share/cdbs/1/rules/patchsys-quilt.mk + +clean:: + $(RM) lang/*/LC_MESSAGES/*.mo + +binary-predeb/pychess:: + gunzip $(DEB_DESTDIR)usr/share/man/man1/pychess.1.gz + gzip -9 $(DEB_DESTDIR)usr/share/man/man1/pychess.1 + $(RM) $(DEB_DESTDIR)/usr/bin/pychess + dh_install pychess /usr/games/ + +get-orig-source: + -uscan --upstream-version 0 --rename --- pychess-0.8~beta4.orig/debian/control +++ pychess-0.8~beta4/debian/control @@ -0,0 +1,36 @@ +Source: pychess +Section: games +Priority: optional +Maintainer: Ubuntu MOTU Developers +XSBC-Original-Maintainer: Varun Hiremath +Uploaders: Torsten Werner +XS-Python-Version: >= 2.3 +Build-Depends: debhelper (>= 5.0.38), cdbs (>= 0.4.43), python-all-dev (>= 2.3.5-11), python-central (>= 0.5.6), quilt +Standards-Version: 3.7.3 +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, python-gtk2, python-pysqlite2, python-glade2, python-gst0.10 +XB-Python-Version: ${python:Versions} +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. --- pychess-0.8~beta4.orig/debian/docs +++ pychess-0.8~beta4/debian/docs @@ -0,0 +1 @@ +README --- pychess-0.8~beta4.orig/debian/pycompat +++ pychess-0.8~beta4/debian/pycompat @@ -0,0 +1 @@ +2 --- pychess-0.8~beta4.orig/debian/watch +++ pychess-0.8~beta4/debian/watch @@ -0,0 +1,3 @@ +version=3 +opts="uversionmangle=s/beta/~beta/" \ +http://code.google.com/p/pychess/downloads/list .*/pychess-[a-z]*(.*)\.tar\.gz --- pychess-0.8~beta4.orig/MANIFEST.in +++ pychess-0.8~beta4/MANIFEST.in @@ -6,27 +6,27 @@ include MANIFEST.in include open.db include pychess.desktop pychess.svg pychess.png -include lang/he/LC_MESSAGES/pychess.po -include lang/it/LC_MESSAGES/pychess.po -include lang/el/LC_MESSAGES/pychess.po -include lang/sv/LC_MESSAGES/pychess.po include lang/et/LC_MESSAGES/pychess.po -include lang/ja/LC_MESSAGES/pychess.po -include lang/nl/LC_MESSAGES/pychess.po -include lang/az/LC_MESSAGES/pychess.po -include lang/wa/LC_MESSAGES/pychess.po +include lang/el/LC_MESSAGES/pychess.po +include lang/cs/LC_MESSAGES/pychess.po include lang/pl/LC_MESSAGES/pychess.po +include lang/it/LC_MESSAGES/pychess.po +include lang/de/LC_MESSAGES/pychess.po +include lang/wa/LC_MESSAGES/pychess.po include lang/ru/LC_MESSAGES/pychess.po +include lang/ro/LC_MESSAGES/pychess.po include lang/fr/LC_MESSAGES/pychess.po include lang/pt_BR/LC_MESSAGES/pychess.po -include lang/es/LC_MESSAGES/pychess.po -include lang/pt/LC_MESSAGES/pychess.po -include lang/cs/LC_MESSAGES/pychess.po -include lang/de/LC_MESSAGES/pychess.po -include lang/da/LC_MESSAGES/pychess.po -include lang/tr/LC_MESSAGES/pychess.po -include lang/gl/LC_MESSAGES/pychess.po -include lang/hu/LC_MESSAGES/pychess.po -include lang/ro/LC_MESSAGES/pychess.po include lang/ca/LC_MESSAGES/pychess.po +include lang/he/LC_MESSAGES/pychess.po include lang/hi/LC_MESSAGES/pychess.po +include lang/da/LC_MESSAGES/pychess.po +include lang/ja/LC_MESSAGES/pychess.po +include lang/hu/LC_MESSAGES/pychess.po +include lang/gl/LC_MESSAGES/pychess.po +include lang/nl/LC_MESSAGES/pychess.po +include lang/pt/LC_MESSAGES/pychess.po +include lang/sv/LC_MESSAGES/pychess.po +include lang/tr/LC_MESSAGES/pychess.po +include lang/es/LC_MESSAGES/pychess.po +include lang/az/LC_MESSAGES/pychess.po