[Python-modules-commits] r13384 - in packages/python-portmidi/trunk (11 files)

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


    Date: Friday, June 11, 2010 @ 13:55:58
  Author: alexandrequessy-guest
Revision: 13384

added debian dir for python-portmidi

Added:
  packages/python-portmidi/trunk/debian/
  packages/python-portmidi/trunk/debian/changelog
  packages/python-portmidi/trunk/debian/compat
  packages/python-portmidi/trunk/debian/control
  packages/python-portmidi/trunk/debian/copyright
  packages/python-portmidi/trunk/debian/package.docs
  packages/python-portmidi/trunk/debian/pyversions
  packages/python-portmidi/trunk/debian/rules
  packages/python-portmidi/trunk/debian/source/
  packages/python-portmidi/trunk/debian/source/format
  packages/python-portmidi/trunk/debian/watch


Property changes on: packages/python-portmidi/trunk/debian
___________________________________________________________________
Added: mergeWithUpstream
   + 1

Added: packages/python-portmidi/trunk/debian/changelog
===================================================================
--- packages/python-portmidi/trunk/debian/changelog	                        (rev 0)
+++ packages/python-portmidi/trunk/debian/changelog	2010-06-11 13:55:58 UTC (rev 13384)
@@ -0,0 +1,5 @@
+python-portmidi (0.0.7-1) unstable; urgency=low
+  
+  * Initial packaging. (Closes: #584630)
+
+ -- Alexandre Quessy <alexandre at quessy.net>  Fri, 11 Jun 2010 09:41:40 -0400


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

Added: packages/python-portmidi/trunk/debian/compat
===================================================================
--- packages/python-portmidi/trunk/debian/compat	                        (rev 0)
+++ packages/python-portmidi/trunk/debian/compat	2010-06-11 13:55:58 UTC (rev 13384)
@@ -0,0 +1 @@
+5

Added: packages/python-portmidi/trunk/debian/control
===================================================================
--- packages/python-portmidi/trunk/debian/control	                        (rev 0)
+++ packages/python-portmidi/trunk/debian/control	2010-06-11 13:55:58 UTC (rev 13384)
@@ -0,0 +1,25 @@
+Source: python-portmidi
+Section: python
+Priority: optional
+Maintainer: Alexandre Quessy <alexandre at quessy.net>
+Build-Depends: cdbs, debhelper (>= 5.0.38), python-support, python-pyrex, libportmidi-dev, libasound2-dev, python-all-dev
+Standards-Version: 3.8.4
+Homepage: http://bitbucket.org/aalex/pyportmidi/
+
+Package: python-portmidi
+Architecture: any
+Provides: ${python:Provides}
+Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}, python (>= 2.4), python-support, libportmidi0
+Suggests: timidity, freepats
+Description: Python interface to libportmidi
+ pyPortMidi is a Python wrapper for PortMidi. PortMidi is a cross-platform C
+ library for realtime MIDI control. Using pyPortMidi, you can send and receive
+ MIDI data in realtime from Python. 
+ . 
+ Besides using pyPortMidi to communicate to synthesizers and the like, it is
+ possible to use pyPortMidi as a way to send MIDI messages between software
+ packages on the same computer.
+ . 
+ The original code is from John Harrison.
+ See http://python-pyrex.media.mit.edu/~harrison/pyportmidi.html
+


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

Added: packages/python-portmidi/trunk/debian/copyright
===================================================================
--- packages/python-portmidi/trunk/debian/copyright	                        (rev 0)
+++ packages/python-portmidi/trunk/debian/copyright	2010-06-11 13:55:58 UTC (rev 13384)
@@ -0,0 +1,43 @@
+
+This package was debianized by Alexandre Quessy <alexandre at quessy.net> on
+Mon, 15 Mar 2010 12:32:10 -0400
+
+It was downloaded from http://alumni.media.mit.edu/~harrison/code.html
+
+Copyright Holders:
+
+ Copyright (c) 2005-2009 John Harrison
+
+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.
+ 
+ Any person wishing to distribute modifications to the Software is
+ requested to send the modifications to the original developer so that
+ they can be incorporated into the canonical version.
+ 
+ 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 text above constitutes the entire PortMidi license; however, 
+ the PortMusic community also makes the following non-binding requests:
+ 
+ Any person wishing to distribute modifications to the Software is
+ requested to send the modifications to the original developer so that
+ they can be incorporated into the canonical version. It is also
+ requested that these non-binding requests be included along with the 
+ license above.

Added: packages/python-portmidi/trunk/debian/package.docs
===================================================================
--- packages/python-portmidi/trunk/debian/package.docs	                        (rev 0)
+++ packages/python-portmidi/trunk/debian/package.docs	2010-06-11 13:55:58 UTC (rev 13384)
@@ -0,0 +1,3 @@
+COPYING
+README.txt
+test_pyportmidi.py

Added: packages/python-portmidi/trunk/debian/pyversions
===================================================================
--- packages/python-portmidi/trunk/debian/pyversions	                        (rev 0)
+++ packages/python-portmidi/trunk/debian/pyversions	2010-06-11 13:55:58 UTC (rev 13384)
@@ -0,0 +1 @@
+2.4-2.6

Added: packages/python-portmidi/trunk/debian/rules
===================================================================
--- packages/python-portmidi/trunk/debian/rules	                        (rev 0)
+++ packages/python-portmidi/trunk/debian/rules	2010-06-11 13:55:58 UTC (rev 13384)
@@ -0,0 +1,24 @@
+#!/usr/bin/make -f
+
+# See http://svn.debian.org/viewsvn/collab-maint/deb-maint/python-support/trunk/README
+PYVERS=$(shell pyversions -vs)
+
+# those takes care of default rules 
+DEB_PYTHON_SYSTEM= pysupport
+include /usr/share/cdbs/1/rules/debhelper.mk
+include /usr/share/cdbs/1/class/python-distutils.mk
+
+build: $(PYVERS:%=build-python%)
+	touch $@
+
+build-python%:
+	python$* setup.py build
+	touch $@
+
+install: build $(PYVERS:%=install-python%)
+
+install-python%:
+	python$* setup.py install --root $(CURDIR)/debian/python-portmidi
+
+binary-arch/python-portmidi::
+	dh_pysupport


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

Added: packages/python-portmidi/trunk/debian/source/format
===================================================================
--- packages/python-portmidi/trunk/debian/source/format	                        (rev 0)
+++ packages/python-portmidi/trunk/debian/source/format	2010-06-11 13:55:58 UTC (rev 13384)
@@ -0,0 +1 @@
+3.0 (quilt)

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




More information about the Python-modules-commits mailing list