Control: tags 938081 + patch

Dear maintainer,

I've prepared an NMU for python-pyo (versioned as 1.0.0-2.1). The diff
is attached to this message.

Regards.

diff -Nru python-pyo-1.0.0/debian/changelog python-pyo-1.0.0/debian/changelog
--- python-pyo-1.0.0/debian/changelog	2019-10-05 14:58:39.000000000 -0400
+++ python-pyo-1.0.0/debian/changelog	2020-01-10 20:23:01.000000000 -0500
@@ -1,3 +1,10 @@
+python-pyo (1.0.0-2.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #938081
+
+ -- Sandro Tosi <mo...@debian.org>  Fri, 10 Jan 2020 20:23:01 -0500
+
 python-pyo (1.0.0-2) unstable; urgency=medium
 
   * Fix epyo script overwriting.
diff -Nru python-pyo-1.0.0/debian/control python-pyo-1.0.0/debian/control
--- python-pyo-1.0.0/debian/control	2019-10-05 13:51:19.000000000 -0400
+++ python-pyo-1.0.0/debian/control	2020-01-10 20:22:37.000000000 -0500
@@ -3,34 +3,12 @@
 Priority: optional
 Maintainer: Debian Multimedia Maintainers <debian-multime...@lists.debian.org>
 Uploaders: Tiago Bortoletto Vaz <ti...@debian.org>
-Build-Depends: debhelper (>= 10), portaudio19-dev, libportmidi-dev, liblo-dev, libsndfile1-dev, libjack-jackd2-dev, dh-python, python-all-dev, python-setuptools, python3-all-dev, python3-setuptools
+Build-Depends: debhelper (>= 10), portaudio19-dev, libportmidi-dev, liblo-dev, libsndfile1-dev, libjack-jackd2-dev, dh-python, python3-all-dev, python3-setuptools
 Standards-Version: 3.9.6
 Vcs-Browser: https://salsa.debian.org/multimedia-team/python-pyo
 Vcs-Git: https://salsa.debian.org/multimedia-team/python-pyo.git
 Homepage: http://ajaxsoundstudio.com/software/pyo/
 
-Package: python-pyo
-Architecture: any
-Depends: python (>= 2.6), ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
-Recommends: python-tk, python-imaging-tk, python-wxgtk3.0, jackd2
-Description: Python module written in C to help digital signal processing script creation
- pyo is a Python module containing classes for a wide variety of audio signal
- processing types. With pyo, user will be able to include signal processing
- chains directly in Python scripts or projects, and to manipulate them in real
- time through the interpreter. Tools in pyo module offer primitives, like
- mathematical operations on audio signal, basic signal processing (filters,
- delays, synthesis generators, etc.), but also complex algorithms to create
- sound granulation and others creative audio manipulations.
- .
- pyo supports OSC protocol (Open Sound Control), to ease communications between
- softwares, and MIDI protocol, for generating sound events and controlling
- process parameters.
- .
- pyo allows creation of sophisticated signal processing chains with all the
- benefits of a mature, and wildly used, general programming language.
- .
- This package installs the library for Python 2.
-
 Package: python3-pyo
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
diff -Nru python-pyo-1.0.0/debian/python3-pyo.install python-pyo-1.0.0/debian/python3-pyo.install
--- python-pyo-1.0.0/debian/python3-pyo.install	2019-10-05 13:49:41.000000000 -0400
+++ python-pyo-1.0.0/debian/python3-pyo.install	1969-12-31 19:00:00.000000000 -0500
@@ -1,3 +0,0 @@
-debian/epyo3              usr/bin
-debian/E-Pyo-py3.desktop  usr/share/applications
-debian/E-Pyo-py3.xpm      usr/share/pixmaps
diff -Nru python-pyo-1.0.0/debian/python-pyo.install python-pyo-1.0.0/debian/python-pyo.install
--- python-pyo-1.0.0/debian/python-pyo.install	2019-10-05 13:47:31.000000000 -0400
+++ python-pyo-1.0.0/debian/python-pyo.install	1969-12-31 19:00:00.000000000 -0500
@@ -1,3 +0,0 @@
-debian/epyo2 usr/bin
-debian/E-Pyo-py2.desktop  usr/share/applications
-debian/E-Pyo-py2.xpm      usr/share/pixmaps
diff -Nru python-pyo-1.0.0/debian/rules python-pyo-1.0.0/debian/rules
--- python-pyo-1.0.0/debian/rules	2019-10-05 14:47:11.000000000 -0400
+++ python-pyo-1.0.0/debian/rules	2020-01-10 20:22:45.000000000 -0500
@@ -3,7 +3,7 @@
 export PYBUILD_NAME=pyo
 
 %:
-	dh $@ --with python2,python3 --buildsystem=pybuild
+	dh $@ --with python3 --buildsystem=pybuild
 
 #override_dh_auto_build:
 #	set -e; \

Reply via email to