[SCM] qtspeech packaging branch, master, updated. 20930cbb9978cbff29097c850d6379079ddcbf43
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Sun Jan 15 12:25:27 UTC 2017
Gitweb-URL: http://git.debian.org/?p=pkg-kde/qt/qtspeech.git;a=commitdiff;h=20930cb
The following commit has been merged in the master branch:
commit 20930cbb9978cbff29097c850d6379079ddcbf43
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Sun Jan 15 15:24:49 2017 +0300
Make the -dev package depend on libqt5texttospeech5.
Fixes LP: #1656535.
---
debian/changelog | 1 +
debian/control | 5 ++++-
2 files changed, 5 insertions(+), 1 deletion(-)
diff --git a/debian/changelog b/debian/changelog
index 933033c..c97b82f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,7 @@ qtspeech-opensource-src (5.8.0-1) UNRELEASED; urgency=medium
[ Dmitry Shachnev ]
* New upstream stable release.
+ * Make the -dev package depend on libqt5texttospeech5 (LP: #1656535).
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Sun, 15 Jan 2017 15:22:52 +0300
diff --git a/debian/control b/debian/control
index e145b66..2d14068 100644
--- a/debian/control
+++ b/debian/control
@@ -23,7 +23,10 @@ Package: libqt5texttospeech5-dev
Architecture: any
Multi-Arch: same
Section: libdevel
-Depends: qtbase5-dev, qtdeclarative5-dev, ${misc:Depends}
+Depends: libqt5texttospeech5 (= ${binary:Version}),
+ qtbase5-dev,
+ qtdeclarative5-dev,
+ ${misc:Depends}
Description: Speech library for Qt - development files
QtSpeech provides support for text-to-speech and speech recognition in Qt
applications.
--
qtspeech packaging
More information about the pkg-kde-commits
mailing list