Codebase list rust-libslirp / afa159d
update stuff and fix failing tests Ximin Luo 4 years ago
13 changed file(s) with 34 addition(s) and 21 deletion(s). Raw diff Collapse all Expand all
0 rust-crypto-hash (0.3.4-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package crypto-hash 0.3.4 from crates.io using debcargo 2.4.0
3
4 -- Ximin Luo <infinity0@debian.org> Tue, 31 Dec 2019 02:39:23 +0000
5
06 rust-crypto-hash (0.3.1-1) unstable; urgency=medium
17
28 * Package crypto-hash 0.3.1 from crates.io using debcargo 2.2.5
5757
5858 Files: debian/*
5959 Copyright:
60 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
61 2018 FIXME (overlay) Your Name <Your Email>
60 2018-2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
61 2018-2019 Ximin Luo <infinity0@debian.org>
6262 License: MIT
6363
6464 License: MIT
00 overlay = "."
1 uploaders = ["Ximin Luo <infinity0@debian.org>"]
0 update-dep-versions.patch
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -22,7 +22,7 @@
3 license = "MIT"
4 repository = "https://github.com/malept/crypto-hash"
5 [dependencies.hex]
6 -version = "0.3"
7 +version = "0.4"
8 [target."cfg(any(target_os = \"macos\", target_os = \"ios\"))".dependencies.commoncrypto]
9 version = "0.2"
10 [target."cfg(not(any(target_os = \"windows\", target_os = \"macos\", target_os = \"ios\")))".dependencies.openssl]
0 rust-numtoa (0.2.3-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package numtoa 0.2.3 from crates.io using debcargo 2.4.0
3
4 -- Ximin Luo <infinity0@debian.org> Tue, 31 Dec 2019 02:40:27 +0000
5
06 rust-numtoa (0.1.0-1) unstable; urgency=medium
17
28 * Package numtoa 0.1.0 from crates.io using debcargo 2.4.0
+0
-8
src/numtoa/debian/rules less more
0 #!/usr/bin/make -f
1 %:
2 dh $@ --buildsystem cargo
3
4 override_dh_auto_test:
5 dh_auto_test
6 # tests fail due to https://github.com/mmstick/numtoa/issues/14
7 # dh_auto_test -- test --all
+0
-6
src/numtoa/debian/rules.debcargo.hint less more
0 #!/usr/bin/make -f
1 %:
2 dh $@ --buildsystem cargo
3
4 override_dh_auto_test:
5 dh_auto_test -- test --all
00 rust-termion (1.5.4-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
11
22 * Package termion 1.5.4 from crates.io using debcargo 2.4.0
3 * Only skip tests, still run a test build.
43
5 -- Ximin Luo <infinity0@debian.org> Tue, 31 Dec 2019 02:07:24 +0000
4 -- Ximin Luo <infinity0@debian.org> Tue, 31 Dec 2019 02:44:55 +0000
65
76 rust-termion (1.5.4-1) unstable; urgency=medium
87
00 overlay = "."
11 uploaders = ["Ximin Luo <infinity0@debian.org>"]
2
3 [source]
4 build_depends = ["bsdutils"]
0 update-dep-versions.patch
22 dh $@ --buildsystem cargo
33
44 override_dh_auto_test:
5 dh_auto_test
6 # tests fail for some reason TODO investigate
7 # dh_auto_test -- test --all
5 # tests need to be run through 'script' since they do terminal stuff
6 script -c 'dh_auto_test -- test --all' /dev/null