Codebase list rust-libslirp / 550c301
Silent dwz Sylvestre Ledru 3 years ago
2 changed file(s) with 9 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
22 * Team upload.
33 * Package cargo-outdated 0.9.9 from crates.io using debcargo 2.4.4-alpha.0
44 * Fixes the FTBFS (Closes: #976978)
5 * Silent dwz
56
67 -- Sylvestre Ledru <sylvestre@debian.org> Fri, 05 Mar 2021 17:25:18 +0100
78
0 #!/usr/bin/make -f
1
2 %:
3 dh $@ --buildsystem cargo
4
5 override_dh_dwz:
6 # Don't do anything. fails because of the
7 # https://github.com/rust-lang/rust/issues/66118