[neon/forks/pyqt5/Neon/release-lts] debian: Rename python3-pyqt5.qtspeech → python3-pyqt5.qttexttospeech.

Dmitry Shachnev null at kde.org
Wed May 26 11:29:29 BST 2021


Git commit 34606b8d19c1950f599faa55935b39e7eb59285e by Dmitry Shachnev.
Committed on 19/09/2020 at 11:51.
Pushed by jriddell into branch 'Neon/release-lts'.

Rename python3-pyqt5.qtspeech → python3-pyqt5.qttexttospeech.

To comply with the Debian Python Policy requirements for naming.

M  +1    -1    debian/changelog
M  +3    -3    debian/control
R  +0    -0    debian/python3-pyqt5.qttexttospeech-dbg.install [from: debian/python3-pyqt5.qtspeech-dbg.install - 100% similarity]
R  +0    -0    debian/python3-pyqt5.qttexttospeech.install [from: debian/python3-pyqt5.qtspeech.install - 100% similarity]
M  +1    -1    debian/rules

https://invent.kde.org/neon/forks/pyqt5/commit/34606b8d19c1950f599faa55935b39e7eb59285e

diff --git a/debian/changelog b/debian/changelog
index c8688a0a..1758991a 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,7 +10,7 @@ pyqt5 (5.15.1+dfsg-1) UNRELEASED; urgency=medium
   * Backport upstream patch to make bound signals hashable.
 
   [ Alexander Volkov ]
-  * Add python3-pyqt5.qtspeech package for QtTextToSpeech module.
+  * Add python3-pyqt5.qttexttospeech package for QtTextToSpeech module.
 
  -- Debian Janitor <janitor at jelmer.uk>  Mon, 27 Jul 2020 17:36:26 -0000
 
diff --git a/debian/control b/debian/control
index 1e4122e8..9b44f185 100644
--- a/debian/control
+++ b/debian/control
@@ -463,7 +463,7 @@ Description: Python 3 bindings for QtSensors module (debug extension)
  .
  This package contains the extension built for the Python 3 debug interpreter.
 
-Package: python3-pyqt5.qtspeech
+Package: python3-pyqt5.qttexttospeech
 Architecture: any
 Depends: python3-pyqt5 (= ${binary:Version}),
          ${misc:Depends},
@@ -475,12 +475,12 @@ Description: Python 3 bindings for QtSpeech module
  .
  This package contains the Python 3 version of this module.
 
-Package: python3-pyqt5.qtspeech-dbg
+Package: python3-pyqt5.qttexttospeech-dbg
 Section: debug
 Architecture: any
 Depends: python3-dbg,
          python3-pyqt5-dbg (= ${binary:Version}),
-         python3-pyqt5.qtspeech (= ${binary:Version}),
+         python3-pyqt5.qttexttospeech (= ${binary:Version}),
          ${misc:Depends},
          ${shlibs:Depends}
 Description: Python 3 bindings for QtSpeech module (debug extension)
diff --git a/debian/python3-pyqt5.qtspeech-dbg.install b/debian/python3-pyqt5.qttexttospeech-dbg.install
similarity index 100%
rename from debian/python3-pyqt5.qtspeech-dbg.install
rename to debian/python3-pyqt5.qttexttospeech-dbg.install
diff --git a/debian/python3-pyqt5.qtspeech.install b/debian/python3-pyqt5.qttexttospeech.install
similarity index 100%
rename from debian/python3-pyqt5.qtspeech.install
rename to debian/python3-pyqt5.qttexttospeech.install
diff --git a/debian/rules b/debian/rules
index 7b76595e..e0e59c26 100755
--- a/debian/rules
+++ b/debian/rules
@@ -26,7 +26,7 @@ DEFAULT_PYTHON := $(shell py3versions -vd)
 ALLPYTHONS := $(shell py3versions -vr)
 
 PYQT_MODULES := opengl remoteobjects sql webchannel webkit websockets xmlpatterns svg \
-	multimedia quick serialport sensors speech x11extras positioning bluetooth nfc networkauth
+	multimedia quick serialport sensors texttospeech x11extras positioning bluetooth nfc networkauth
 
 PY_PACKAGE_NAMES := pyqt5 $(PYQT_MODULES:%=pyqt5.qt%) dbus.mainloop.pyqt5
 



More information about the Neon-commits mailing list