[neon/qt/qtchooser/Neon/release] debian: drop 4 add 6
Carlos De Maine
null at kde.org
Fri Jun 23 10:19:59 BST 2023
Git commit 277d49d3e2fa21e84b8c1441980a2f1adb886f48 by Carlos De Maine.
Committed on 23/06/2023 at 09:19.
Pushed by carlosdem into branch 'Neon/release'.
drop 4 add 6
M +2 -2 debian/rules
https://invent.kde.org/neon/qt/qtchooser/-/commit/277d49d3e2fa21e84b8c1441980a2f1adb886f48
diff --git a/debian/rules b/debian/rules
index 43063d7..7826d47 100755
--- a/debian/rules
+++ b/debian/rules
@@ -20,9 +20,9 @@ override_dh_auto_install:
mkdir -p $(CURDIR)/debian/qtchooser/usr/share/qtchooser
mkdir -p $(CURDIR)/debian/qtchooser/usr/lib/$(DEB_HOST_MULTIARCH)/qtchooser
- echo "/usr/lib/$(DEB_HOST_MULTIARCH)/qt4/bin" > $(CURDIR)/debian/qtchooser/usr/share/qtchooser/qt4-$(DEB_HOST_MULTIARCH).conf
+ echo "/usr/lib/$(DEB_HOST_MULTIARCH)/qt6bin" > $(CURDIR)/debian/qtchooser/usr/share/qtchooser/qt6-$(DEB_HOST_MULTIARCH).conf
echo "/usr/lib/qt5/bin" > $(CURDIR)/debian/qtchooser/usr/share/qtchooser/qt5-$(DEB_HOST_MULTIARCH).conf
- for ver in 4 5; do \
+ for ver in 6 5; do \
echo "/usr/lib/$(DEB_HOST_MULTIARCH)" >> $(CURDIR)/debian/qtchooser/usr/share/qtchooser/qt$${ver}-$(DEB_HOST_MULTIARCH).conf; \
ln -s /usr/share/qtchooser/qt$${ver}-$(DEB_HOST_MULTIARCH).conf \
$(CURDIR)/debian/qtchooser/usr/lib/$(DEB_HOST_MULTIARCH)/qtchooser/$${ver}.conf; \
More information about the Neon-commits
mailing list