[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=6fcf521
The following commit has been merged in the master branch:
commit 6fcf5218cecb9778d1eecf872602f103867b7a46
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Sat Sep 10 11:59:18 2016 +0300
Remove the correct private headers.
---
debian/rules | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/rules b/debian/rules
index 89b1452..e567e8f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,12 +18,12 @@ override_dh_auto_install-arch:
dh_auto_install
# Remove private headers
- rm -rfv debian/tmp/usr/include/$(DEB_HOST_MULTIARCH)/qt5/QtWebEngine/*/QtQtWebEngine
+ rm -rfv debian/tmp/usr/include/$(DEB_HOST_MULTIARCH)/qt5/QtTextToSpeech/5.*
# And associated files
rm -fv debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/qt5/mkspecs/modules/qt_lib_texttospeech_private.pri
- # Remove libtool-like fileEngines
+ # Remove libtool-like files
rm -fv debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/*.la
override_dh_auto_install-indep:
--
qtspeech packaging
More information about the pkg-kde-commits
mailing list