[Python-modules-commits] r4515 - in packages/pyglet/trunk (12 files)

certik-guest at users.alioth.debian.org certik-guest at users.alioth.debian.org
Mon Feb 11 10:45:34 UTC 2008


    Date: Monday, February 11, 2008 @ 10:45:32
  Author: certik-guest
Revision: 4515

initial import

Added:
  packages/pyglet/trunk/debian/
  packages/pyglet/trunk/debian/TODO
  packages/pyglet/trunk/debian/changelog
  packages/pyglet/trunk/debian/compat
  packages/pyglet/trunk/debian/control
  packages/pyglet/trunk/debian/copyright
  packages/pyglet/trunk/debian/docs
  packages/pyglet/trunk/debian/pycompat
  packages/pyglet/trunk/debian/python-pyglet.examples
  packages/pyglet/trunk/debian/pyversions
  packages/pyglet/trunk/debian/rules
  packages/pyglet/trunk/debian/watch

Added: packages/pyglet/trunk/debian/TODO
===================================================================
--- packages/pyglet/trunk/debian/TODO	                        (rev 0)
+++ packages/pyglet/trunk/debian/TODO	2008-02-11 10:45:32 UTC (rev 4515)
@@ -0,0 +1,18 @@
+A permanent TODO for the maintainer is to track the library dependencies.
+Pyglet does not link to any library but loads them dynamically. Therefore
+it is the maintainers duty to track the package dependencies.
+
+Dependencies as of 1.0beta3:
+  * libasound2
+  * libopenal0a
+  * libfreetype (libfontconfig1)
+  * libgtk2.0-0 (libx11-6, libxinerama1)
+  * libgl1
+  * libglu1
+
+Currently only of the ALSA and OPENAL drivers has to be present to fulfill the
+package dependencies.
+
+
+Package contains documentation without the corresponding sources. It either
+has to be removed or sources have to be included. Request to upstream was sent.

Added: packages/pyglet/trunk/debian/changelog
===================================================================
--- packages/pyglet/trunk/debian/changelog	                        (rev 0)
+++ packages/pyglet/trunk/debian/changelog	2008-02-11 10:45:32 UTC (rev 4515)
@@ -0,0 +1,5 @@
+pyglet (1.0-1) unstable; urgency=low
+
+  * Initial release (Closes: #459729).
+
+ -- Michael Hanke <michael.hanke at gmail.com>  Fri, 18 Jan 2008 08:43:46 +0100

Added: packages/pyglet/trunk/debian/compat
===================================================================
--- packages/pyglet/trunk/debian/compat	                        (rev 0)
+++ packages/pyglet/trunk/debian/compat	2008-02-11 10:45:32 UTC (rev 4515)
@@ -0,0 +1 @@
+5

Added: packages/pyglet/trunk/debian/control
===================================================================
--- packages/pyglet/trunk/debian/control	                        (rev 0)
+++ packages/pyglet/trunk/debian/control	2008-02-11 10:45:32 UTC (rev 4515)
@@ -0,0 +1,26 @@
+Source: pyglet
+Section: python
+Priority: optional
+Maintainer: Experimental Psychology Maintainers <pkg-exppsy-maintainers at lists.alioth.debian.org>
+Uploaders: Michael Hanke <michael.hanke at gmail.com>, Per B. Sederberg <psederberg at gmail.com>
+Build-Depends: cdbs, debhelper (>= 5), python-support (>= 0.6), python
+Standards-Version: 3.7.3
+Homepage: http://www.pyglet.org
+Vcs-Browser: http://git.debian.org/?p=pkg-exppsy/pyglet.git
+Vcs-Git: git://git.debian.org/git/pkg-exppsy/pyglet.git
+
+
+Package: python-pyglet
+Architecture: all
+Depends: ${shlibs:Depends}, ${python:Depends}, python-ctypes | python (>= 2.5), libgtk2.0-0, libgl1 | libgl1-mesa-swx11, libglu1 | libglu1-mesa
+Recommends: libasound2 | libopenal0a
+Provides: ${python:Provides}
+Description: a cross-platform windowing and multimedia library
+ This library provides an object-oriented programming interface for developing
+ games and other visually-rich applications with Python.
+ pyglet has virtually no external dependencies. For most applications and game
+ requirements, pyglet needs nothing else besides Python, simplifying
+ distribution and installation. It also handles multiple windows and
+ fully aware of multi-monitor setups.
+ .
+ pyglet might be seen as an alternative to PyGame.

Added: packages/pyglet/trunk/debian/copyright
===================================================================
--- packages/pyglet/trunk/debian/copyright	                        (rev 0)
+++ packages/pyglet/trunk/debian/copyright	2008-02-11 10:45:32 UTC (rev 4515)
@@ -0,0 +1,57 @@
+This package was debianized by Per B. Sederberg <psederberg at gmail.com> on
+Thu, 18 Oct 2007 11:16:28 -0400.
+
+It was downloaded from http://www.pyglet.org
+
+Upstream Author:
+
+    Alex Holkner <alex.holkner at gmail.com>
+
+Copyright:
+
+    Copyright 2006-2007 Alex Holkner
+
+License:
+
+    Redistribution and use in source and binary forms, with or without
+    modification, are permitted under the terms of the BSD License.
+
+    THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
+    ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
+    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
+    ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
+    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
+    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
+    OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
+    HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
+    LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
+    OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
+    SUCH DAMAGE.
+
+On Debian systems, the complete text of the BSD License can be 
+found in `/usr/share/common-licenses/BSD'.
+
+pyglet includes contributions from the following organisations and
+individuals:
+
+Blue Box Devices
+Anthony Baxter
+Alan Green
+Richard Jones
+Tobias Sargeant
+
+pyglet/window/win32/constants.py is derived from Python for Windows
+Extensions.  Copyright 1994-2001 Mark Hammond.
+
+pyglet/image/codecs/pypng.py is derived from png.py.  Copyright 2006
+Johann C.  Rocholl.
+
+pyglet/ext/layout/Plex is derived from Plex.  Copyright Greg Ewing.
+
+tools/wraptypes/lex.py and tools/wraptypes/yacc.py are derived from ply.
+Copyright 2001-2006 David M.  Beazley.
+
+
+The Debian packaging is (C) 2007, Per B. Sederberg <psederberg at gmail.com>
+                       2007-2008, Michael Hanke <michael.hanke at gmail.com>
+and is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: packages/pyglet/trunk/debian/docs
===================================================================
--- packages/pyglet/trunk/debian/docs	                        (rev 0)
+++ packages/pyglet/trunk/debian/docs	2008-02-11 10:45:32 UTC (rev 4515)
@@ -0,0 +1,3 @@
+README
+doc/*
+tools

Added: packages/pyglet/trunk/debian/pycompat
===================================================================
--- packages/pyglet/trunk/debian/pycompat	                        (rev 0)
+++ packages/pyglet/trunk/debian/pycompat	2008-02-11 10:45:32 UTC (rev 4515)
@@ -0,0 +1 @@
+2

Added: packages/pyglet/trunk/debian/python-pyglet.examples
===================================================================
--- packages/pyglet/trunk/debian/python-pyglet.examples	                        (rev 0)
+++ packages/pyglet/trunk/debian/python-pyglet.examples	2008-02-11 10:45:32 UTC (rev 4515)
@@ -0,0 +1,2 @@
+examples/*
+

Added: packages/pyglet/trunk/debian/pyversions
===================================================================
--- packages/pyglet/trunk/debian/pyversions	                        (rev 0)
+++ packages/pyglet/trunk/debian/pyversions	2008-02-11 10:45:32 UTC (rev 4515)
@@ -0,0 +1 @@
+2.4-

Added: packages/pyglet/trunk/debian/rules
===================================================================
--- packages/pyglet/trunk/debian/rules	                        (rev 0)
+++ packages/pyglet/trunk/debian/rules	2008-02-11 10:45:32 UTC (rev 4515)
@@ -0,0 +1,10 @@
+#!/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
+
+
+DEB_COMPRESS_EXCLUDE := .py
+DEB_INSTALL_CHANGELOGS_ALL := CHANGELOG


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

Added: packages/pyglet/trunk/debian/watch
===================================================================
--- packages/pyglet/trunk/debian/watch	                        (rev 0)
+++ packages/pyglet/trunk/debian/watch	2008-02-11 10:45:32 UTC (rev 4515)
@@ -0,0 +1,4 @@
+version=3
+opts="uversionmangle=s/\.([^\.]*)$/~$1/" \
+http://code.google.com/p/pyglet/downloads/list?can=1 \
+	http://pyglet.googlecode.com/files/*pyglet-([\d\.]+)(.*)\.tar\.gz




More information about the Python-modules-commits mailing list