[neon/neon-packaging/corrosion/Neon/unstable] debian: override_dh_auto_configure:
Carlos De Maine
null at kde.org
Wed Apr 16 13:42:07 BST 2025
Git commit 6b4e175bd8abbf9b2beedd51e77a1e39fe57be33 by Carlos De Maine.
Committed on 16/04/2025 at 12:42.
Pushed by carlosdem into branch 'Neon/unstable'.
override_dh_auto_configure:
dh_auto_configure --
M +2 -2 debian/rules
https://invent.kde.org/neon/neon-packaging/corrosion/-/commit/6b4e175bd8abbf9b2beedd51e77a1e39fe57be33
diff --git a/debian/rules b/debian/rules
index bd11869..079c9f9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,5 +4,5 @@
%:
dh $@
-override_dh_configure:
- dh_configure -- -DRust_COMPILER=/usr/bin/rustc-1.80
\ No newline at end of file
+override_dh_auto_configure:
+ dh_auto_configure -- -DRust_COMPILER=/usr/bin/rustc-1.80
\ No newline at end of file
More information about the Neon-commits
mailing list