[Python-modules-commits] r6183 - in packages/pysoy/trunk (9 files)

miriam at users.alioth.debian.org miriam at users.alioth.debian.org
Thu Aug 14 13:24:35 UTC 2008


    Date: Thursday, August 14, 2008 @ 13:24:34
  Author: miriam
Revision: 6183

[svn-inject] Applying Debian modifications to trunk

Added:
  packages/pysoy/trunk/debian/
  packages/pysoy/trunk/debian/changelog
  packages/pysoy/trunk/debian/compat
  packages/pysoy/trunk/debian/control
  packages/pysoy/trunk/debian/copyright
  packages/pysoy/trunk/debian/docs
  packages/pysoy/trunk/debian/pysoy.doc-base.EX
  packages/pysoy/trunk/debian/rules
  packages/pysoy/trunk/debian/watch.ex


Property changes on: packages/pysoy/trunk/debian
___________________________________________________________________
Name: mergeWithUpstream
   + 1

Added: packages/pysoy/trunk/debian/changelog
===================================================================
--- packages/pysoy/trunk/debian/changelog	                        (rev 0)
+++ packages/pysoy/trunk/debian/changelog	2008-08-14 13:24:34 UTC (rev 6183)
@@ -0,0 +1,6 @@
+pysoy (1.0~beta2-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #nnnn)
+
+ -- Miriam Ruiz <little_miry at yahoo.es>  Thu, 14 Aug 2008 14:22:51 +0200
+

Added: packages/pysoy/trunk/debian/compat
===================================================================
--- packages/pysoy/trunk/debian/compat	                        (rev 0)
+++ packages/pysoy/trunk/debian/compat	2008-08-14 13:24:34 UTC (rev 6183)
@@ -0,0 +1 @@
+7

Added: packages/pysoy/trunk/debian/control
===================================================================
--- packages/pysoy/trunk/debian/control	                        (rev 0)
+++ packages/pysoy/trunk/debian/control	2008-08-14 13:24:34 UTC (rev 6183)
@@ -0,0 +1,36 @@
+Source: pysoy
+Section: python
+Priority: extra
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Miriam Ruiz <little_miry at yahoo.es>
+Build-Depends: debhelper (>= 7),  quilt,
+ python-all-dev, python-support (>= 0.6.4), python-setuptools,
+ libgl1-mesa-dev, libglu1-mesa-dev, libglew1.5-dev, libode0-dev,
+ libglib2.0-dev, libcairo2-dev, libogg-dev, libvorbis-dev, libtheora-dev,
+ x11proto-xf86vidmode-dev, libxxf86vm-dev
+Standards-Version: 3.8.0
+Homepage: http://www.pysoy.org/
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/pysoy/trunk/
+Vcs-Browser: http://svn.debian.org/wsvn/python-modules/packages/pysoy/trunk/?op=log
+
+Package: python-pysoy
+Architecture: any
+Depends: ${shlibs:Depends}, ${python:Depends}
+Provides: ${python:Provides}
+Description: high-level 3D game engine for Python
+ PySoy is a 3D game engine written as a Python module. It has tightly
+ integrated physics support (motion, collision detection, joints, etc), a
+ threaded render cycle for high FPS, an intuitive API, and many other
+ features. The project was born as a fork from fork of Soya3D and is
+ targeted primarily at rapid development of games.
+ .
+ With the most computation-heavy parts of OpenGL and Physics processing
+ in C, PySoy remains efficient while offering a high level object-oriented
+ Python API. An optimized background thread takes care of the low-level
+ processing leaving the main Python code free to focus on higher level
+ processing.
+ .
+ The goal is to target the video hardware available to everyday computer
+ users focusing on CPU-side game features and keeping  3D graphics
+ requirements to a minimum, thus working without problem on graphic cards
+ like AMD/ATI Radeon 9000, Intel i915 or nVidia geForce2.

Added: packages/pysoy/trunk/debian/copyright
===================================================================
--- packages/pysoy/trunk/debian/copyright	                        (rev 0)
+++ packages/pysoy/trunk/debian/copyright	2008-08-14 13:24:34 UTC (rev 6183)
@@ -0,0 +1,55 @@
+This package was debianized by Miriam Ruiz <little_miry at yahoo.es> on
+Thu, 14 Aug 2008 14:22:51 +0200.
+
+It was downloaded from http://www.pysoy.org/
+
+Current Developers:
+    Arc Riley <ArcRiley at pysoy.org>
+    Blaine Gilliam
+    Davy Wybiral
+    Derek Rhodes <physci at gmail.com>
+    Eric Stein <eastein at wpi.edu>
+    Kirk McDonald
+    Nate Thompson
+
+Past Developers:
+    Angelo Theodorou
+    Buddha Buck <blaisepascal at gmail.com>
+    Jeremy Moles
+    Mike Beckson <mbeckson at googlemail.com>
+    Palle Raabjerg <palle at user-friendly.dk>
+    Seth Thompson
+    Zach Miller <betanull at gmail.com>
+
+Contributors:
+    Greg Ewing
+    Piet Delport
+
+Copyright:
+
+    Copyright (C) 2006,2007,2008 PySoy Group
+
+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 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 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 version 3 of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL-3'.
+
+On Debian systems, the complete text of the latest version of the GNU General
+Public License can be found in `/usr/share/common-licenses/GPL'.
+
+The Debian packaging is (C) 2008, Miriam Ruiz <little_miry at yahoo.es> and
+is licensed under the same license as the software, see above.

Added: packages/pysoy/trunk/debian/docs
===================================================================
--- packages/pysoy/trunk/debian/docs	                        (rev 0)
+++ packages/pysoy/trunk/debian/docs	2008-08-14 13:24:34 UTC (rev 6183)
@@ -0,0 +1 @@
+HACKING

Added: packages/pysoy/trunk/debian/pysoy.doc-base.EX
===================================================================
--- packages/pysoy/trunk/debian/pysoy.doc-base.EX	                        (rev 0)
+++ packages/pysoy/trunk/debian/pysoy.doc-base.EX	2008-08-14 13:24:34 UTC (rev 6183)
@@ -0,0 +1,22 @@
+Document: pysoy
+Title: Debian pysoy Manual
+Author: <insert document author here>
+Abstract: This manual describes what pysoy is
+ and how it can be used to
+ manage online manuals on Debian systems.
+Section: unknown
+
+Format: debiandoc-sgml
+Files: /usr/share/doc/pysoy/pysoy.sgml.gz
+
+Format: postscript
+Files: /usr/share/doc/pysoy/pysoy.ps.gz
+
+Format: text
+Files: /usr/share/doc/pysoy/pysoy.text.gz
+
+Format: HTML
+Index: /usr/share/doc/pysoy/html/index.html
+Files: /usr/share/doc/pysoy/html/*.html
+
+

Added: packages/pysoy/trunk/debian/rules
===================================================================
--- packages/pysoy/trunk/debian/rules	                        (rev 0)
+++ packages/pysoy/trunk/debian/rules	2008-08-14 13:24:34 UTC (rev 6183)
@@ -0,0 +1,55 @@
+#!/usr/bin/make -f
+
+include /usr/share/quilt/quilt.make
+
+PYVERS=$(shell pyversions -vs)
+
+configure: configure-stamp
+configure-stamp: patch
+	dh_testdir
+	touch configure-stamp
+
+build: $(PYVERS:%=build-python%)
+
+build-python%: configure-stamp
+	dh_testdir
+	python$* setup.py build
+	touch $@
+
+clean: unpatch
+	dh_testdir
+	dh_testroot
+	rm -f build-python2.* install-python2.* configure-stamp
+	rm -rf build
+	dh_clean 
+
+install: build $(PYVERS:%=install-python%)
+
+install-python%:
+	dh_testdir
+	dh_testroot
+	python$* setup.py install \
+		--no-compile \
+		--root=$(CURDIR)/debian/python-pysoy ;
+	touch $@
+
+binary-indep: build install
+
+binary-arch: build install
+	dh_testdir
+	dh_testroot
+	dh_installchangelogs
+	dh_installdocs
+	dh_installexamples
+	dh_strip
+	dh_compress
+	dh_fixperms
+	dh_pysupport
+	dh_installdeb
+	dh_shlibdeps
+	dh_gencontrol
+	dh_md5sums
+	dh_builddeb
+
+binary: binary-indep binary-arch
+.PHONY: build clean binary-indep binary-arch binary install configure


Property changes on: packages/pysoy/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/pysoy/trunk/debian/watch.ex
===================================================================
--- packages/pysoy/trunk/debian/watch.ex	                        (rev 0)
+++ packages/pysoy/trunk/debian/watch.ex	2008-08-14 13:24:34 UTC (rev 6183)
@@ -0,0 +1,23 @@
+# Example watch control file for uscan
+# Rename this file to "watch" and then you can run the "uscan" command
+# to check for upstream updates and more.
+# See uscan(1) for format
+
+# Compulsory line, this is a version 3 file
+version=3
+
+# Uncomment to examine a Webpage
+# <Webpage URL> <string match>
+#http://www.example.com/downloads.php pysoy-(.*)\.tar\.gz
+
+# Uncomment to examine a Webserver directory
+#http://www.example.com/pub/pysoy-(.*)\.tar\.gz
+
+# Uncommment to examine a FTP server
+#ftp://ftp.example.com/pub/pysoy-(.*)\.tar\.gz debian uupdate
+
+# Uncomment to find new files on sourceforge, for devscripts >= 2.9
+# http://sf.net/pysoy/pysoy-(.*)\.tar\.gz
+
+# Uncomment to find new files on GooglePages
+# http://example.googlepages.com/foo.html pysoy-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list