Control: tags 937733 + patch
Control: tags 937733 + pending

Dear maintainer,

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

Regards.

diff -Nru python-espeak-0.5/debian/changelog python-espeak-0.5/debian/changelog
--- python-espeak-0.5/debian/changelog	2013-12-28 14:29:52.000000000 -0500
+++ python-espeak-0.5/debian/changelog	2019-10-18 22:40:35.000000000 -0400
@@ -1,3 +1,10 @@
+python-espeak (0.5-1.1) unstable; urgency=medium
+
+  * Non-maintainer upload.
+  * Drop python2 support; Closes: #937733
+
+ -- Sandro Tosi <mo...@debian.org>  Fri, 18 Oct 2019 22:40:35 -0400
+
 python-espeak (0.5-1) unstable; urgency=low
 
   * New upstream version.
diff -Nru python-espeak-0.5/debian/control python-espeak-0.5/debian/control
--- python-espeak-0.5/debian/control	2013-12-28 14:50:28.000000000 -0500
+++ python-espeak-0.5/debian/control	2019-10-18 22:40:08.000000000 -0400
@@ -3,29 +3,10 @@
 Priority: optional
 Maintainer: Siegfried-Angel Gevatter Pujals <rai...@ubuntu.com>
 Homepage: https://launchpad.net/python-espeak
-Build-Depends: debhelper (>= 7), python-all-dev (>= 2.6.6-3~),
+Build-Depends: debhelper (>= 7),
  python3-all-dev, dh-python, libespeak-dev
 Standards-Version: 3.9.4
 
-Package: python-espeak
-Architecture: any
-Depends: ${shlibs:Depends}, ${misc:Depends}, ${python:Depends}
-Breaks: espeak-gui (<< 0.3)
-Description: Python bindings for eSpeak
- eSpeak is a software speech synthesizer for English, and some other
- languages.
- .
- eSpeak produces good quality English speech. It uses a different synthesis
- method from other open source text to speech (TTS) engines, and sounds quite
- different. It's perhaps not as natural or "smooth", but some find the
- articulation clearer and easier to listen to for long periods.
- .
- This package contains bindings to use eSpeak from within Python
- applications.
- .
- Be aware that python-espeak is still in an early state; it's incomplete
- and the API may change in future versions.
-
 Package: python3-espeak
 Architecture: any
 Depends: ${shlibs:Depends}, ${misc:Depends}, ${python3:Depends}
diff -Nru python-espeak-0.5/debian/rules python-espeak-0.5/debian/rules
--- python-espeak-0.5/debian/rules	2013-12-28 14:49:35.000000000 -0500
+++ python-espeak-0.5/debian/rules	2019-10-18 22:40:31.000000000 -0400
@@ -1,22 +1,7 @@
 #!/usr/bin/make -f
 
 %:
-	dh $@ --with python2,python3
-
-override_dh_auto_build:
-
-override_dh_auto_install:
-	dh_install -ppython-espeak
-	set -e && for pyvers in $(shell pyversions -vr); do \
-		python$$pyvers setup.py install --install-layout=deb \
-			--root $(CURDIR)/debian/python-espeak; \
-		done
-
-	dh_install -ppython3-espeak
-	set -e && for py3vers in $(shell py3versions -sv); do \
-		python$$py3vers setup.py install --install-layout=deb \
-			--root $(CURDIR)/debian/python3-espeak; \
-		done
+	dh $@ --with python3 --buildsystem=pybuild
 
 override_dh_clean:
 	dh_clean

Reply via email to