Package: rust-ratatui-image / 8.0.1-2
Metadata
| Package | Version | Patches format |
|---|---|---|
| rust-ratatui-image | 8.0.1-2 | 3.0 (quilt) |
Patch series
view the series file| Patch | File delta | Description |
|---|---|---|
| remove windows deps.patch | (download) |
Cargo.toml |
10 0 + 10 - 0 ! |
exclude windows dependencies from cargo.toml |
| disable tests assets.patch | (download) |
src/lib.rs |
4 2 + 2 - 0 ! |
disable tests that require test assets These tests depend on external image files that are not distributed with the package. Since the data is unnecessary for building or using the program, the tests are disabled |
| disable sixel.patch | (download) |
Cargo.toml |
3 0 + 3 - 0 ! |
disable sixel functionality Support for sixel requires packaging the icy_sixel crate, since it's not yet packaged in Debian. This crate is currently only used as a dependency of doxx (ITP: #1113781), which does not require sixel. As no other package depends on this feature, sixel support is disabled for now but may be re-enabled in the future. |
| disable termwiz.patch | (download) |
Cargo.toml |
2 1 + 1 - 0 ! |
disable the termwiz feature The termwiz feature is already disabled in the ratatui package itself. For consistency, it is also disabled here |
| ignore demo example.patch | (download) |
examples/demo/main.rs |
26 13 + 13 - 0 ! |
ignore the demo example The demo example currently fails to compile when none of the features are enabled. This breaks one of the autopkgtests that run tests with no features specified. The patch also provides a fix to the termion feature in the demo, which requires functionality from a newer termion version that is not yet available in Debian but is relaxed as a dependency in ratatui |
| relax deps.patch | (download) |
Cargo.toml |
8 4 + 4 - 0 ! |
relax dependency versions |
