DFSG NEW Queue

DFSG, Licensing & New Packages Team

Review: rust-avro-schema 0.3.0-1

Package Information

DescriptionApache Avro schemas and container file utilities - Rust source code

Apache Avro is a data serialization format that describes the structure of records using schemas and stores data in a compact binary representation.

This crate provides Rust types for Avro schemas, conversion between schemas and their JSON representation, and utilities for reading and writing Avro container file metadata and data blocks. Optional features provide Deflate and Snappy compression and asynchronous input and output. Source code for Debianized Rust crate "avro-schema"

MaintainerDebian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Changed BySteffen Moeller <moeller@debian.org>
Sponsormoeller@debian.org
Distributionunstable
Architectureany
VCSgit: https://salsa.debian.org/rust-team/debcargo-conf.git [src/avro-schema] (browse)
Closes#1147544
Trackerhttps://tracker.debian.org/pkg/rust-avro-schema
Uploaded8 days ago

New Package Report

.changes
Changed-BySteffen Moeller
Architecturesource amd64
Distributionunstable
DateSun, 13 Sep 2026 00:57:52 +0200
Sourcerust-avro-schema
Version0.3.0-1
Changelog
rust-avro-schema (0.3.0-1) unstable; urgency=medium
 .
   * Initial upload (Closes: #1147544)
   * Use Libflate 2 and CRC 3; gate compression tests on their feature.
   * Package avro-schema 0.3.0 from crates.io using debcargo 2.8.4
.dsc
Package-Listlibrust-avro-schema-dev deb rust optional arch=any
Sectionrust
Priorityoptional
Componentmain
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: avro-schema
Upstream-Contact: Jorge C. Leitao <jorgecarleitao@gmail.com>
Source: https://github.com/DataEngineeringLabs/avro-schema

Files: *
Copyright:
 2021-2022 Jorge C. Leitao <jorgecarleitao@gmail.com>
License: MIT or Apache-2.0

Files: debian/*
Copyright:
 2026 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
 2026 Steffen Moeller <moeller@debian.org>
License: MIT or Apache-2.0

License: Apache-2.0
 Debian systems provide the Apache 2.0 license in
 /usr/share/common-licenses/Apache-2.0

License: MIT
 Permission is hereby granted, free of charge, to any person obtaining a copy
 of this software and associated documentation files (the "Software"), to deal
 in the Software without restriction, including without limitation the rights
 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
 copies of the Software, and to permit persons to whom the Software is
 furnished to do so, subject to the following conditions:
 .
 The above copyright notice and this permission notice shall be included in all
 copies or substantial portions of the Software.
 .
 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
 SOFTWARE.

Review Information

accepted — allocated to awm 8 days ago, started 8 days ago, completed 8 days ago.

Final Comment

Back to Dashboard | View all reviews for this package