[SCM] python-midiutil/master: * Add --with python2 to dh sequencer. Thanks to Luca Falavigna. * Fix typo in package description. Thanks to Jonas Smedegaard. (Closes: #663676) * Switching to Debian Multimedia Maintainers.

tiago at users.alioth.debian.org tiago at users.alioth.debian.org
Mon Mar 26 02:50:53 UTC 2012


The following commit has been merged in the master branch:
commit 6b20a0a3fc4ba3a27ab9458698e91c82d9006ef0
Author: Tiago Bortoletto Vaz <tiago at debian.org>
Date:   Sun Mar 25 22:06:23 2012 -0400

    * Add --with python2 to dh sequencer. Thanks to Luca Falavigna.
    * Fix typo in package description. Thanks to Jonas Smedegaard.
      (Closes: #663676)
    * Switching to Debian Multimedia Maintainers.

diff --git a/debian/changelog b/debian/changelog
index 717a2b3..910b593 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+python-midiutil (0.87-2) unstable; urgency=low
+
+  * Add --with python2 to dh sequencer. Thanks to Luca Falavigna.
+  * Fix typo in package description. Thanks to Jonas Smedegaard.
+    (Closes: #663676)
+  * Switching to Debian Multimedia Maintainers :)
+
+ -- Tiago Bortoletto Vaz <tiago at debian.org>  Tue, 13 Mar 2012 09:44:14 -0400
+
 python-midiutil (0.87-1) unstable; urgency=low
 
   * Initial release. (Closes: #663583)
diff --git a/debian/control b/debian/control
index 29277d5..45a7572 100644
--- a/debian/control
+++ b/debian/control
@@ -1,7 +1,7 @@
 Source: python-midiutil
 Section: python
 Priority: optional
-Maintainer: Tiago Bortoletto Vaz <tiago at debian.org>
+Maintainer: Debian Multimedia Maintainers <pkg-multimedia-maintainers at lists.alioth.debian.org>
 Build-Depends: debhelper (>=7.0.50~), python | python-all | python-all-dev (>= 2.6.6-3~)
 Standards-Version: 3.9.2
 XS-Python-Version: >= 2.5
@@ -12,8 +12,8 @@ Homepage: http://code.google.com/p/midiutil/
 Package: python-midiutil
 Architecture: all
 Depends: python (>= 2.5), ${misc:Depends}, ${python:Depends}
-Description: Python library to write muti-track MIDI files
- MIDIUtil is a pure Python library that allows one to write muti-track Musical
+Description: Python library to write multi-track MIDI files
+ MIDIUtil is a pure Python library that allows one to write multi-track Musical
  Instrument Digital Interface (MIDI) files from within Python programs. It is
  object-oriented and allows one to create and write these files with a minimum
  of fuss.
diff --git a/debian/rules b/debian/rules
index 5db6ae4..649e3ef 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,4 +3,4 @@
 export PYTHONWARNINGS=d
 
 %:
-	dh $@
+	dh $@ --with python2

-- 
python-midiutil packaging



More information about the pkg-multimedia-commits mailing list