Your message dated Sat, 6 May 2023 16:06:54 +0200
with message-id <[email protected]>
and subject line Re: rust-kvm-bindings: don't build on armhf
has caused the Debian Bug report #1035561,
regarding rust-kvm-bindings: don't build on armhf
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
1035561: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1035561
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: rust-kvm-bindings
Severity: serious
tags: patch
Version: 0.5.0-1.1

Hello, the package is missing a build dependency on librust-vmm-sys-util-dev.
Without it, it runtime-depend on the package and becames uninstallable on armhf,
where that package is not available.
Better to not build a deb that can't be installed.


diff -Nru rust-kvm-bindings-0.5.0/debian/changelog 
rust-kvm-bindings-0.5.0/debian/changelog
--- rust-kvm-bindings-0.5.0/debian/changelog    2023-03-10 07:31:53.000000000 
+0100
+++ rust-kvm-bindings-0.5.0/debian/changelog    2023-05-05 14:01:30.000000000 
+0200
@@ -1,3 +1,10 @@
+rust-kvm-bindings (0.5.0-1.2) unstable; urgency=medium
+
+  * Add BD on librust-vmm-sys-util-dev to make sure it builds only
+    where that package is installable (Closes: #-1).
+
+ -- Gianfranco Costamagna <[email protected]>  Fri, 05 May 2023 
14:01:30 +0200
+
 rust-kvm-bindings (0.5.0-1.1) unstable; urgency=medium
* Non-maintainer upload.
diff -Nru rust-kvm-bindings-0.5.0/debian/control 
rust-kvm-bindings-0.5.0/debian/control
--- rust-kvm-bindings-0.5.0/debian/control      2022-09-27 02:22:22.000000000 
+0200
+++ rust-kvm-bindings-0.5.0/debian/control      2023-05-05 14:01:29.000000000 
+0200
@@ -5,7 +5,8 @@
  dh-cargo (>= 25),
  cargo:native <!nocheck>,
  rustc:native <!nocheck>,
- libstd-rust-dev <!nocheck>
+ libstd-rust-dev <!nocheck>,
+ librust-vmm-sys-util-dev (>= 0.11.1)
 Maintainer: Debian Rust Maintainers 
<[email protected]>
 Uploaders:
  nicoo <[email protected]>

G.

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


--- End Message ---
--- Begin Message ---
On Fri, 5 May 2023 14:28:57 +0200 Gianfranco Costamagna 
<[email protected]> wrote:
Source: rust-kvm-bindings
Severity: serious
tags: patch
Version: 0.5.0-1.1

Hello, the package is missing a build dependency on librust-vmm-sys-util-dev.
Without it, it runtime-depend on the package and becames uninstallable on armhf,
where that package is not available.
Better to not build a deb that can't be installed.


diff -Nru rust-kvm-bindings-0.5.0/debian/changelog 
rust-kvm-bindings-0.5.0/debian/changelog
--- rust-kvm-bindings-0.5.0/debian/changelog    2023-03-10 07:31:53.000000000 
+0100
+++ rust-kvm-bindings-0.5.0/debian/changelog    2023-05-05 14:01:30.000000000 
+0200
@@ -1,3 +1,10 @@
+rust-kvm-bindings (0.5.0-1.2) unstable; urgency=medium
+
+  * Add BD on librust-vmm-sys-util-dev to make sure it builds only
+    where that package is installable (Closes: #-1).
+
+ -- Gianfranco Costamagna <[email protected]>  Fri, 05 May 2023 
14:01:30 +0200
+
  rust-kvm-bindings (0.5.0-1.1) unstable; urgency=medium
* Non-maintainer upload.
diff -Nru rust-kvm-bindings-0.5.0/debian/control 
rust-kvm-bindings-0.5.0/debian/control
--- rust-kvm-bindings-0.5.0/debian/control      2022-09-27 02:22:22.000000000 
+0200
+++ rust-kvm-bindings-0.5.0/debian/control      2023-05-05 14:01:29.000000000 
+0200
@@ -5,7 +5,8 @@
   dh-cargo (>= 25),
   cargo:native <!nocheck>,
   rustc:native <!nocheck>,
- libstd-rust-dev <!nocheck>
+ libstd-rust-dev <!nocheck>,
+ librust-vmm-sys-util-dev (>= 0.11.1)

This one now builds on armhf too.

closing then

G.
  Maintainer: Debian Rust Maintainers 
<[email protected]>
  Uploaders:
   nicoo <[email protected]>

G.

Attachment: OpenPGP_signature
Description: OpenPGP digital signature


--- End Message ---

Reply via email to