Package: rust-roadmap
Version: 0.6.0-2

I hope to update rust-serde-yaml to 0.9 in unstable soon
(this was requested a long time ago, but squeekboard
stalled the process)

rust-serde-yaml 0.9 is available in experimental. I
have built a version of rust-roadmap with the dependency
bumped and was able to build it and run it's
autopkgtests succesfully.

The debdiff I used for testing is attached.
diff -Nru rust-roadmap-0.6.0/debian/changelog 
rust-roadmap-0.6.0/debian/changelog
--- rust-roadmap-0.6.0/debian/changelog 2024-01-14 19:47:20.000000000 +0000
+++ rust-roadmap-0.6.0/debian/changelog 2024-05-16 08:34:24.000000000 +0000
@@ -1,3 +1,10 @@
+rust-roadmap (0.6.0-2.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Bump serde-yaml to 0.9
+
+ -- Peter Michael Green <plugw...@debian.org>  Thu, 16 May 2024 08:34:24 +0000
+
 rust-roadmap (0.6.0-2) unstable; urgency=medium
 
   * update copyright info: update coverage
diff -Nru rust-roadmap-0.6.0/debian/control rust-roadmap-0.6.0/debian/control
--- rust-roadmap-0.6.0/debian/control   2024-01-13 18:57:13.000000000 +0000
+++ rust-roadmap-0.6.0/debian/control   2024-05-16 08:34:24.000000000 +0000
@@ -9,7 +9,7 @@
  librust-anyhow-1+default-dev <!nocheck>,
  librust-serde-1+default-dev <!nocheck>,
  librust-serde-1+derive-dev <!nocheck>,
- librust-serde-yaml-0.8+default-dev <!nocheck>,
+ librust-serde-yaml-0.9+default-dev <!nocheck>,
  librust-textwrap-0.16+default-dev <!nocheck>,
  librust-thiserror-1+default-dev <!nocheck>,
  libstring-shellquote-perl,
@@ -26,7 +26,7 @@
  librust-anyhow-1+default-dev,
  librust-serde-1+default-dev,
  librust-serde-1+derive-dev,
- librust-serde-yaml-0.8+default-dev,
+ librust-serde-yaml-0.9+default-dev,
  librust-textwrap-0.16+default-dev,
  librust-thiserror-1+default-dev,
  ${misc:Depends},
diff -Nru rust-roadmap-0.6.0/debian/patches/1002_serde-yaml.patch 
rust-roadmap-0.6.0/debian/patches/1002_serde-yaml.patch
--- rust-roadmap-0.6.0/debian/patches/1002_serde-yaml.patch     1970-01-01 
00:00:00.000000000 +0000
+++ rust-roadmap-0.6.0/debian/patches/1002_serde-yaml.patch     2024-05-16 
08:27:50.000000000 +0000
@@ -0,0 +1,12 @@
+Index: rust-roadmap-0.6.0/Cargo.toml
+===================================================================
+--- rust-roadmap-0.6.0.orig/Cargo.toml
++++ rust-roadmap-0.6.0/Cargo.toml
+@@ -12,6 +12,6 @@ repository = "https://gitlab.com/larswir
+ [dependencies]
+ anyhow = "1"
+ serde = { version = "1.0.134", features = ["derive"] }
+-serde_yaml = "0.8"
++serde_yaml = "0.9"
+ textwrap = ">= 0.15, <= 0.16"
+ thiserror = "1"
diff -Nru rust-roadmap-0.6.0/debian/patches/series 
rust-roadmap-0.6.0/debian/patches/series
--- rust-roadmap-0.6.0/debian/patches/series    2023-12-29 19:06:14.000000000 
+0000
+++ rust-roadmap-0.6.0/debian/patches/series    2024-05-16 08:14:27.000000000 
+0000
@@ -1 +1,2 @@
 1001_textwrap.patch
+1002_serde-yaml.patch

Reply via email to