Your message dated Wed, 8 Oct 2025 17:13:52 -0400
with message-id
<CAAajCMaZR-YdsR+hqod3Re0Nh-fx-HdO6ZE=0zaoaxab2xv...@mail.gmail.com>
and subject line Re: Bug#1100978: rust-axum: Missing Breaks preventing testing
migration
has caused the Debian Bug report #1100978,
regarding rust-axum: Missing Breaks preventing testing migration
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.)
--
1100978: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1100978
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: librust-axum-core-dev
Version: 0.7.9-12
Severity: important
Dear Maintainer,
Looking at the package tracker at
https://tracker.debian.org/pkg/rust-axum, it appears to me that
migration to testing is held up. It also occurs to me that debci
triggers autopkgtest against rust-tonic 0.10.2, which fails. I believe
that
https://salsa.debian.org/debian/rust-axum/-/commit/103234e21b365f8b0f1f4fc09e136dd4f4243d86
would help debci and help the migration scripts finding that rust-tonic
and rust-axum need to migrate together.
Jonas, I'm happy to assist with uploads. Let me know your preference,
happy to NMU or maintainer upload at your choice.
best,
-rt
diff --git a/debian/control b/debian/control
index 242da6a..0c02c9e 100644
--- a/debian/control
+++ b/debian/control
@@ -198,6 +198,9 @@ Provides:
librust-axum-0.7+ws-dev (= ${binary:Version}),
librust-axum-0.7-dev (= ${binary:Version}),
librust-axum-0.7.9-dev (= ${binary:Version}),
+Breaks:
+ librust-tonic-build-dev (<< 0.12),
+ librust-tonic-dev (<< 0.12)
Description: ergonomic and modular web framework - Rust source code
axum is a web application framework
that focuses on ergonomics and modularity.
-- System Information:
Debian Release: trixie/sid
APT prefers testing
APT policy: (500, 'testing'), (50, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)
Kernel: Linux 6.12.17-amd64 (SMP w/8 CPU threads; PREEMPT)
Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8), LANGUAGE not set
Shell: /bin/sh linked to /usr/bin/dash
Init: systemd (via /run/systemd/system)
LSM: AppArmor: enabled
--- End Message ---
--- Begin Message ---
Version: 0.7.9-13
--- End Message ---