Codebase list rust-stfu8 / 15bf2db
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 4 deletion(s). Raw diff Collapse all Expand all
00 rust-fd-find (8.2.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
11
22 * Package fd-find 8.2.1 from crates.io using debcargo 2.4.3
3 * Disable dwz. See https://github.com/rust-lang/rust/issues/66118
34
45 -- Sylvestre Ledru <sylvestre@debian.org> Fri, 11 Dec 2020 10:17:34 +0100
56
00 #!/usr/bin/make -f
1
2 # Workaround:
3 # https://github.com/rust-lang/rust/issues/66118
4 export RUSTFLAGS=-Clto=no
51
62 %:
73 dh $@ --buildsystem cargo
1511 set -e; for i in debian/fd-find/usr/share/bash-completion/completions/*.bash; do mv "$$i" "$${i%.bash}"; done
1612 dh_missing
1713
14 override_dh_dwz:
15 # Don't do anything. fails because of the
16 # https://github.com/rust-lang/rust/issues/66118
17
1818 # Disable because the test still using tempdir (instead of tempfile)
1919 # override_dh_auto_test:
2020 # dh_auto_test -- test --all