[neon/qt6/qt6-base/Neon/release] debian: update rules for simplified packages

Jonathan Esk-Riddell null at kde.org
Mon Dec 5 16:11:05 GMT 2022


Git commit 1219c7d2a630cf4bf1683c92a863dc2e24d7afc4 by Jonathan Esk-Riddell.
Committed on 05/12/2022 at 16:11.
Pushed by jriddell into branch 'Neon/release'.

update rules for simplified packages

M  +1    -5    debian/rules

https://invent.kde.org/neon/qt6/qt6-base/commit/1219c7d2a630cf4bf1683c92a863dc2e24d7afc4

diff --git a/debian/rules b/debian/rules
index ea20f0d..169b43b 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,11 +7,7 @@ include /usr/share/dpkg/architecture.mk
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 sslpkgname := $(shell dpkg-query --show '--showformat=$${Depends}' libssl-dev | cut -d ' ' -f1)
 
-ifneq (,$(filter libqt6sql6-ibase,$(shell dh_listpackages)))
-        extra_cmake_args += -DFEATURE_sql_ibase=ON
-else
-        extra_cmake_args += -DFEATURE_sql_ibase=OFF
-endif
+extra_cmake_args += -DFEATURE_sql_ibase=ON
 
 ifeq ($(DEB_HOST_ARCH_OS),linux)
         extra_cmake_args += -DFEATURE_sctp=ON


More information about the Neon-commits mailing list