rust-serde-fmt 1.0.1-2 source package in Ubuntu

Changelog

rust-serde-fmt (1.0.1-2) unstable; urgency=medium

  * tighten autopkgtests
  * stop superfluously provide virtual unversioned feature package
  * merge virtual feature package into main binary package
  * change binary library package to be arch-independent
  * declare compliance with Debian Policy 4.6.2
  * update dh-cargo fork;
    build-depend on libstring-shellquote-perl
  * update copyright info: update coverage

 -- Jonas Smedegaard <email address hidden>  Fri, 03 Feb 2023 08:11:13 +0100

Upload details

Uploaded by:
Jonas Smedegaard
Uploaded to:
Sid
Original maintainer:
Jonas Smedegaard
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
rust-serde-fmt_1.0.1-2.dsc 2.1 KiB 5f89ff4bc8d129b8d6c8cee55f5ca7a1037c7cc180fdf4dbb3c1f9084463877a
rust-serde-fmt_1.0.1.orig.tar.gz 8.2 KiB 36e729d4bb8afdfdc1b07418e28f7608146c31e5d2dade8283dfa2066894384d
rust-serde-fmt_1.0.1-2.debian.tar.xz 11.1 KiB 41ea49886394bc8fa909e778cc8f8c3e0dde0b02cf992304b54b2bec1562be92

Available diffs

No changes file available.

Binary packages built by this source

librust-serde-fmt-dev: write any serde::Serialize using standard formatting APIs - Rust source code

 This library lets you take any `Serialize`
 and format it as if it's `Debug`.
 The format produced is the same as if the type derived `Debug`,
 and any formatting flags will be preserved.
 .
 This package contains the source for the Rust serde_fmt crate,
 packaged for use with cargo and dh-cargo.