[neon/qt6/qt6-base/Neon/release] debian: simplify the logic
Carlos De Maine
null at kde.org
Mon Oct 28 02:26:05 GMT 2024
Git commit b341365a50250e2b93a09fcdf3f0952717a6b171 by Carlos De Maine.
Committed on 28/10/2024 at 02:25.
Pushed by carlosdem into branch 'Neon/release'.
simplify the logic
M +1 -1 debian/rules
https://invent.kde.org/neon/qt6/qt6-base/-/commit/b341365a50250e2b93a09fcdf3f0952717a6b171
diff --git a/debian/rules b/debian/rules
index 166df68..eda973c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -121,7 +121,7 @@ execute_after_dh_auto_install-arch:
sed -i 's,lib/qt6/bin/qmake,bin/$(DEB_HOST_GNU_TYPE)-qmake6,' \
debian/tmp/usr/lib/$(DEB_HOST_MULTIARCH)/cmake/Qt6CoreTools/Qt6CoreToolsTargets-relwithdebinfo.cmake
-ifneq ($(filter nodoc,$(DEB_BUILD_PROFILES)),)
+ifeq ($(filter nodoc,$(DEB_BUILD_PROFILES)),)
override_dh_auto_build-indep:
dh_auto_build
More information about the Neon-commits
mailing list