Package: trippy / 0.13.0+dfsg-1.1

Metadata

Package Version Patches format
trippy 0.13.0+dfsg-1.1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
disable deps.patch | (download)

Cargo.toml | 4 2 + 2 - 0 !
crates/trippy-core/Cargo.toml | 4 2 + 2 - 0 !
crates/trippy-privilege/Cargo.toml | 2 1 + 1 - 0 !
crates/trippy-tui/Cargo.toml | 2 1 + 1 - 0 !
4 files changed, 6 insertions(+), 6 deletions(-)

 disable unavailable and useless deps
 * unavailable: tun2, for trippy-core+sim-tests simulation integration tests
 * useless: cfg(windows), crossterm+windows
relax deps.patch | (download)

Cargo.toml | 50 25 + 25 - 0 !
examples/toy-traceroute/Cargo.toml | 2 1 + 1 - 0 !
2 files changed, 26 insertions(+), 26 deletions(-)

---
downgrade rand 0.8.patch | (download)

Cargo.toml | 2 1 + 1 - 0 !
crates/trippy-core/src/strategy.rs | 4 2 + 2 - 0 !
2 files changed, 3 insertions(+), 3 deletions(-)

---
downgrade ratatui 0.28.patch | (download)

Cargo.toml | 2 1 + 1 - 0 !
crates/trippy-tui/src/frontend/render/history.rs | 24 12 + 12 - 0 !
crates/trippy-tui/src/frontend/render/settings.rs | 2 1 + 1 - 0 !
crates/trippy-tui/src/frontend/render/table.rs | 2 1 + 1 - 0 !
4 files changed, 15 insertions(+), 15 deletions(-)

---
disable shell completion snapshot tests.patch | (download)

crates/trippy-tui/src/config.rs | 2 1 + 1 - 0 !
crates/trippy-tui/src/print.rs | 6 3 + 3 - 0 !
2 files changed, 4 insertions(+), 4 deletions(-)

 disable some shell completion tests.
 Shell completions generated change a lot, in part due to shell languages being
 less formal, and in part due to the "tests" being simple string comparison.
 The result is output changes all the time, and each time the tiniest change
 explodes in a blob of string known as the snapshot. It's too brittle, and
 "fixing" it on each breakage means patching the entire blob for a few
 characters, so we just disable them.
 .
 Also, powershell and nushell aren't packaged in Debian.
ignore i1386 test precison.patch | (download)

crates/trippy-core/src/state.rs | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 ignore tests failing due to i386 precision problem