[neon/neon-packaging/cxx-rust-cssparser/Neon/unstable] debian: point to the correct rustc and cargo

Carlos De Maine null at kde.org
Tue Jun 24 00:30:11 BST 2025


Git commit 1503edf359feed907110399c45e713f9536fa4f6 by Carlos De Maine.
Committed on 23/06/2025 at 23:30.
Pushed by carlosdem into branch 'Neon/unstable'.

point to the correct rustc and cargo

M  +5    -2    debian/rules

https://invent.kde.org/neon/neon-packaging/cxx-rust-cssparser/-/commit/1503edf359feed907110399c45e713f9536fa4f6

diff --git a/debian/rules b/debian/rules
index 08a3b6d..a1ecb56 100755
--- a/debian/rules
+++ b/debian/rules
@@ -10,8 +10,11 @@ export DEB_LDFLAGS_MAINT_APPEND = -fPIC
 	dh $@ --with kf6 --buildsystem kf6
 
 override_dh_auto_configure:
-	dh_auto_configure -- -DBUILD_EXAMPLES=ON \
-	-DBUILD_TESTING=OFF
+	dh_auto_configure -- \
+	-DBUILD_EXAMPLES=ON \
+	-DBUILD_TESTING=OFF \
+	-DRust_COMPILER=/usr/bin/rustc-1.81 \
+	-DRust_CARGO=/usr/bin/cargo-1.81
 
 override_dh_auto_test:
 	#do not run tests


More information about the Neon-commits mailing list