Updated debdiff to apply on top of noisycoil's NMU.

diff -Nru trippy-0.13.0+dfsg/debian/changelog 
trippy-0.13.0+dfsg/debian/changelog
--- trippy-0.13.0+dfsg/debian/changelog 2026-01-26 12:22:15.000000000 +0000
+++ trippy-0.13.0+dfsg/debian/changelog 2026-02-05 20:07:02.000000000 +0000
@@ -1,3 +1,12 @@
+trippy (0.13.0+dfsg-1.4) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Use version 2 of thiserror, version 1 is legacy.
+  * Relax cargo dependency on itertools.
+  * Relax cargo dependency on petgraph.
+
+ -- Peter Michael Green <[email protected]>  Thu, 05 Feb 2026 20:07:02 +0000
+
 trippy (0.13.0+dfsg-1.3) unstable; urgency=medium
 
   * Non-maintainer upload.
diff -Nru trippy-0.13.0+dfsg/debian/control trippy-0.13.0+dfsg/debian/control
--- trippy-0.13.0+dfsg/debian/control   2026-01-26 12:22:15.000000000 +0000
+++ trippy-0.13.0+dfsg/debian/control   2026-02-05 19:53:18.000000000 +0000
@@ -48,7 +48,7 @@
  librust-sys-locale-dev,
  librust-tracing-chrome-dev,
  librust-test-case-dev,
- librust-thiserror-dev,
+ librust-thiserror-2-dev (>= 2.0.3),
  librust-tokio-dev,
  librust-tokio-util-dev,
  librust-toml-dev (>= 0.8),
diff -Nru trippy-0.13.0+dfsg/debian/patches/relax-deps.patch 
trippy-0.13.0+dfsg/debian/patches/relax-deps.patch
--- trippy-0.13.0+dfsg/debian/patches/relax-deps.patch  2026-01-26 
12:22:15.000000000 +0000
+++ trippy-0.13.0+dfsg/debian/patches/relax-deps.patch  2026-02-05 
20:03:15.000000000 +0000
@@ -41,14 +43,14 @@
 -maxminddb = "0.25.0"
 -mockall = "0.13.1"
 -nix = { version = "0.29.0", default-features = false }
-+itertools = "0.13.0"
++itertools = ">= 0.13.0"
 +maxminddb = "0.24.0"
 +mockall = "0.13"
 +nix = { version = ">= 0.29.0", default-features = false }
 @@ -61,2 +61,2 @@
 -petgraph = "0.7.1"
 -pretty_assertions = "1.4.1"
-+petgraph = "0.6.4"
++petgraph = ">= 0.6.4"
 +pretty_assertions = "1.4"
 @@ -67,3 +67,3 @@
 -serde_with = { version = "3.12.0", default-features = false, features = 
["macros"] }
@@ -71,4 +73,4 @@
 +++ b/examples/toy-traceroute/Cargo.toml
 @@ -12 +12 @@
 -itertools = "0.14.0"
-+itertools = "0.13.0"
++itertools = ">= 0.13.0"

Reply via email to