Control: tags 938056 + patch
Control: tags 938056 + pending

Dear maintainer,

I've prepared an NMU for python-pyaudio (versioned as 0.2.11-1.1) and
uploaded it to DELAYED/2. Please feel free to tell me if I
should delay it longer.

Regards.

diff -Nru python-pyaudio-0.2.11/debian/control 
python-pyaudio-0.2.11/debian/control
--- python-pyaudio-0.2.11/debian/control        2017-03-19 03:41:15.000000000 
+0100
+++ python-pyaudio-0.2.11/debian/control        2019-12-20 12:14:22.000000000 
+0100
@@ -2,24 +2,13 @@
 Section: python
 Priority: optional
 Standards-Version: 3.9.8
-Build-Depends: python-all-dev, python3-all-dev, debhelper(>= 9), 
portaudio19-dev, python-sphinx, python-docutils, dh-linktree, dh-python, 
libjs-jquery, libjs-underscore
+Build-Depends: python3-all-dev, debhelper(>= 9), portaudio19-dev, 
python3-sphinx, dh-linktree, dh-python, libjs-jquery, libjs-underscore
 Maintainer: Hubert Pham <hub...@mit.edu>
 Uploaders: Felipe Sateler <fsate...@debian.org>, Justin Mazzola Paluska 
<j...@mit.edu>
 Homepage: https://people.csail.mit.edu/hubert/pyaudio/
 Vcs-Git: https://people.csail.mit.edu/hubert/git/pyaudio.git -b debian
 Vcs-Browser: https://people.csail.mit.edu/hubert/git/pyaudio.git
 
-Package: python-pyaudio
-Depends: ${python:Depends}, ${shlibs:Depends}, ${misc:Depends}
-Provides: ${python:Provides}
-Suggests: python-pyaudio-doc (>= ${source:Upstream-Version})
-Architecture: any
-Description: Python bindings for PortAudio v19
- PyAudio provides Python bindings for PortAudio v19, the
- cross-platform audio I/O library. PyAudio makes it easy to use Python
- to play and record audio via pythonic wrappers around the PortAudio
- API.  This package is for Python2.
-
 Package: python3-pyaudio
 Depends: ${python3:Depends}, ${shlibs:Depends}, ${misc:Depends}
 Provides: ${python3:Provides}
diff -Nru python-pyaudio-0.2.11/debian/changelog 
python-pyaudio-0.2.11/debian/changelog
--- python-pyaudio-0.2.11/debian/changelog      2017-03-19 03:41:15.000000000 
+0100
+++ python-pyaudio-0.2.11/debian/changelog      2019-12-20 12:28:15.000000000 
+0100
@@ -1,3 +1,11 @@
+python-pyaudio (0.2.11-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Use Python 3 for building docs.
+  * Drop Python 2 support (Closes: #938056).
+
+ -- Ondřej Nový <on...@debian.org>  Fri, 20 Dec 2019 12:28:15 +0100
+
 python-pyaudio (0.2.11-1) unstable; urgency=low
 
   * New upstream release
diff -Nru python-pyaudio-0.2.11/debian/patches/series 
python-pyaudio-0.2.11/debian/patches/series
--- python-pyaudio-0.2.11/debian/patches/series 1970-01-01 01:00:00.000000000 
+0100
+++ python-pyaudio-0.2.11/debian/patches/series 2019-12-20 12:17:19.000000000 
+0100
@@ -0,0 +1 @@
+Use-Python3-in-Makefile.patch
diff -Nru python-pyaudio-0.2.11/debian/patches/Use-Python3-in-Makefile.patch 
python-pyaudio-0.2.11/debian/patches/Use-Python3-in-Makefile.patch
--- python-pyaudio-0.2.11/debian/patches/Use-Python3-in-Makefile.patch  
1970-01-01 01:00:00.000000000 +0100
+++ python-pyaudio-0.2.11/debian/patches/Use-Python3-in-Makefile.patch  
2019-12-20 12:17:30.000000000 +0100
@@ -0,0 +1,11 @@
+--- a/Makefile
++++ b/Makefile
+@@ -3,7 +3,7 @@
+ .PHONY: docs clean build
+ 
+ VERSION := 0.2.11
+-PYTHON ?= python
++PYTHON ?= python3
+ BUILD_ARGS ?=
+ SPHINX ?= sphinx-build
+ DOCS_OUTPUT=docs/
diff -Nru python-pyaudio-0.2.11/debian/python-pyaudio.examples 
python-pyaudio-0.2.11/debian/python-pyaudio.examples
--- python-pyaudio-0.2.11/debian/python-pyaudio.examples        2017-03-19 
03:41:15.000000000 +0100
+++ python-pyaudio-0.2.11/debian/python-pyaudio.examples        1970-01-01 
01:00:00.000000000 +0100
@@ -1,8 +0,0 @@
-examples/error.py
-examples/play_wave.py
-examples/play_wave_callback.py
-examples/record.py
-examples/system_info.py
-examples/wire_callback.py
-examples/wire_full.py
-examples/wire_half.py
diff -Nru python-pyaudio-0.2.11/debian/python-pyaudio.install 
python-pyaudio-0.2.11/debian/python-pyaudio.install
--- python-pyaudio-0.2.11/debian/python-pyaudio.install 2017-03-19 
03:41:15.000000000 +0100
+++ python-pyaudio-0.2.11/debian/python-pyaudio.install 1970-01-01 
01:00:00.000000000 +0100
@@ -1,3 +0,0 @@
-usr/lib/python2*/*-packages/pyaudio.py
-usr/lib/python2*/*-packages/*.so
-usr/lib/python2*/*-packages/*.egg-info
diff -Nru python-pyaudio-0.2.11/debian/rules python-pyaudio-0.2.11/debian/rules
--- python-pyaudio-0.2.11/debian/rules  2017-03-19 03:41:15.000000000 +0100
+++ python-pyaudio-0.2.11/debian/rules  2019-12-20 12:14:21.000000000 +0100
@@ -9,7 +9,7 @@
 export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 
 %:
-       dh $@ --with python2,python3,linktree --buildsystem=pybuild
+       dh $@ --with python3,linktree --buildsystem=pybuild
 
 override_dh_auto_build:
        dh_auto_build

Reply via email to