Codebase list rust-libslirp / 574fe8b
unbreak goblin on other archs Sylvestre Ledru 4 years ago
3 changed file(s) with 25 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 rust-goblin (0.2.1-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package goblin 0.2.1 from crates.io using debcargo 2.4.2
4 * Try to unbreak goblin on !amd64 by not stripping hello32.so
5
6 -- Sylvestre Ledru <sylvestre@debian.org> Sun, 12 Apr 2020 23:16:37 +0200
7
08 rust-goblin (0.2.1-1) unstable; urgency=medium
19
210 * Team upload.
0 #!/usr/bin/make -f
1
2 %:
3 dh $@ --buildsystem cargo
4
5 override_dh_shlibdeps:
6 dh_shlibdeps -Xhello32.so
7
8 override_dh_strip:
9 dh_strip -Xhello32.so
10
0 #!/usr/bin/make -f
1 %:
2 dh $@ --buildsystem cargo
3
4 override_dh_auto_test:
5 dh_auto_test -- test --all || true