[neon/qt/qtgamepad/Neon/release] debian: Make sure private headers are not installed.

Dmitry Shachnev null at kde.org
Thu May 5 12:55:36 BST 2022


Git commit 8f08a48392c59c81bb896beb644dd0abf94f7edd by Dmitry Shachnev.
Committed on 21/04/2021 at 17:48.
Pushed by jriddell into branch 'Neon/release'.

Make sure private headers are not installed.

M  +1    -0    debian/changelog
M  +12   -1    debian/libqt5gamepad5-dev.install

https://invent.kde.org/neon/qt/qtgamepad/commit/8f08a48392c59c81bb896beb644dd0abf94f7edd

diff --git a/debian/changelog b/debian/changelog
index 0051dcc..113bd80 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ qtgamepad-everywhere-src (5.15.2-3) UNRELEASED; urgency=medium
   [ Dmitry Shachnev ]
   * Build and install the QML module (closes: #987318).
   * Build and install the documentation.
+  * Make sure private headers are not installed.
 
  -- Debian Qt/KDE Maintainers <debian-qt-kde at lists.debian.org>  Wed, 21 Apr 2021 20:17:53 +0300
 
diff --git a/debian/libqt5gamepad5-dev.install b/debian/libqt5gamepad5-dev.install
index 4973633..236a560 100644
--- a/debian/libqt5gamepad5-dev.install
+++ b/debian/libqt5gamepad5-dev.install
@@ -1,4 +1,15 @@
-usr/include/${DEB_HOST_MULTIARCH}/qt5/QtGamepad/*
+usr/include/${DEB_HOST_MULTIARCH}/qt5/QtGamepad/QGamepad
+usr/include/${DEB_HOST_MULTIARCH}/qt5/QtGamepad/QGamepadKeyNavigation
+usr/include/${DEB_HOST_MULTIARCH}/qt5/QtGamepad/QGamepadManager
+usr/include/${DEB_HOST_MULTIARCH}/qt5/QtGamepad/QtGamepad
+usr/include/${DEB_HOST_MULTIARCH}/qt5/QtGamepad/QtGamepadDepends
+usr/include/${DEB_HOST_MULTIARCH}/qt5/QtGamepad/QtGamepadVersion
+usr/include/${DEB_HOST_MULTIARCH}/qt5/QtGamepad/qgamepad.h
+usr/include/${DEB_HOST_MULTIARCH}/qt5/QtGamepad/qgamepadkeynavigation.h
+usr/include/${DEB_HOST_MULTIARCH}/qt5/QtGamepad/qgamepadmanager.h
+usr/include/${DEB_HOST_MULTIARCH}/qt5/QtGamepad/qtgamepad-config.h
+usr/include/${DEB_HOST_MULTIARCH}/qt5/QtGamepad/qtgamepadglobal.h
+usr/include/${DEB_HOST_MULTIARCH}/qt5/QtGamepad/qtgamepadversion.h
 usr/lib/${DEB_HOST_MULTIARCH}/cmake/*
 usr/lib/${DEB_HOST_MULTIARCH}/libQt5Gamepad.prl
 usr/lib/${DEB_HOST_MULTIARCH}/libQt5Gamepad.so



More information about the Neon-commits mailing list