[Pkg-rust-maintainers] Bug#1009071: rust-ashpd: diff for NMU version 0.1.0-1.1
Jonas Smedegaard
dr at jones.dk
Wed Apr 6 20:53:17 BST 2022
Package: rust-ashpd
Version: 0.1.0-1
Severity: normal
Tags: patch pending
Dear maintainer,
I've prepared an NMU for rust-ashpd (versioned as 0.1.0-1.1) and
uploaded it without delay, due to current package being completely broken.
Regards,
- Jonas
diff -Nru rust-ashpd-0.1.0/debian/changelog rust-ashpd-0.1.0/debian/changelog
--- rust-ashpd-0.1.0/debian/changelog 2022-02-06 20:23:00.000000000 +0100
+++ rust-ashpd-0.1.0/debian/changelog 2022-04-06 21:38:58.000000000 +0200
@@ -1,3 +1,13 @@
+rust-ashpd (0.1.0-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * fix unsatisfiable dependency and failure to build from source:
+ + extend patch and dependencies
+ to link against librust-gdk-0.14+default-dev
+ (not librust-gdk-0.13+default-dev never in Debian)
+
+ -- Jonas Smedegaard <dr at jones.dk> Wed, 06 Apr 2022 21:38:58 +0200
+
rust-ashpd (0.1.0-1) unstable; urgency=medium
* Package ashpd 0.1.0 from crates.io using debcargo 2.4.4
diff -Nru rust-ashpd-0.1.0/debian/control rust-ashpd-0.1.0/debian/control
--- rust-ashpd-0.1.0/debian/control 2022-02-06 20:23:00.000000000 +0100
+++ rust-ashpd-0.1.0/debian/control 2022-04-06 21:35:25.000000000 +0200
@@ -30,7 +30,7 @@
Depends:
${misc:Depends},
librust-enumflags2-0.6+default-dev,
- librust-gdk-0.13+default-dev,
+ librust-gdk-0.14+default-dev,
librust-serde-1+default-dev,
librust-serde-1+derive-dev,
librust-serde-repr-0.1+default-dev,
diff -Nru rust-ashpd-0.1.0/debian/patches/relax-deps.patch rust-ashpd-0.1.0/debian/patches/relax-deps.patch
--- rust-ashpd-0.1.0/debian/patches/relax-deps.patch 2022-02-06 20:23:00.000000000 +0100
+++ rust-ashpd-0.1.0/debian/patches/relax-deps.patch 2022-04-06 21:35:47.000000000 +0200
@@ -1,6 +1,15 @@
--- a/Cargo.toml
+++ b/Cargo.toml
-@@ -42,14 +42,14 @@ version = "0.19"
+@@ -25,7 +25,7 @@
+ version = "0.6"
+
+ [dependencies.gdk]
+-version = "0.13"
++version = "0.14"
+ optional = true
+
+ [dependencies.serde]
+@@ -42,14 +42,14 @@
version = "0.19"
[dependencies.zbus]
More information about the Pkg-rust-maintainers
mailing list