[Python-modules-commits] r2754 - in /packages/rabbyt/trunk/debian: ./ changelog compat control copyright docs examples pyversions rules

baby-guest at users.alioth.debian.org baby-guest at users.alioth.debian.org
Mon Jul 16 16:49:35 UTC 2007


Author: baby-guest
Date: Mon Jul 16 16:49:35 2007
New Revision: 2754

URL: http://svn.debian.org/wsvn/python-modules/?sc=1&rev=2754
Log:
Lets try again


Added:
    packages/rabbyt/trunk/debian/
    packages/rabbyt/trunk/debian/changelog
    packages/rabbyt/trunk/debian/compat
    packages/rabbyt/trunk/debian/control
    packages/rabbyt/trunk/debian/copyright
    packages/rabbyt/trunk/debian/docs
    packages/rabbyt/trunk/debian/examples
    packages/rabbyt/trunk/debian/pyversions
    packages/rabbyt/trunk/debian/rules   (with props)

Added: packages/rabbyt/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/python-modules/packages/rabbyt/trunk/debian/changelog?rev=2754&op=file
==============================================================================
--- packages/rabbyt/trunk/debian/changelog (added)
+++ packages/rabbyt/trunk/debian/changelog Mon Jul 16 16:49:35 2007
@@ -1,0 +1,11 @@
+rabbyt (0.0.3-1) unstable; urgency=low
+
+  +++ Changes by Miriam Ruiz:
+
+  * Initial release. (Closes: #432747)
+
+  +++ Changes by Nacho Barrientos Arias:
+
+  * Minor adjustments.
+
+ -- Nacho Barrientos Arias <nacho at debian.org>  Sat, 14 Jul 2007 01:46:50 +0200

Added: packages/rabbyt/trunk/debian/compat
URL: http://svn.debian.org/wsvn/python-modules/packages/rabbyt/trunk/debian/compat?rev=2754&op=file
==============================================================================
--- packages/rabbyt/trunk/debian/compat (added)
+++ packages/rabbyt/trunk/debian/compat Mon Jul 16 16:49:35 2007
@@ -1,0 +1,1 @@
+5

Added: packages/rabbyt/trunk/debian/control
URL: http://svn.debian.org/wsvn/python-modules/packages/rabbyt/trunk/debian/control?rev=2754&op=file
==============================================================================
--- packages/rabbyt/trunk/debian/control (added)
+++ packages/rabbyt/trunk/debian/control Mon Jul 16 16:49:35 2007
@@ -1,0 +1,27 @@
+Source: rabbyt
+Section: python
+Priority: extra
+Maintainer: Debian Games Team <pkg-games-devel at lists.alioth.debian.org>
+Uploaders: Miriam Ruiz <little_miry at yahoo.es>, Nacho Barrientos Arias <nacho at debian.org>
+Build-Depends: debhelper (>= 5),
+ python2.4-dev, python-support (>= 0.6), python-setuptools, python-pyrex,
+ libgl1-mesa-dev | xlibmesa-gl-dev, libglu1-mesa-dev | libglu1-xorg-dev
+Standards-Version: 3.7.2
+XS-Vcs-Svn: svn://svn.debian.org/pkg-games/packages/trunk/rabbyt
+XS-Vcs-Browser: http://svn.debian.org/wsvn/pkg-games/packages/trunk/rabbyt/
+
+Package: python-rabbyt
+Architecture: any
+Depends: ${shlibs:Depends}, ${python:Depends}
+Provides: ${python:Provides}
+Python-Depends: python-pygame
+Description: sprite library for Python with game development in mind
+ Rabbyt is a sprite library for Python. It has two goals:
+ .
+  * To be fast, without sacrificing ease of use.
+  * To be easy to use, without sacrificing speed.
+ .
+ Rabbyt makes it very easy to create lots of sprites very fast that
+ run very fast with little code.
+ .
+  Homepage: http://matthewmarshall.org/projects/rabbyt/

Added: packages/rabbyt/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/python-modules/packages/rabbyt/trunk/debian/copyright?rev=2754&op=file
==============================================================================
--- packages/rabbyt/trunk/debian/copyright (added)
+++ packages/rabbyt/trunk/debian/copyright Mon Jul 16 16:49:35 2007
@@ -1,0 +1,64 @@
+This package was debianized by Miriam Ruiz <little_miry at yahoo.es> on
+Wed, 11 Jul 2007 10:49:44 +0000.
+
+It was downloaded from http://cheeseshop.python.org/pypi/Rabbyt/
+
+Upstream Author: Matthew Marshall <matthew at matthewmarshall.org>
+
+Copyright (C) 2007 Matthew Marshall
+
+License (see exceptions below):
+*******************************
+
+   This package is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2 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
+   Lesser General Public License for more details.
+
+   You should have received a copy of the GNU Lesser 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 Lesser General
+Public License can be found in `/usr/share/common-licenses/LGPL'.
+
+Exceptions:
+***********
+
+ examples/*
+ ----------
+
+  Licensed under the MIT license:
+
+   Permission is hereby granted, free of charge, to any person obtaining a
+   copy of this software and associated documentation files (the "Software"),
+   to deal in the Software without restriction, including without limitation
+   the rights to use, copy, modify, merge, publish, distribute, sublicense,
+   and/or sell copies of the Software, and to permit persons to whom the
+   Software is furnished to do so, subject to the following conditions:
+
+   The above copyright notice and this permission notice shall be included
+   in all copies or substantial portions of the Software.
+
+   THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+   IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+   FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
+   THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
+   OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
+   ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+   OTHER DEALINGS IN THE SOFTWARE.
+
+   Except as contained in this notice, the name(s) of the above copyright
+   holders shall not be used in advertising or otherwise to promote the
+   sale, use or other dealings in this Software without prior written
+   authorization.
+
+The Debian packaging is (C) 2007,
+ - Miriam Ruiz <little_miry at yahoo.es> 
+ - Nacho Barrientos Arias <nacho at debian.org>
+and is licensed under the GPL, see `/usr/share/common-licenses/GPL'.

Added: packages/rabbyt/trunk/debian/docs
URL: http://svn.debian.org/wsvn/python-modules/packages/rabbyt/trunk/debian/docs?rev=2754&op=file
==============================================================================
--- packages/rabbyt/trunk/debian/docs (added)
+++ packages/rabbyt/trunk/debian/docs Mon Jul 16 16:49:35 2007
@@ -1,0 +1,1 @@
+README

Added: packages/rabbyt/trunk/debian/examples
URL: http://svn.debian.org/wsvn/python-modules/packages/rabbyt/trunk/debian/examples?rev=2754&op=file
==============================================================================
--- packages/rabbyt/trunk/debian/examples (added)
+++ packages/rabbyt/trunk/debian/examples Mon Jul 16 16:49:35 2007
@@ -1,0 +1,2 @@
+examples/*.py
+examples/*.png

Added: packages/rabbyt/trunk/debian/pyversions
URL: http://svn.debian.org/wsvn/python-modules/packages/rabbyt/trunk/debian/pyversions?rev=2754&op=file
==============================================================================
--- packages/rabbyt/trunk/debian/pyversions (added)
+++ packages/rabbyt/trunk/debian/pyversions Mon Jul 16 16:49:35 2007
@@ -1,0 +1,1 @@
+2.4

Added: packages/rabbyt/trunk/debian/rules
URL: http://svn.debian.org/wsvn/python-modules/packages/rabbyt/trunk/debian/rules?rev=2754&op=file
==============================================================================
--- packages/rabbyt/trunk/debian/rules (added)
+++ packages/rabbyt/trunk/debian/rules Mon Jul 16 16:49:35 2007
@@ -1,0 +1,50 @@
+#!/usr/bin/make -f
+
+PYVERS=$(shell pyversions -vr)
+
+build: $(PYVERS:%=build-python%)
+
+build-python%:
+	dh_testdir
+	python$* setup.py build
+	touch $@
+
+clean: 
+	dh_testdir
+	dh_testroot
+	rm -f $(CURDIR)/rabbyt/*.c $(CURDIR)/Rabbyt.egg-info/SOURCES.txt
+	rm -f build-python2.* install-python2.*
+	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-rabbyt \
+		--single-version-externally-managed;
+	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

Propchange: packages/rabbyt/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *




More information about the Python-modules-commits mailing list