[neon/kf6/kcoreaddons/Neon/unstable] debian: exclude deprecated

Jonathan Esk-Riddell null at kde.org
Fri Jan 20 14:56:15 GMT 2023


Git commit 1b0b5894c07476e37e3590917b9e54c67f36a10b by Jonathan Esk-Riddell.
Committed on 20/01/2023 at 14:56.
Pushed by jriddell into branch 'Neon/unstable'.

exclude deprecated

M  +3    -0    debian/rules

https://invent.kde.org/neon/kf6/kcoreaddons/commit/1b0b5894c07476e37e3590917b9e54c67f36a10b

diff --git a/debian/rules b/debian/rules
index fa0af1d..51afcf9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,5 +4,8 @@
 %:
 	dh $@ --with kf6 --buildsystem kf6
 
+override_dh_auto_configure:
+	dh_auto_configure -- -DEXCLUDE_DEPRECATED_BEFORE_AND_AT=5.99.0
+
 override_dh_shlibdeps:
 	dh_shlibdeps -l$(CURDIR)/debian/$(shell dh_listpackages | head -n1)/usr/kf6/lib/$(DEB_HOST_MULTIARCH)/


More information about the Neon-commits mailing list