[Python-modules-commits] r15003 - in packages/python-pypm/trunk (11 files)

grantma at users.alioth.debian.org grantma at users.alioth.debian.org
Sat Dec 4 06:48:15 UTC 2010


    Date: Saturday, December 4, 2010 @ 06:48:00
  Author: grantma
Revision: 15003

[svn-inject] Applying Debian modifications (0.0.7-4) to trunk

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


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

Added: packages/python-pypm/trunk/debian/changelog
===================================================================
--- packages/python-pypm/trunk/debian/changelog	                        (rev 0)
+++ packages/python-pypm/trunk/debian/changelog	2010-12-04 06:48:00 UTC (rev 15003)
@@ -0,0 +1,28 @@
+python-pypm (0.0.7-4) unstable; urgency=low
+
+  * Fix clean - pypm.c an autogenerated file was not being deleted, making
+    quilt create patch a patch...
+
+ -- Matthew Grant <matthewgrant5 at gmail.com>  Sat, 04 Dec 2010 19:32:53 +1300
+
+python-pypm (0.0.7-3) unstable; urgency=low
+
+  * Renaming to reflect module name in python, to bring it into line
+    with Debian python policy.
+
+ -- Matthew Grant <matthewgrant5 at gmail.com>  Sat, 04 Dec 2010 11:24:55 +1300
+
+python-portmidi (0.0.7-2) unstable; urgency=low
+
+  * Sponsored package.  Made Aexandre Quessy the maintainer.
+
+ -- Matthew Grant <matthewgrant5 at gmail.com>  Tue, 05 Oct 2010 22:10:33 +1300
+
+python-portmidi (0.0.7-1) unstable; urgency=low
+  
+  [ Alexandre Quessy ]
+  * Initial packaging. (Closes: #584630)
+
+  [ Matthew Grant ]
+
+ -- Matthew Grant <matthewgrant5 at gmail.com>  Tue, 05 Oct 2010 22:08:06 +1300


Property changes on: packages/python-pypm/trunk/debian/changelog
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:eol-style
   + native

Added: packages/python-pypm/trunk/debian/compat
===================================================================
--- packages/python-pypm/trunk/debian/compat	                        (rev 0)
+++ packages/python-pypm/trunk/debian/compat	2010-12-04 06:48:00 UTC (rev 15003)
@@ -0,0 +1 @@
+5


Property changes on: packages/python-pypm/trunk/debian/compat
___________________________________________________________________
Added: svn:eol-style
   + native

Added: packages/python-pypm/trunk/debian/control
===================================================================
--- packages/python-pypm/trunk/debian/control	                        (rev 0)
+++ packages/python-pypm/trunk/debian/control	2010-12-04 06:48:00 UTC (rev 15003)
@@ -0,0 +1,27 @@
+Source: python-pypm
+Section: python
+Priority: optional
+Maintainer: Alexandre Quessy <alexandre at quessy.net>
+Uploaders: Matthew Grant <matthewgrant5 at gmail.com>
+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-pypm
+Architecture: any
+Replaces: python-portmidi
+Provides: ${python:Provides}, python-portmidi
+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-pypm/trunk/debian/control
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:eol-style
   + native

Added: packages/python-pypm/trunk/debian/copyright
===================================================================
--- packages/python-pypm/trunk/debian/copyright	                        (rev 0)
+++ packages/python-pypm/trunk/debian/copyright	2010-12-04 06:48:00 UTC (rev 15003)
@@ -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.


Property changes on: packages/python-pypm/trunk/debian/copyright
___________________________________________________________________
Added: svn:eol-style
   + native

Added: packages/python-pypm/trunk/debian/package.docs
===================================================================
--- packages/python-pypm/trunk/debian/package.docs	                        (rev 0)
+++ packages/python-pypm/trunk/debian/package.docs	2010-12-04 06:48:00 UTC (rev 15003)
@@ -0,0 +1,3 @@
+COPYING
+README.txt
+test_pyportmidi.py


Property changes on: packages/python-pypm/trunk/debian/package.docs
___________________________________________________________________
Added: svn:eol-style
   + native

Added: packages/python-pypm/trunk/debian/pyversions
===================================================================
--- packages/python-pypm/trunk/debian/pyversions	                        (rev 0)
+++ packages/python-pypm/trunk/debian/pyversions	2010-12-04 06:48:00 UTC (rev 15003)
@@ -0,0 +1 @@
+2.4-2.6


Property changes on: packages/python-pypm/trunk/debian/pyversions
___________________________________________________________________
Added: svn:eol-style
   + native

Added: packages/python-pypm/trunk/debian/rules
===================================================================
--- packages/python-pypm/trunk/debian/rules	                        (rev 0)
+++ packages/python-pypm/trunk/debian/rules	2010-12-04 06:48:00 UTC (rev 15003)
@@ -0,0 +1,29 @@
+#!/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-pypm
+
+binary-arch/python-pypm::
+	dh_pysupport
+
+cleanbuilddir/python-pypm::
+	- rm -f pypm.c build-stamp configure-stamp
+


Property changes on: packages/python-pypm/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *
Added: svn:eol-style
   + native

Added: packages/python-pypm/trunk/debian/source/format
===================================================================
--- packages/python-pypm/trunk/debian/source/format	                        (rev 0)
+++ packages/python-pypm/trunk/debian/source/format	2010-12-04 06:48:00 UTC (rev 15003)
@@ -0,0 +1 @@
+3.0 (quilt)


Property changes on: packages/python-pypm/trunk/debian/source/format
___________________________________________________________________
Added: svn:eol-style
   + native

Added: packages/python-pypm/trunk/debian/watch
===================================================================
--- packages/python-pypm/trunk/debian/watch	                        (rev 0)
+++ packages/python-pypm/trunk/debian/watch	2010-12-04 06:48:00 UTC (rev 15003)
@@ -0,0 +1,2 @@
+version=3
+http://alexandre.quessy.net/static/tarballs/python-portmidi-(.*)\.tar\.gz


Property changes on: packages/python-pypm/trunk/debian/watch
___________________________________________________________________
Added: svn:eol-style
   + native




More information about the Python-modules-commits mailing list