[neon/network/angelfish/Neon/release] debian: resolute has newer cargo and rust

Carlos De Maine null at kde.org
Mon Jul 27 04:34:45 BST 2026


Git commit 357688a637812a881cd5abdc1c49569ab9d3611d by Carlos De Maine.
Committed on 27/07/2026 at 03:34.
Pushed by carlosdem into branch 'Neon/release'.

resolute has newer cargo and rust

M  +2    -2    debian/control
M  +0    -3    debian/rules

https://invent.kde.org/neon/network/angelfish/-/commit/357688a637812a881cd5abdc1c49569ab9d3611d

diff --git a/debian/control b/debian/control
index 0d57542..eecde4a 100644
--- a/debian/control
+++ b/debian/control
@@ -2,7 +2,7 @@ Source: angelfish
 Maintainer: Jonah BrĂ¼chert <jbb at kaidan.im>
 Section: net
 Priority: optional
-Build-Depends: cargo-1.91,
+Build-Depends: cargo,
                cmake,
                corrosion,
                debhelper-compat (= 13),
@@ -25,7 +25,7 @@ Build-Depends: cargo-1.91,
                qt6-declarative-dev,
                qt6-svg-dev,
                qt6-webengine-dev,
-               rustc-1.91,
+               rustc,
 Standards-Version: 4.6.2
 Vcs-Browser: https://gitlab.com/debian-pm/apps/plasma-angelfish
 Vcs-Git: https://gitlab.com/debian-pm/apps/plasma-angelfish.git
diff --git a/debian/rules b/debian/rules
index 1a71c2f..3d69b0d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,6 +4,3 @@
 
 %:
 	dh $@ --with kf6 --buildsystem kf6
-
-override_dh_auto_configure:
-	dh_auto_configure -- -DRust_COMPILER=/usr/bin/rustc-1.91 -DRust_CARGO=/usr/bin/cargo-1.91


More information about the Neon-commits mailing list