rust-piper 0.2.5-1
Package Information
| Description | Asynchronous single-consumer single-producer pipe for bytes - Rust source code Source code for Debianized Rust crate "piper" |
|---|---|
| Maintainer | Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net> |
| Changed By | Juan Manuel Méndez Rey <juan.mendezr@proton.me> |
| Sponsor | tsimonq2@debian.org |
| Distribution | unstable |
| Architecture | any |
| VCS | git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/piper] (browse) |
| Closes | #1145310 |
| Tracker | https://tracker.debian.org/pkg/rust-piper |
| Uploaded | 3 hours ago |
New Package Report
.changes
| Changed-By | Juan Manuel Méndez Rey |
|---|---|
| Architecture | source amd64 |
| Distribution | unstable |
| Date | Mon, 14 Sep 2026 09:17:31 -0500 |
| Source | rust-piper |
| Version | 0.2.5-1 |
Changelog
rust-piper (0.2.5-1) unstable; urgency=medium
.
* Package piper 0.2.5 from crates.io using debcargo 2.8.4
(Closes: #1145310)
* Drop the criterion-based benchmark (criterion not in Debian).
* debcargo.toml: remove_features = ["portable-atomic"], since Debian's
atomic-waker only ships the +default variant, making the collapsed
package's Depends on +portable-atomic unsatisfiable.
* Mark the futures-io-only feature variant's test suite broken:
tests/pipe.rs is ungated and needs the "std" feature's AsyncRead/
AsyncWrite impls, which "futures-io" alone does not provide.
* Shorten debcargo.toml's summary and drop its leading "An": fixes
synopsis-too-long (debcargo's appended " - Rust source code" suffix
pushed it past 80 columns) and description-synopsis-starts-with-article..dsc
| Component | main |
|---|---|
| Package-List | librust-piper-dev deb rust optional arch=any |
| Section | rust |
| Priority | optional |
debian/copyright
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
Upstream-Name: piper
Upstream-Contact: Stjepan Glavina <stjepang@gmail.com>, John Nunley <dev@notgull.net>
Source: https://github.com/smol-rs/piper
Files: *
Copyright: Stjepan Glavina <stjepang@gmail.com>
John Nunley <dev@notgull.net>
License: Expat or Apache-2.0
Files: debian/*
Copyright:
2026 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
2026 Juan Manuel Méndez Rey <juan.mendezr@proton.me>
License: Expat or Apache-2.0
License: Expat
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.
License: Apache-2.0
On Debian systems the full text of the Apache License version 2.0 can be
found in the file `/usr/share/common-licenses/Apache-2.0'.