I've uploaded the following patch to the 7 day delayed upload queue, to
fix this RC issue.
-- 
Happy hacking
Petter Reinholdtsen
diff --git a/debian/changelog b/debian/changelog
index 1b533f5..8e8b392 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,12 @@
+python-pyaudio (0.2.11-1.2) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Fix doc build problem. (Closes: #961798)
+  * Updated debhelper version from 9 to 12.
+  * Override dh_clean to remove generated egg-info files.
+
+ -- Petter Reinholdtsen <pere@lenovo-x230>  Wed, 21 Oct 2020 22:01:14 +0000
+
 python-pyaudio (0.2.11-1.1) unstable; urgency=medium
 
   * Non-maintainer upload.
diff --git a/debian/compat b/debian/compat
index ec63514..48082f7 100644
--- a/debian/compat
+++ b/debian/compat
@@ -1 +1 @@
-9
+12
diff --git a/debian/control b/debian/control
index d55a243..f7f49bf 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: python-pyaudio
 Section: python
 Priority: optional
 Standards-Version: 3.9.8
-Build-Depends: python3-all-dev, debhelper(>= 9), portaudio19-dev, python3-sphinx, dh-linktree, dh-python, libjs-jquery, libjs-underscore
+Build-Depends: python3-all-dev, debhelper(>= 12), portaudio19-dev, python3-sphinx, dh-linktree, dh-python, node-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/
diff --git a/debian/python-pyaudio-doc.linktrees b/debian/python-pyaudio-doc.linktrees
index 9edc677..0c97614 100644
--- a/debian/python-pyaudio-doc.linktrees
+++ b/debian/python-pyaudio-doc.linktrees
@@ -1,3 +1,3 @@
-replace usr/share/javascript/jquery usr/share/doc/python-pyaudio-doc/docs/_static
+replace usr/share/nodejs/jquery/dist usr/share/doc/python-pyaudio-doc/docs/_static
 replace usr/share/javascript/underscore usr/share/doc/python-pyaudio-doc/docs/_static
 
diff --git a/debian/rules b/debian/rules
index ad236f5..3d8e351 100755
--- a/debian/rules
+++ b/debian/rules
@@ -11,6 +11,10 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all
 %:
 	dh $@ --with python3,linktree --buildsystem=pybuild
 
+override_dh_clean:
+	dh_clean
+	$(RM) -rf src/PyAudio.egg-info
+
 override_dh_auto_build:
 	dh_auto_build
 	PYTHONPATH=$(PYTHONPATH) make docs

Reply via email to