Package: sccache
Version: 0.4.0~~pre1-1
Severity: serious
Tags: patch

I've just uploaded rust-zip 0.6, the cargo dependencies in sccache already allow both
0.5 and 0.6 but the Debian dependencies currently only allow 0.5.

Trivial debdiff attached.
diff -Nru sccache-0.4.0~~pre1/debian/changelog 
sccache-0.4.0~~pre1/debian/changelog
--- sccache-0.4.0~~pre1/debian/changelog        2022-12-22 09:52:02.000000000 
+0000
+++ sccache-0.4.0~~pre1/debian/changelog        2022-12-28 16:57:19.000000000 
+0000
@@ -1,3 +1,10 @@
+sccache (0.4.0~~pre1-1.1) UNRELEASED; urgency=medium
+
+  * Non-maintainer upload.
+  * Depend on librust-zip-0.6-dev instead of rust-zip-0.5-dev
+
+ -- Peter Michael Green <[email protected]>  Wed, 28 Dec 2022 16:57:19 +0000
+
 sccache (0.4.0~~pre1-1) unstable; urgency=medium
 
   [ upstream ]
diff -Nru sccache-0.4.0~~pre1/debian/control sccache-0.4.0~~pre1/debian/control
--- sccache-0.4.0~~pre1/debian/control  2022-12-22 09:50:54.000000000 +0000
+++ sccache-0.4.0~~pre1/debian/control  2022-12-28 16:57:19.000000000 +0000
@@ -66,7 +66,7 @@
  librust-uuid-1+v4-dev,
  librust-walkdir-2+default-dev,
  librust-which-4-dev,
- librust-zip-0.5-dev,
+ librust-zip-0.6-dev,
  librust-zstd-0.11+default-dev,
  libstring-shellquote-perl,
 Standards-Version: 4.6.2

Reply via email to