Codebase list rust-libslirp / 91f0e78
Disable dwz. See https://github.com/rust-lang/rust/issues/66118 Sylvestre Ledru 3 years ago
2 changed file(s) with 5 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
11
22 * Package exa 0.9.0 from crates.io using debcargo 2.4.4-alpha.0
33 * Bump number-prefix to 0.4 to match the one uploaded
4 * Disable dwz. See https://github.com/rust-lang/rust/issues/66118
45
56 -- Sylvestre Ledru <sylvestre@debian.org> Tue, 22 Dec 2020 13:12:09 +0100
67
1414
1515 override_dh_auto_test:
1616 dh_auto_test || true
17
18 override_dh_dwz:
19 # Don't do anything. fails because of the
20 # https://github.com/rust-lang/rust/issues/66118