Codebase list rust-stfu8 / de45316
Update ripgrep for dh-cargo 10 with cleaner test rules Ximin Luo 5 years ago
4 changed file(s) with 12 addition(s) and 8 deletion(s). Raw diff Collapse all Expand all
0 rust-ripgrep (0.9.0-5) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package ripgrep 0.9.0 from crates.io using debcargo 2.2.7
4
5 -- Ximin Luo <infinity0@debian.org> Thu, 13 Sep 2018 00:10:06 -0700
6
07 rust-ripgrep (0.9.0-4) unstable; urgency=medium
18
29 [ Helmut Grohne ]
44
55 Files: *
66 Copyright: FIXME (overlay) UNKNOWN-YEARS Andrew Gallant <jamslam@gmail.com>
7 License: Unlicense OR MIT
7 License: Unlicense or MIT
88 Comment:
99 FIXME (overlay): Since upstream copyright years are not available in
1010 Cargo.toml, they were extracted from the upstream Git repository. This may not
2828 Files: debian/*
2929 Copyright:
3030 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
31 2018 FIXME (overlay) Your Name <Your Email>
32 License: Unlicense OR MIT
31 2018 Sylvestre Ledru <sylvestre@debian.org>
32 License: Unlicense or MIT
3333
3434 License: MIT
3535 Permission is hereby granted, free of charge, to any person obtaining a copy
00 overlay = "."
1 uploaders = ["Sylvestre Ledru <sylvestre@debian.org>"]
12
23 [source]
34 section = "utils"
00 #!/usr/bin/make -f
1 include /usr/share/rustc/architecture.mk
21 %:
32 dh $@ --buildsystem cargo --with bash-completion
43
54 override_dh_auto_test:
6 ifeq ($(filter nocheck,$(DEB_BUILD_OPTIONS)),)
7 CARGO_HOME=debian/cargo_home cargo test --verbose --verbose --target $(DEB_HOST_RUST_TYPE) -Zavoid-dev-deps
8 dh_auto_test
9 endif
5 dh_auto_test -- test --all