[neon/qt6/qt6-base/Neon/release] debian: can't wildcard usr/bin/
Carlos De Maine
null at kde.org
Wed May 20 03:00:16 BST 2026
Git commit b6446c1e12b5e072455ef0d9ca62559fd01b368f by Carlos De Maine.
Committed on 20/05/2026 at 01:28.
Pushed by carlosdem into branch 'Neon/release'.
can't wildcard usr/bin/
M +3 -2 debian/qt6-base-dev.links
M +2 -1 debian/qt6-base.install
https://invent.kde.org/neon/qt6/qt6-base/-/commit/b6446c1e12b5e072455ef0d9ca62559fd01b368f
diff --git a/debian/qt6-base-dev.links b/debian/qt6-base-dev.links
index 1d1e534..85e6b8e 100644
--- a/debian/qt6-base-dev.links
+++ b/debian/qt6-base-dev.links
@@ -1,15 +1,16 @@
# qtpaths and qtpaths6 are identical files. We want people to use qtpaths6,
# so we do not install qtpaths. Instead, qtpaths is a symbolic link pointing to qtpaths6.
usr/lib/qt6/bin/qtpaths6 usr/lib/qt6/bin/qtpaths
+
# On public path we want qtpaths6.
usr/lib/qt6/bin/qtpaths6 usr/bin/qtpaths6
# androiddeployqt and androiddeployqt6 are identical files. We want people to use androiddeployqt6,
# so we do not install androiddeployqt. Instead, androiddeployqt is a symbolic link pointing to androiddeployqt6.
usr/lib/qt6/bin/androiddeployqt6 usr/lib/qt6/bin/androiddeployqt
-# On public path we want androiddeployqt6.
-usr/lib/qt6/bin/androiddeployqt6 usr/bin/androiddeployqt6
+# On public path we want androiddeployqt6 et al.
+usr/lib/qt6/bin/androiddeployqt6 usr/bin/androiddeployqt6
usr/lib/qt6/bin/androidtestrunner usr/bin/androidtestrunner6
usr/lib/qt6/bin/qdbuscpp2xml usr/bin/qdbuscpp2xmlusr6
usr/lib/qt6/bin/qdbusxml2cpp usr/bin/qdbusxml2cpp6
diff --git a/debian/qt6-base.install b/debian/qt6-base.install
index ef99693..8e73902 100644
--- a/debian/qt6-base.install
+++ b/debian/qt6-base.install
@@ -1,4 +1,5 @@
-usr/bin/
+usr/bin/*-qmake6
+usr/bin/*-qpaths6
usr/lib/${DEB_HOST_MULTIARCH}/libQt6*.so.*
usr/lib/${DEB_HOST_MULTIARCH}/qt6/examples/
usr/lib/${DEB_HOST_MULTIARCH}/qt6/modules/
More information about the Neon-commits
mailing list