[Python-modules-commits] r17709 - in packages/python-pypm/trunk/debian (6 files)

stefanor at users.alioth.debian.org stefanor at users.alioth.debian.org
Sun Jul 3 14:13:02 UTC 2011


    Date: Sunday, July 3, 2011 @ 14:13:00
  Author: stefanor
Revision: 17709

* Team upload.
* Remove restriction on Python2.7 from pyversions (Closes: #629090)
* Rename erroneously named package.docs -> docs (Closes: #620483)
* Remove unnecessary ${python:Provides}

Added:
  packages/python-pypm/trunk/debian/docs
    (from rev 17708, packages/python-pypm/trunk/debian/package.docs)
Modified:
  packages/python-pypm/trunk/debian/changelog
  packages/python-pypm/trunk/debian/control
  packages/python-pypm/trunk/debian/copyright
  packages/python-pypm/trunk/debian/pyversions
Deleted:
  packages/python-pypm/trunk/debian/package.docs

Modified: packages/python-pypm/trunk/debian/changelog
===================================================================
--- packages/python-pypm/trunk/debian/changelog	2011-07-02 12:44:01 UTC (rev 17708)
+++ packages/python-pypm/trunk/debian/changelog	2011-07-03 14:13:00 UTC (rev 17709)
@@ -1,6 +1,15 @@
+python-pypm (0.0.7-7) UNRELEASED; urgency=low
+
+  * Team upload.
+  * Remove restriction on Python2.7 from pyversions (Closes: #629090)
+  * Rename erroneously named package.docs -> docs (Closes: #620483)
+  * Remove unnecessary ${python:Provides}
+
+ -- Stefano Rivera <stefanor at debian.org>  Sun, 03 Jul 2011 16:03:50 +0200
+
 python-pypm (0.0.7-6) unstable; urgency=low
 
-  * Add myself to the Uploaders field.  Don't know what to do about 
+  * Add myself to the Uploaders field.  Don't know what to do about
     Alexandre Quessy <<alexandre at quessy.net>, as he is not a Debian Developer.
 
  -- Matthew Grant <matthewgrant5 at gmail.com>  Sun, 30 Jan 2011 15:28:35 +1300
@@ -33,7 +42,7 @@
  -- 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)
 

Modified: packages/python-pypm/trunk/debian/control
===================================================================
--- packages/python-pypm/trunk/debian/control	2011-07-02 12:44:01 UTC (rev 17708)
+++ packages/python-pypm/trunk/debian/control	2011-07-03 14:13:00 UTC (rev 17709)
@@ -10,18 +10,17 @@
 Package: python-pypm
 Architecture: any
 Replaces: python-portmidi
-Provides: ${python:Provides}, python-portmidi
+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. 
- . 
+ 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
-

Modified: packages/python-pypm/trunk/debian/copyright
===================================================================
--- packages/python-pypm/trunk/debian/copyright	2011-07-02 12:44:01 UTC (rev 17708)
+++ packages/python-pypm/trunk/debian/copyright	2011-07-03 14:13:00 UTC (rev 17709)
@@ -1,4 +1,3 @@
-
 This package was debianized by Alexandre Quessy <alexandre at quessy.net> on
 Mon, 15 Mar 2010 12:32:10 -0400
 

Copied: packages/python-pypm/trunk/debian/docs (from rev 17708, packages/python-pypm/trunk/debian/package.docs)
===================================================================
--- packages/python-pypm/trunk/debian/docs	                        (rev 0)
+++ packages/python-pypm/trunk/debian/docs	2011-07-03 14:13:00 UTC (rev 17709)
@@ -0,0 +1,3 @@
+COPYING
+README.txt
+test_pyportmidi.py

Deleted: packages/python-pypm/trunk/debian/package.docs
===================================================================
--- packages/python-pypm/trunk/debian/package.docs	2011-07-02 12:44:01 UTC (rev 17708)
+++ packages/python-pypm/trunk/debian/package.docs	2011-07-03 14:13:00 UTC (rev 17709)
@@ -1,3 +0,0 @@
-COPYING
-README.txt
-test_pyportmidi.py

Modified: packages/python-pypm/trunk/debian/pyversions
===================================================================
--- packages/python-pypm/trunk/debian/pyversions	2011-07-02 12:44:01 UTC (rev 17708)
+++ packages/python-pypm/trunk/debian/pyversions	2011-07-03 14:13:00 UTC (rev 17709)
@@ -1 +1 @@
-2.4-2.6
+2.4-




More information about the Python-modules-commits mailing list