[neon/neon-packaging/angelfish/Neon/unstable] debian/patches: fix cargo lock build failure
Carlos De Maine
null at kde.org
Fri Apr 11 04:30:42 BST 2025
Git commit c68ebb1b8ca5ed027ebf05ad6f5d5ff4359c6519 by Carlos De Maine.
Committed on 11/04/2025 at 03:30.
Pushed by carlosdem into branch 'Neon/unstable'.
fix cargo lock build failure
A +12 -0 debian/patches/fix_cargo_lock.patch
A +1 -0 debian/patches/series
https://invent.kde.org/neon/neon-packaging/angelfish/-/commit/c68ebb1b8ca5ed027ebf05ad6f5d5ff4359c6519
diff --git a/debian/patches/fix_cargo_lock.patch b/debian/patches/fix_cargo_lock.patch
new file mode 100644
index 0000000..6d0df27
--- /dev/null
+++ b/debian/patches/fix_cargo_lock.patch
@@ -0,0 +1,12 @@
+diff --git a/Cargo.lock b/Cargo.lock
+index 6cf99337acbbaaa2f6ddae1f0bbe8e2435c08f4a..cd79ac6d7501f35ae0310506d1f0c9cc698f3587 100644
+--- a/Cargo.lock
++++ b/Cargo.lock
+@@ -1,6 +1,6 @@
+ # This file is automatically @generated by Cargo.
+ # It is not intended for manual editing.
+-version = 4
++version = 3
+
+ [[package]]
+ name = "adblock"
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..c7e973d
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+fix_cargo_lock.patch
\ No newline at end of file
More information about the Neon-commits
mailing list