[Python-modules-commits] r6976 - in packages/python-gasp/trunk (10 files)

ffm-guest at users.alioth.debian.org ffm-guest at users.alioth.debian.org
Tue Nov 25 23:29:51 UTC 2008


    Date: Tuesday, November 25, 2008 @ 23:29:50
  Author: ffm-guest
Revision: 6976

Add python-gasp packageing to the repo

Added:
  packages/python-gasp/trunk/debian/
  packages/python-gasp/trunk/debian/changelog
  packages/python-gasp/trunk/debian/compat
  packages/python-gasp/trunk/debian/control
  packages/python-gasp/trunk/debian/copyright
  packages/python-gasp/trunk/debian/files
  packages/python-gasp/trunk/debian/patches/
  packages/python-gasp/trunk/debian/pycompat
  packages/python-gasp/trunk/debian/rules
  packages/python-gasp/trunk/debian/stamp-patched

Added: packages/python-gasp/trunk/debian/changelog
===================================================================
--- packages/python-gasp/trunk/debian/changelog	                        (rev 0)
+++ packages/python-gasp/trunk/debian/changelog	2008-11-25 23:29:50 UTC (rev 6976)
@@ -0,0 +1,5 @@
+python-gasp (0.2.1~bzr64-1) unstable; urgency=low
+
+  * Initial release. (Closes: #506501)
+
+ -- Luke Faraone <lfaraone at ubuntu.com>  Fri, 21 Nov 2008 21:54:33 -0500

Added: packages/python-gasp/trunk/debian/compat
===================================================================
--- packages/python-gasp/trunk/debian/compat	                        (rev 0)
+++ packages/python-gasp/trunk/debian/compat	2008-11-25 23:29:50 UTC (rev 6976)
@@ -0,0 +1 @@
+5

Added: packages/python-gasp/trunk/debian/control
===================================================================
--- packages/python-gasp/trunk/debian/control	                        (rev 0)
+++ packages/python-gasp/trunk/debian/control	2008-11-25 23:29:50 UTC (rev 6976)
@@ -0,0 +1,20 @@
+Source: python-gasp
+Section: python
+Priority: optional
+Maintainer: Luke Faraone <lfaraone at ubuntu.com>
+Uploaders: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Build-Depends: debhelper (>= 5), cdbs (>= 0.4.43), python-dev (>= 2.3.5-11), python-central (>= 0.5.0), python-setuptools, patchutils, bzr
+Standards-Version: 3.8.0
+Homepage: https://launchpad.net/gasp
+XS-Python-Version: all
+
+Package: python-gasp
+Architecture: all
+Depends: ${python:Depends}, python-pygame
+Provides: ${python:Provides}
+XB-Python-Version: ${python:Versions}
+Description: a procedural Python graphics library for beginning programmers
+ GASP is a wrapper around the Pygame SDL library which makes writing graphical
+ applications in Python easy for beginners, requiring no knowledge of classes
+ or instances.
+

Added: packages/python-gasp/trunk/debian/copyright
===================================================================
--- packages/python-gasp/trunk/debian/copyright	                        (rev 0)
+++ packages/python-gasp/trunk/debian/copyright	2008-11-25 23:29:50 UTC (rev 6976)
@@ -0,0 +1,34 @@
+This package was debianized by Luke Faraone <lfaraone at ubuntu.com> on
+Friday November 21, 2008 22:30:00 -0500.
+
+It was downloaded from https://launchpad.net/gasp
+
+Copyright Holder:
+ * Copyright 2006 - 2008 James Hancock
+
+License:
+
+This is free software; you can redistribute it and/or modify it under the terms
+of the GNU General Public License (version 3), or (at your option) any later
+version.
+
+    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 3 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.
+
+    You should have received a copy of the GNU General Public License along
+    with this program; if not, write to the Free Software Foundation, Inc.,
+    51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+
+On Debian systems, the complete text of the GPL v3 can be found here:
+  /usr/share/common-licenses/GPL-3
+
+The Debian packaging is (C) 2008, Luke Faraone <lfaraone at ubuntu.com> and is
+licensed under the GPL version 3 or later.  See above.
+

Added: packages/python-gasp/trunk/debian/files
===================================================================
--- packages/python-gasp/trunk/debian/files	                        (rev 0)
+++ packages/python-gasp/trunk/debian/files	2008-11-25 23:29:50 UTC (rev 6976)
@@ -0,0 +1 @@
+python-gasp_0.2.1~bzr64-1_all.deb python optional

Added: packages/python-gasp/trunk/debian/pycompat
===================================================================
--- packages/python-gasp/trunk/debian/pycompat	                        (rev 0)
+++ packages/python-gasp/trunk/debian/pycompat	2008-11-25 23:29:50 UTC (rev 6976)
@@ -0,0 +1 @@
+2

Added: packages/python-gasp/trunk/debian/rules
===================================================================
--- packages/python-gasp/trunk/debian/rules	                        (rev 0)
+++ packages/python-gasp/trunk/debian/rules	2008-11-25 23:29:50 UTC (rev 6976)
@@ -0,0 +1,11 @@
+#!/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/simple-patchsys.mk
+
+DEB_PYTHON_SETUP_CMD = gasp/setup.py
+
+get-orig-source:
+	bzr branch lp:gasp-code


Property changes on: packages/python-gasp/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: packages/python-gasp/trunk/debian/stamp-patched
===================================================================




More information about the Python-modules-commits mailing list