Package: rust-diesel
Version: 2.0.3-1
Severity: serious
Tags: patch
Justification: uninstallable
User: ubuntu-de...@lists.ubuntu.com
Usertags: origin-ubuntu mantic ubuntu-patch

Dear maintainers,

rust-diesel is not migrating to Debian testing because it depends on
librust-pq-sys-dev and librust-mysqlclient-sys-dev, neither of which is
buildable on 32-bit archs; but it does not build-depend on these packages,
so librust-diesel-dev builds uninstallable binary packages.

Either rust-diesel should build-depend on these packages so that binaries
are not built on architectures where they're unavailable, or the
dependencies should be relaxed so that the packages are installable.

For the moment, I've opted for the first of these in Ubuntu.  See attached
patch.

Thanks for considering,
-- 
Steve Langasek                   Give me a lever long enough and a Free OS
Debian Developer                   to set it on, and I can move the world.
Ubuntu Developer                                   https://www.debian.org/
slanga...@ubuntu.com                                     vor...@debian.org
diff -Nru rust-diesel-2.0.3/debian/control rust-diesel-2.0.3/debian/control
--- rust-diesel-2.0.3/debian/control    2023-02-10 03:05:35.000000000 -0800
+++ rust-diesel-2.0.3/debian/control    2023-06-15 13:22:18.000000000 -0700
@@ -8,7 +8,9 @@
  libstd-rust-dev <!nocheck>,
  librust-diesel-derives-2.0+32-column-tables-dev <!nocheck>,
  librust-diesel-derives-2.0+default-dev <!nocheck>,
- librust-diesel-derives-2.0+with-deprecated-dev <!nocheck>
+ librust-diesel-derives-2.0+with-deprecated-dev <!nocheck>,
+ librust-pq-sys-dev,
+ librust-mysqlclient-sys-dev
 Maintainer: Debian Rust Maintainers 
<pkg-rust-maintain...@alioth-lists.debian.net>
 Uploaders:
  kpcyrd <g...@rxv.cc>,
  • Bug#1038135: rust-diesel: librust-diesel-dev uninsta... Steve Langasek

Reply via email to