Package: rust-rio
Version: 0.8.3-3

I hope to update rust-quick-xml to 0.31 soon. rust-rio
will need an update for this.

I was able to build rust-rio and run it's autopkgtests
successfully after bumping the dependency.

The debdiff I used for testing is attatched.
diff -Nru rust-rio-0.8.3/debian/changelog rust-rio-0.8.3/debian/changelog
--- rust-rio-0.8.3/debian/changelog     2023-08-19 21:59:37.000000000 +0000
+++ rust-rio-0.8.3/debian/changelog     2024-05-25 11:17:53.000000000 +0000
@@ -1,3 +1,10 @@
+rust-rio (0.8.3-3.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Bump quick-xml to 0.31
+
+ -- Peter Michael Green <plugw...@debian.org>  Sat, 25 May 2024 11:17:53 +0000
+
 rust-rio (0.8.3-3) unstable; urgency=medium
 
   * update dh-cargo fork;
diff -Nru rust-rio-0.8.3/debian/control rust-rio-0.8.3/debian/control
--- rust-rio-0.8.3/debian/control       2023-06-20 18:36:23.000000000 +0000
+++ rust-rio-0.8.3/debian/control       2024-05-25 11:17:53.000000000 +0000
@@ -6,7 +6,7 @@
  dh-cargo (>= 25),
  librust-oxilangtag-0.1+default-dev <!nocheck>,
  librust-oxiri-0.2+default-dev <!nocheck>,
- librust-quick-xml-0.27+default-dev <!nocheck>,
+ librust-quick-xml-0.31+default-dev <!nocheck>,
  libstring-shellquote-perl,
 Maintainer: Jonas Smedegaard <d...@jones.dk>
 Standards-Version: 4.6.2
@@ -65,7 +65,7 @@
  librust-oxilangtag-0.1+default-dev,
  librust-oxiri-0.2+default-dev,
  librust-rio-api-0.8+default-dev,
- librust-quick-xml-0.27+default-dev,
+ librust-quick-xml-0.31+default-dev,
  ${misc:Depends},
 Provides:
  librust-rio-xml-0-dev (= ${binary:Version}),
diff -Nru rust-rio-0.8.3/debian/patches/2001_quick-xml.patch 
rust-rio-0.8.3/debian/patches/2001_quick-xml.patch
--- rust-rio-0.8.3/debian/patches/2001_quick-xml.patch  2023-08-13 
15:50:00.000000000 +0000
+++ rust-rio-0.8.3/debian/patches/2001_quick-xml.patch  2024-05-25 
11:17:53.000000000 +0000
@@ -1,7 +1,7 @@
 Description: relax dependency to match older system crate quick-xml 0.27.1
 Author: Jonas Smedegaard <d...@jones.dk>
 Forwarded: not-needed
-Last-Update: 2023-08-13
+Last-Update: 2024-05-25 by Peter Michael Green
 ---
 This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
 --- a/xml/Cargo.toml
@@ -11,4 +11,4 @@
  oxiri = "0.2"
  rio_api = { version = "0.8", path="../api" }
 -quick-xml = "0.28"
-+quick-xml = ">= 0.27, < 0.29"
++quick-xml = ">= 0.27, < 0.32"

Reply via email to