[SCM] qtspeech packaging branch, master, updated. 6a7431157cb2a4a8d33f9d198aef9da8dad76998
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Sat Sep 10 09:06:17 UTC 2016
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtspeech.git;a=commitdiff;h=9ca30ef
The following commit has been merged in the master branch:
commit 9ca30ef49a8c48b6158b3ed2f12b0432cd799e67
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Sat Sep 10 11:56:54 2016 +0300
Rename libqt5speech5 to libqt5texttospeech5, to match the library name.
Also, install the .so file in the -dev package.
---
debian/control | 4 ++--
debian/libqt5speech5.install | 1 -
debian/{libqt5speech5-dev.install => libqt5texttospeech5-dev.install} | 1 +
debian/libqt5texttospeech5.install | 1 +
4 files changed, 4 insertions(+), 3 deletions(-)
diff --git a/debian/control b/debian/control
index 0bda3ad..6f7e13c 100644
--- a/debian/control
+++ b/debian/control
@@ -17,7 +17,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-kde/qt/qtspeech.git/
Vcs-Git: https://anonscm.debian.org/git/pkg-kde/qt/qtspeech.git
Homepage: https://doc-snapshots.qt.io/qt5-dev/qtspeech-index.html
-Package: libqt5speech5-dev
+Package: libqt5texttospeech5-dev
Architecture: any
Multi-Arch: same
Section: libdevel
@@ -29,7 +29,7 @@ Description: Speech library for Qt - development files
This package contains the development files needed to build Qt 5 applications
using the QtSpeech library.
-Package: libqt5speech5
+Package: libqt5texttospeech5
Architecture: any
Multi-Arch: same
Depends: ${misc:Depends}, ${shlibs:Depends}
diff --git a/debian/libqt5speech5.install b/debian/libqt5speech5.install
deleted file mode 100644
index 3964c70..0000000
--- a/debian/libqt5speech5.install
+++ /dev/null
@@ -1 +0,0 @@
-usr/lib/*/libQt5TextToSpeech.so*
diff --git a/debian/libqt5speech5-dev.install b/debian/libqt5texttospeech5-dev.install
similarity index 90%
rename from debian/libqt5speech5-dev.install
rename to debian/libqt5texttospeech5-dev.install
index 24a5580..c6a6894 100644
--- a/debian/libqt5speech5-dev.install
+++ b/debian/libqt5texttospeech5-dev.install
@@ -2,5 +2,6 @@ usr/include/*/qt5/QtTextToSpeech/*
usr/lib/*/cmake/Qt5TextToSpeech/Qt5TextToSpeechConfig.cmake
usr/lib/*/cmake/Qt5TextToSpeech/Qt5TextToSpeechConfigVersion.cmake
usr/lib/*/libQt5TextToSpeech.prl
+usr/lib/*/libQt5TextToSpeech.so
usr/lib/*/pkgconfig/Qt5TextToSpeech.pc
usr/lib/*/qt5/mkspecs/modules/qt_lib_texttospeech.pri
diff --git a/debian/libqt5texttospeech5.install b/debian/libqt5texttospeech5.install
new file mode 100644
index 0000000..0bb95f7
--- /dev/null
+++ b/debian/libqt5texttospeech5.install
@@ -0,0 +1 @@
+usr/lib/*/libQt5TextToSpeech.so.*
--
qtspeech packaging
More information about the pkg-kde-commits
mailing list