Package: rust-colored / 2.2.0-1

Metadata

Package Version Patches format
rust-colored 2.2.0-1 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
remove windows.patch | (download)

Cargo.toml | 6 0 + 6 - 0 !
1 file changed, 6 deletions(-)

---
remove rspec.patch | (download)

Cargo.toml | 2 0 + 2 - 0 !
src/control.rs | 5 3 + 2 - 0 !
src/lib.rs | 2 0 + 2 - 0 !
3 files changed, 3 insertions(+), 6 deletions(-)

---
set override for tests.patch | (download)

src/customcolors.rs | 1 1 + 0 - 0 !
src/lib.rs | 15 13 + 2 - 0 !
tests/ansi_term_compat.rs | 11 11 + 0 - 0 !
3 files changed, 25 insertions(+), 2 deletions(-)

 set override for tests.
 autopkgtests runs tests in an environment that causes colorisation to be
 disabled by default which causes many of the tests to fail. This patch
 forciblly enables colorisation for such tests.