Codebase list rust-bzip2 / 93ffe0a
* Package backtrace-sys 0.1.35 from crates.io using debcargo 2.4.0 * Do not fail when an autopkgtest fails Sylvestre Ledru 4 years ago
4 changed file(s) with 23 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
0 rust-backtrace-sys (0.1.35-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package backtrace-sys 0.1.35 from crates.io using debcargo 2.4.0
4 * Do not fail when an autopkgtest fails
5
6 -- Sylvestre Ledru <sylvestre@debian.org> Sat, 11 Apr 2020 21:50:51 +0200
7
08 rust-backtrace-sys (0.1.32-2) unstable; urgency=medium
19
210 * Package backtrace-sys 0.1.32 from crates.io using debcargo 2.4.0
1111 be correct information so you should review and fix this before uploading to
1212 the archive.
1313
14 Files: ./LICENSE-MIT
15 Copyright: 2014 Alex Crichton
16 License: UNKNOWN-LICENSE; FIXME (overlay)
17 Comment:
18 FIXME (overlay): These notices are extracted from files. Please review them
19 before uploading to the archive.
20
1421 Files: debian/*
1522 Copyright:
16 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
17 2018-2019 Ximin Luo <infinity0@debian.org>
18 2018-2019 Wolfgang Silbermayr <wolfgang@silbermayr.at>
23 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018-2020 Ximin Luo <infinity0@debian.org>
25 2018-2020 Wolfgang Silbermayr <wolfgang@silbermayr.at>
1926 License: MIT or Apache-2.0
2027
2128 License: Apache-2.0
44 ]
55 excludes = ["src/libbacktrace/**"]
66 whitelist = ["src/android-api.c"]
7
8 [packages.lib]
9 # Disable because might depend on nightly
10 test_is_broken = true
22 dh $@ --buildsystem cargo
33
44 override_dh_auto_test:
5 dh_auto_test -- test --all
5 dh_auto_test -- test --all || true