Codebase list rust-libslirp / 2badd04
goblin: also exclude hello.so from strip/shlibs Peter Michael Green 4 years ago
2 changed file(s) with 10 addition(s) and 2 deletion(s). Raw diff Collapse all Expand all
0 rust-goblin (0.2.1-3) 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 * Also exclude hello.so from strip/shlibs
5
6 -- Peter Michael Green <plugwash@debian.org> Sun, 12 Apr 2020 22:32:26 +0000
7
08 rust-goblin (0.2.1-2) unstable; urgency=medium
19
210 * Team upload.
33 dh $@ --buildsystem cargo
44
55 override_dh_shlibdeps:
6 dh_shlibdeps -Xhello32.so
6 dh_shlibdeps -Xhello32.so -Xhello.so
77
88 override_dh_strip:
9 dh_strip -Xhello32.so
9 dh_strip -Xhello32.so -Xhello.so
1010