[neon/kf6/kf6-breeze-icons/Neon/unstable] debian: export it as a cmake env variable instead

Carlos De Maine null at kde.org
Mon Nov 20 02:58:39 GMT 2023


Git commit 64b0edf1d342aa044cf94cc3c3f5705a6055392d by Carlos De Maine.
Committed on 20/11/2023 at 03:58.
Pushed by carlosdem into branch 'Neon/unstable'.

export it as a cmake env variable instead

M  +2    -2    debian/rules

https://invent.kde.org/neon/kf6/kf6-breeze-icons/-/commit/64b0edf1d342aa044cf94cc3c3f5705a6055392d

diff --git a/debian/rules b/debian/rules
index ae27f63..448c53e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,13 +1,13 @@
 #!/usr/bin/make -f
 # -*- makefile -*-
 export DH_VERBOSE = 1
-
+export CMAKE_BUILD_PARALLEL_LEVEL=1
 
 %:
 	dh $@ --with kf6 --buildsystem kf6
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DBINARY_ICONS_RESOURCE=ON -DWITH_ICON_GENERATION=ON -DICONS_LIBRARY=ON --parallel 1
+	dh_auto_configure -- -DBINARY_ICONS_RESOURCE=ON -DWITH_ICON_GENERATION=ON -DICONS_LIBRARY=ON
 
 override_dh_auto_install:
 	dh_auto_install --destdir=debian/tmp/


More information about the Neon-commits mailing list