--- tofu-0.5.orig/debian/rules +++ tofu-0.5/debian/rules @@ -0,0 +1,15 @@ +#!/usr/bin/make -f +# -*- mode: makefile; coding: utf-8 -*- + +include /usr/share/cdbs/1/rules/debhelper.mk +DEB_PYTHON_SYSTEM = pysupport +include /usr/share/cdbs/1/class/python-distutils.mk +include /usr/share/cdbs/1/rules/patchsys-quilt.mk + + +DEB_COMPRESS_EXCLUDE := .py + + +binary-install/$(DEB_PYTHON_MODULE_PACKAGE):: + find debian/$(cdbs_curpkg)/usr/share/ -type f -exec chmod -R a-x {} \; + --- tofu-0.5.orig/debian/pycompat +++ tofu-0.5/debian/pycompat @@ -0,0 +1 @@ +2 --- tofu-0.5.orig/debian/watch +++ tofu-0.5/debian/watch @@ -0,0 +1,4 @@ +version=2 +http://download.gna.org/soya/ \ + Tofu-(.*).tar.bz2 \ + debian uupdate --- tofu-0.5.orig/debian/compat +++ tofu-0.5/debian/compat @@ -0,0 +1 @@ +5 --- tofu-0.5.orig/debian/control.in +++ tofu-0.5/debian/control.in @@ -0,0 +1,20 @@ +Source: tofu +Section: python +Priority: optional +Maintainer: Debian QA Group +Build-Depends: @cdbs@ +Standards-Version: 3.8.1 +Homepage: http://home.gna.org/oomadness/en/tofu/ + +Package: python-tofu +Architecture: all +Depends: ${python:Depends}, ${misc:Depends}, python-twisted-core +Recommends: python-cerealizer +Description: high-level network game engine for Python + Tofu is designed for games where players play one or several characters + accross several levels. This includes jump'n run games, RPG or RTS, but + not Tetris-like games or board game (chess, go,...). + . + It currently support client-server and single player mode; peer-to-peer + mode may be added later. + --- tofu-0.5.orig/debian/copyright +++ tofu-0.5/debian/copyright @@ -0,0 +1,28 @@ +This package was debianized by Marc Dequènes (Duck) on +Mon, 3 Apr 2006 02:04:35 +0200. + +It was downloaded from http://home.gna.org/oomadness/en/tofu/ + +Upstream Author: Jiba + +Copyright: + + Tofu is copyright (c) 2005-2006 Jean-Baptiste LAMY + + 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; version 2 dated June, 1991. + + 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-2'. + --- tofu-0.5.orig/debian/examples +++ tofu-0.5/debian/examples @@ -0,0 +1 @@ +demo/* --- tofu-0.5.orig/debian/pyversions +++ tofu-0.5/debian/pyversions @@ -0,0 +1 @@ +2.4- --- tofu-0.5.orig/debian/control +++ tofu-0.5/debian/control @@ -0,0 +1,20 @@ +Source: tofu +Section: python +Priority: optional +Maintainer: Debian QA Group +Build-Depends: cdbs (>= 0.4.23-1.1), debhelper (>= 5), cdbs (>= 0.4.43), python-dev (>= 2.3.5-11), python-support, quilt, patchutils (>= 0.2.25), cdbs (>= 0.4.27) +Standards-Version: 3.8.1 +Homepage: http://home.gna.org/oomadness/en/tofu/ + +Package: python-tofu +Architecture: all +Depends: ${python:Depends}, ${misc:Depends}, python-twisted-core +Recommends: python-cerealizer +Description: high-level network game engine for Python + Tofu is designed for games where players play one or several characters + accross several levels. This includes jump'n run games, RPG or RTS, but + not Tetris-like games or board game (chess, go,...). + . + It currently support client-server and single player mode; peer-to-peer + mode may be added later. + --- tofu-0.5.orig/debian/changelog +++ tofu-0.5/debian/changelog @@ -0,0 +1,57 @@ +tofu (0.5-5) unstable; urgency=low + + * Orphaned. + * Added missing '${misc:Depends}' dependency. + * Bumped Standards-Version (no changes). + * Fixed reference in copyright file to the right GPL version. + + -- Marc Dequènes (Duck) Mon, 30 Mar 2009 23:08:26 +0200 + +tofu (0.5-4) unstable; urgency=low + + * Moved homepage information to new control field. + * Increased Standards-Version (no changes). + + -- Marc Dequènes (Duck) Sun, 02 Mar 2008 18:18:44 +0100 + +tofu (0.5-3) unstable; urgency=low + + * Reduced dependency on python-twisted as suggested by Guillem Jover + (Closes: #392039). + + -- Marc Dequènes (Duck) Wed, 11 Jul 2007 01:02:08 +0200 + +tofu (0.5-2) unstable; urgency=low + + * Comply with new policy (Closes: #373391). + * Switched to debhelper compat 5. + + -- Marc Dequènes (Duck) Sat, 17 Jun 2006 02:55:35 +0200 + +tofu (0.5-1) unstable; urgency=low + + * New upstream release. + + -- Marc Dequènes (Duck) Sun, 11 Jun 2006 22:45:54 +0200 + +tofu (0.4-1) unstable; urgency=low + + * New upstream release. + * Increased Standards-Version to 3.7.2.0 (no changes). + * Updated URL in 'debian/copyright' and in 'debian/control.in'. + + -- Marc Dequènes (Duck) Sun, 14 May 2006 02:08:30 +0200 + +tofu (0.3-2) unstable; urgency=low + + * postrm is now prerm, this was a mistake. + + -- Marc Dequènes (Duck) Tue, 2 May 2006 23:57:41 +0200 + +tofu (0.3-1) unstable; urgency=low + + * Initial Release. + * Entering the Python Modules Packaging Team. + + -- Marc Dequènes (Duck) Thu, 27 Apr 2006 22:23:56 +0200 + --- tofu-0.5.orig/debian/patches/series +++ tofu-0.5/debian/patches/series @@ -0,0 +1 @@ +no_bytecompilation.patch --- tofu-0.5.orig/debian/patches/no_bytecompilation.patch +++ tofu-0.5/debian/patches/no_bytecompilation.patch @@ -0,0 +1,13 @@ +Index: editobj-0.5.7/setup.cfg +=================================================================== +--- editobj-0.5.7.orig/setup.cfg 2006-04-27 15:27:46.666091448 +0200 ++++ editobj-0.5.7/setup.cfg 2006-04-27 15:27:55.391764944 +0200 +@@ -1,6 +1,6 @@ + [install_lib] +-compile = 1 +-optimize = 1 ++compile = 0 ++optimize = 0 + + [sdist] + force-manifest = 1