Codebase list rust-libslirp / 6c4c015
RFS: md5-asm update kpcyrd 4 years ago
4 changed file(s) with 25 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
(New empty file)
0 rust-md5-asm (0.4.3-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Restrict build to supported architectures
3
4 -- kpcyrd <git@rxv.cc> Sun, 4 Aug 2019 02:47:13 +0200
5
06 rust-md5-asm (0.4.3-1) unstable; urgency=medium
17
28 * Package md5-asm 0.4.3 from crates.io using debcargo 2.2.10
0 #!/usr/bin/make -f
1 include /usr/share/rustc/architecture.mk
2 %:
3 dh $@ --buildsystem cargo
4
5 # Only x86 and x86_64 is supported
6 override_dh_auto_test:
7 case $(DEB_HOST_RUST_TYPE) in \
8 x86-*|x86_64-*) \
9 dh_auto_test;; \
10 *) \
11 dh_auto_test || true;; \
12 esac
0 #!/usr/bin/make -f
1 %:
2 dh $@ --buildsystem cargo
3
4 override_dh_auto_test:
5 dh_auto_test -- test --all