[neon/qt6/qbs/Neon/release_jammy] debian: qtchooser

Carlos De Maine null at kde.org
Sun Jul 28 05:44:28 BST 2024


Git commit 8fb1ff1fd624674e55fd6909d3e0c0130a02d1a0 by Carlos De Maine.
Committed on 28/07/2024 at 04:44.
Pushed by carlosdem into branch 'Neon/release_jammy'.

qtchooser

M  +1    -0    debian/control
M  +2    -4    debian/rules

https://invent.kde.org/neon/qt6/qbs/-/commit/8fb1ff1fd624674e55fd6909d3e0c0130a02d1a0

diff --git a/debian/control b/debian/control
index 08f4959..80ad4b0 100644
--- a/debian/control
+++ b/debian/control
@@ -12,6 +12,7 @@ Build-Depends: cmake,
                pkg-kde-tools,
                python3-bs4,
                python3-lxml,
+               qtchooser,
                qt6-5compat-dev,
                qt6-base-dev,
                qt6-base-dev-tools,
diff --git a/debian/rules b/debian/rules
index 505f5cb..1c6429e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,8 +3,6 @@
 # Uncomment this to turn on verbose mode.
 export DH_VERBOSE=1
 
- at ln -s /$usr/$lib/$qt6/$bin/$qdoc ~/$.local/$bin/$qdoc
-
 include /usr/share/dpkg/default.mk
 
 BUILDPATH ?= obj-$(DEB_HOST_GNU_TYPE)
@@ -39,8 +37,8 @@ override_dh_auto_install-arch:
 	dh_auto_install -- -C doc/man
 
 override_dh_auto_build-indep:
-	export PATH=/usr/lib/qt6:$$PATH; echo $$PATH; dh_auto_build --no-parallel -- -C doc
-	export PATH=/usr/lib/qt6:$$PATH; echo $$PATH; dh_auto_build -- -C share
+	dh_auto_build --no-parallel -- -C doc
+	dh_auto_build -- -C share
 
 override_dh_auto_install-indep:
 	dh_auto_install --no-parallel -- -C doc


More information about the Neon-commits mailing list