[neon/kde/kio/Neon/stable] debian: Revert "no -DBUILD_RUNTIME_COMPONENTS=OFF -DKF6_COMPAT_BUILD=ON in Neon/release for now"

Jonathan Esk-Riddell null at kde.org
Mon Jan 22 16:49:27 GMT 2024


Git commit 62698985d1b844acb4cd547c59370792ea9a4f58 by Jonathan Esk-Riddell.
Committed on 22/01/2024 at 17:49.
Pushed by jriddell into branch 'Neon/stable'.

Revert "no -DBUILD_RUNTIME_COMPONENTS=OFF -DKF6_COMPAT_BUILD=ON in Neon/release for now"

This reverts commit 9140b9d9c7cde8a93e9ef9d38984422ff5a5018a.

M  +1    -1    debian/control
M  +1    -1    debian/rules

https://invent.kde.org/neon/kde/kio/-/commit/62698985d1b844acb4cd547c59370792ea9a4f58

diff --git a/debian/control b/debian/control
index 315979e..f9012cb 100644
--- a/debian/control
+++ b/debian/control
@@ -135,7 +135,7 @@ Breaks: kio-dev (<< 5.23.0-2~),
         libkf5newstuff-dev (<< 5.51),
         libkf5notifyconfig-dev (<< 5.51),
         libkf5parts-dev (<< 5.51),
-        libkf5xmlrpcclient-dev (<< 5.51),
+        libkf5xmlrpcclient-dev (<< 5.51)
         libkf5kio-doc (<< 5.61.90-0)
 Replaces: kio-dev (<< 5.23.0-2~), libkf5kio-doc (<< 5.61.90-0)
 Recommends: libkf5kio-doc (= ${source:Version})
diff --git a/debian/rules b/debian/rules
index 3d087df..7185c98 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,7 +7,7 @@ export DEB_LDFLAGS_MAINT_APPEND := -Wl,--as-needed
 	dh $@ --with kf5,pkgkde_symbolshelper --buildsystem kf5 --without build_stamp
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DBUILD_QCH=ON
+	dh_auto_configure -- -DBUILD_QCH=ON -DBUILD_RUNTIME_COMPONENTS=OFF -DKF6_COMPAT_BUILD=ON
 
 override_dh_shlibdeps:
 	dh_shlibdeps $(patsubst %,-p%,$(filter lib%,$(shell dh_listpackages))) -- -xkio


More information about the Neon-commits mailing list