[neon/qt/qtspeech/Neon/release] debian: Do not install private headers.
Dmitry Shachnev
null at kde.org
Fri Jul 15 12:10:15 BST 2022
Git commit 12667b765763da6d5c48ff8f934be7e9d067aa29 by Dmitry Shachnev.
Committed on 08/03/2022 at 13:20.
Pushed by jriddell into branch 'Neon/release'.
Do not install private headers.
M +1 -0 debian/changelog
M +14 -1 debian/libqt5texttospeech5-dev.install
https://invent.kde.org/neon/qt/qtspeech/commit/12667b765763da6d5c48ff8f934be7e9d067aa29
diff --git a/debian/changelog b/debian/changelog
index 57f3fb4..8142861 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,7 @@ qtspeech-opensource-src (5.15.3-1) UNRELEASED; urgency=medium
* Bump Qt build-dependencies to 5.15.3.
* Update email address for Patrick Franz.
* Bump Standards-Version to 4.6.0, no changes needed.
+ * Do not install private headers.
-- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org> Sat, 05 Mar 2022 20:44:58 +0300
diff --git a/debian/libqt5texttospeech5-dev.install b/debian/libqt5texttospeech5-dev.install
index d920b71..41e8a7e 100644
--- a/debian/libqt5texttospeech5-dev.install
+++ b/debian/libqt5texttospeech5-dev.install
@@ -1,4 +1,17 @@
-usr/include/${DEB_HOST_MULTIARCH}/qt5/QtTextToSpeech/*
+usr/include/${DEB_HOST_MULTIARCH}/qt5/QtTextToSpeech/QTextToSpeech
+usr/include/${DEB_HOST_MULTIARCH}/qt5/QtTextToSpeech/QTextToSpeechEngine
+usr/include/${DEB_HOST_MULTIARCH}/qt5/QtTextToSpeech/QTextToSpeechPlugin
+usr/include/${DEB_HOST_MULTIARCH}/qt5/QtTextToSpeech/QVoice
+usr/include/${DEB_HOST_MULTIARCH}/qt5/QtTextToSpeech/QtTextToSpeech
+usr/include/${DEB_HOST_MULTIARCH}/qt5/QtTextToSpeech/QtTextToSpeechDepends
+usr/include/${DEB_HOST_MULTIARCH}/qt5/QtTextToSpeech/QtTextToSpeechVersion
+usr/include/${DEB_HOST_MULTIARCH}/qt5/QtTextToSpeech/qtexttospeech.h
+usr/include/${DEB_HOST_MULTIARCH}/qt5/QtTextToSpeech/qtexttospeech_global.h
+usr/include/${DEB_HOST_MULTIARCH}/qt5/QtTextToSpeech/qtexttospeechengine.h
+usr/include/${DEB_HOST_MULTIARCH}/qt5/QtTextToSpeech/qtexttospeechplugin.h
+usr/include/${DEB_HOST_MULTIARCH}/qt5/QtTextToSpeech/qttexttospeech-config.h
+usr/include/${DEB_HOST_MULTIARCH}/qt5/QtTextToSpeech/qttexttospeechversion.h
+usr/include/${DEB_HOST_MULTIARCH}/qt5/QtTextToSpeech/qvoice.h
usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt5TextToSpeech/Qt5TextToSpeechConfig.cmake
usr/lib/${DEB_HOST_MULTIARCH}/cmake/Qt5TextToSpeech/Qt5TextToSpeechConfigVersion.cmake
usr/lib/${DEB_HOST_MULTIARCH}/libQt5TextToSpeech.prl
More information about the Neon-commits
mailing list