[Python-modules-commits] r13380 - in packages/python-txosc (14 files)

alexandrequessy-guest at users.alioth.debian.org alexandrequessy-guest at users.alioth.debian.org
Fri Jun 11 13:17:24 UTC 2010


    Date: Friday, June 11, 2010 @ 13:17:19
  Author: alexandrequessy-guest
Revision: 13380

Adding trunk/debian in python-txosc

Added:
  packages/python-txosc/trunk/
  packages/python-txosc/trunk/debian/
  packages/python-txosc/trunk/debian/changelog
  packages/python-txosc/trunk/debian/compat
  packages/python-txosc/trunk/debian/control
  packages/python-txosc/trunk/debian/copyright
  packages/python-txosc/trunk/debian/pycompat
  packages/python-txosc/trunk/debian/python-txosc.docs
  packages/python-txosc/trunk/debian/python-txosc.examples
  packages/python-txosc/trunk/debian/pyversions
  packages/python-txosc/trunk/debian/rules
  packages/python-txosc/trunk/debian/source/
  packages/python-txosc/trunk/debian/source/format
  packages/python-txosc/trunk/debian/watch

Added: packages/python-txosc/trunk/debian/changelog
===================================================================
--- packages/python-txosc/trunk/debian/changelog	                        (rev 0)
+++ packages/python-txosc/trunk/debian/changelog	2010-06-11 13:17:19 UTC (rev 13380)
@@ -0,0 +1,5 @@
+python-txosc (0.1.1-1) unstable; urgency=low
+
+  * Initial packaging (Closes: #585384)
+
+ -- Alexandre Quessy <alexandre at quessy.net>  Wed, 09 Jun 2010 22:09:53 -0400

Added: packages/python-txosc/trunk/debian/compat
===================================================================
--- packages/python-txosc/trunk/debian/compat	                        (rev 0)
+++ packages/python-txosc/trunk/debian/compat	2010-06-11 13:17:19 UTC (rev 13380)
@@ -0,0 +1 @@
+7

Added: packages/python-txosc/trunk/debian/control
===================================================================
--- packages/python-txosc/trunk/debian/control	                        (rev 0)
+++ packages/python-txosc/trunk/debian/control	2010-06-11 13:17:19 UTC (rev 13380)
@@ -0,0 +1,26 @@
+Source: python-txosc
+Section: python
+Priority: optional
+Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
+Uploaders: Alexandre Quessy <alexandre at quessy.net>
+Standards-Version: 3.8.4
+Build-Depends: debhelper (>= 7.0.50), python-support, python (>= 2.5), python-twisted, cdbs, python-setuptools
+Build-Depends-Indep: python-epydoc
+Homepage: http://www.bibucket.org/arjan/txosc
+Vcs-Svn: svn://svn.debian.org/python-modules/packages/python-txosc/trunk/
+Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-txosc/trunk/
+
+Package: python-txosc
+Architecture: all
+Depends: ${misc:Depends}, ${python:Depends}, python-twisted
+Description: Open Sound Control (OSC) protocol for Twisted
+ Open Sound Control (OSC) is an open, transport-independent,
+ message-based protocol developed for communication among computers,
+ sound synthesizers, and other multimedia devices.
+ .
+ This library implements OSC version 1.1 over both UDP and TCP for
+ the Twisted Python framework.
+ .
+ Twisted is an event-based framework for internet applications which
+ works on Python 2.3 through 2.6. 
+

Added: packages/python-txosc/trunk/debian/copyright
===================================================================
--- packages/python-txosc/trunk/debian/copyright	                        (rev 0)
+++ packages/python-txosc/trunk/debian/copyright	2010-06-11 13:17:19 UTC (rev 13380)
@@ -0,0 +1,43 @@
+This work was packaged for Debian by:
+
+  Alexandre Quessy <alexandre at quessy.net> on Wed, 09 Jun 2010 22:30:26 -0400
+
+The upstream source is available from <http://www.bitbucket.org/arjan/txosc>.
+
+Upstream Authors:
+
+    Arjan Scherpenisse <arjan at scherpenisse.net>
+    Alexandre Quessy <alexandre at quessy.net>
+
+Copyright:
+
+    Copyright (c) 2009-2010 Arjan Scherpenisse and Alexandre Quessy
+
+License: MIT/X
+
+    Copyright (c) 2009-2010 Arjan Scherpenisse and Alexandre Quessy
+
+    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.
+
+The Debian packaging is:
+
+    Copyright (C) 2010 Alexandre Quessy <alexandre at quessy.net>
+
+and is licensed under the GPL version 3,
+see `/usr/share/common-licenses/GPL-3'.

Added: packages/python-txosc/trunk/debian/pycompat
===================================================================
--- packages/python-txosc/trunk/debian/pycompat	                        (rev 0)
+++ packages/python-txosc/trunk/debian/pycompat	2010-06-11 13:17:19 UTC (rev 13380)
@@ -0,0 +1 @@
+2

Added: packages/python-txosc/trunk/debian/python-txosc.docs
===================================================================
--- packages/python-txosc/trunk/debian/python-txosc.docs	                        (rev 0)
+++ packages/python-txosc/trunk/debian/python-txosc.docs	2010-06-11 13:17:19 UTC (rev 13380)
@@ -0,0 +1,4 @@
+README
+RELEASE
+NEWS
+ChangeLog

Added: packages/python-txosc/trunk/debian/python-txosc.examples
===================================================================
--- packages/python-txosc/trunk/debian/python-txosc.examples	                        (rev 0)
+++ packages/python-txosc/trunk/debian/python-txosc.examples	2010-06-11 13:17:19 UTC (rev 13380)
@@ -0,0 +1 @@
+examples/*

Added: packages/python-txosc/trunk/debian/pyversions
===================================================================
--- packages/python-txosc/trunk/debian/pyversions	                        (rev 0)
+++ packages/python-txosc/trunk/debian/pyversions	2010-06-11 13:17:19 UTC (rev 13380)
@@ -0,0 +1 @@
+2.3-

Added: packages/python-txosc/trunk/debian/rules
===================================================================
--- packages/python-txosc/trunk/debian/rules	                        (rev 0)
+++ packages/python-txosc/trunk/debian/rules	2010-06-11 13:17:19 UTC (rev 13380)
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+DEB_PYTHON_SYSTEM=pysupport
+
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+binary-install/python-txosc::
+	dh_pysupport -ppython-txosc


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

Added: packages/python-txosc/trunk/debian/source/format
===================================================================
--- packages/python-txosc/trunk/debian/source/format	                        (rev 0)
+++ packages/python-txosc/trunk/debian/source/format	2010-06-11 13:17:19 UTC (rev 13380)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/python-txosc/trunk/debian/watch
===================================================================
--- packages/python-txosc/trunk/debian/watch	                        (rev 0)
+++ packages/python-txosc/trunk/debian/watch	2010-06-11 13:17:19 UTC (rev 13380)
@@ -0,0 +1,2 @@
+version=3
+http://alexandre.quessy.net/static/tarballs/python-txosc-(.*)\.tar\.gz




More information about the Python-modules-commits mailing list