[neon/qt6/qt6-tools/Neon/release] debian: needs negation for it to work

Carlos De Maine null at kde.org
Mon Oct 28 00:36:54 GMT 2024


Git commit eafd075e39d01b530dd472ab8b5da8372d5f4f3b by Carlos De Maine.
Committed on 28/10/2024 at 00:36.
Pushed by carlosdem into branch 'Neon/release'.

needs negation for it to work

M  +1    -2    debian/rules

https://invent.kde.org/neon/qt6/qt6-tools/-/commit/eafd075e39d01b530dd472ab8b5da8372d5f4f3b

diff --git a/debian/rules b/debian/rules
index 813673d..92a616c 100755
--- a/debian/rules
+++ b/debian/rules
@@ -23,7 +23,7 @@ override_dh_auto_configure:
 override_dh_shlibdeps:
 	dh_shlibdeps --dpkg-shlibdeps-params=--ignore-missing-info
 
-ifeq ($(filter nodoc,$(DEB_BUILD_PROFILES)),)
+ifneq ($(filter nodoc,$(DEB_BUILD_PROFILES)),)
 override_dh_auto_build-indep:
 	dh_auto_build -- docs
 
@@ -38,7 +38,6 @@ override_dh_auto_build-indep:
 
 override_dh_auto_install-indep:
 	DESTDIR=$(CURDIR)/debian/tmp dh_auto_build -- install
-
 endif
 
 execute_after_dh_auto_install-arch:


More information about the Neon-commits mailing list