diff -Nru rust-termion-1.5.4/debian/cargo-checksum.json rust-termion-1.5.4/debian/cargo-checksum.json --- rust-termion-1.5.4/debian/cargo-checksum.json 2019-12-24 15:02:57.000000000 +0000 +++ rust-termion-1.5.4/debian/cargo-checksum.json 2019-12-31 06:28:39.000000000 +0000 @@ -1 +1 @@ -{"package":"818ef3700c2a7b447dca1a1dd28341fe635e6ee103c806c636bb9c929991b2cd","files":{}} +{"package":"Could not get crate checksum","files":{}} diff -Nru rust-termion-1.5.4/debian/changelog rust-termion-1.5.4/debian/changelog --- rust-termion-1.5.4/debian/changelog 2019-12-24 15:02:57.000000000 +0000 +++ rust-termion-1.5.4/debian/changelog 2019-12-31 06:28:39.000000000 +0000 @@ -1,3 +1,15 @@ +rust-termion (1.5.4-3) unstable; urgency=medium + + * Package termion 1.5.4 from crates.io using debcargo 2.4.0 + + -- Ximin Luo Tue, 31 Dec 2019 06:28:39 +0000 + +rust-termion (1.5.4-2) unstable; urgency=medium + + * Package termion 1.5.4 from crates.io using debcargo 2.4.0 + + -- Ximin Luo Tue, 31 Dec 2019 02:48:22 +0000 + rust-termion (1.5.4-1) unstable; urgency=medium * Package termion 1.5.4 from crates.io using debcargo 2.4.0 diff -Nru rust-termion-1.5.4/debian/control rust-termion-1.5.4/debian/control --- rust-termion-1.5.4/debian/control 2019-12-24 15:02:57.000000000 +0000 +++ rust-termion-1.5.4/debian/control 2019-12-31 06:28:39.000000000 +0000 @@ -7,10 +7,10 @@ rustc:native , libstd-rust-dev , librust-libc-0.2+default-dev (>= 0.2.8-~~) , - librust-numtoa-0.1+default-dev , - librust-numtoa-0.1+std-dev , + librust-numtoa-0.2+default-dev , librust-redox-syscall-0.1+default-dev , - librust-redox-termios-0.1+default-dev + librust-redox-termios-0.1+default-dev , + bsdutils Maintainer: Debian Rust Maintainers Uploaders: Ximin Luo @@ -24,8 +24,7 @@ Depends: ${misc:Depends}, librust-libc-0.2+default-dev (>= 0.2.8-~~), - librust-numtoa-0.1+default-dev, - librust-numtoa-0.1+std-dev, + librust-numtoa-0.2+default-dev, librust-redox-syscall-0.1+default-dev, librust-redox-termios-0.1+default-dev Provides: diff -Nru rust-termion-1.5.4/debian/debcargo.toml rust-termion-1.5.4/debian/debcargo.toml --- rust-termion-1.5.4/debian/debcargo.toml 2019-12-24 15:02:57.000000000 +0000 +++ rust-termion-1.5.4/debian/debcargo.toml 2019-12-31 06:28:39.000000000 +0000 @@ -1,2 +1,5 @@ overlay = "." uploaders = ["Ximin Luo "] + +[source] +build_depends = ["bsdutils"] diff -Nru rust-termion-1.5.4/debian/patches/series rust-termion-1.5.4/debian/patches/series --- rust-termion-1.5.4/debian/patches/series 1970-01-01 00:00:00.000000000 +0000 +++ rust-termion-1.5.4/debian/patches/series 2019-12-31 06:28:39.000000000 +0000 @@ -0,0 +1 @@ +update-dep-versions.patch diff -Nru rust-termion-1.5.4/debian/patches/update-dep-versions.patch rust-termion-1.5.4/debian/patches/update-dep-versions.patch --- rust-termion-1.5.4/debian/patches/update-dep-versions.patch 1970-01-01 00:00:00.000000000 +0000 +++ rust-termion-1.5.4/debian/patches/update-dep-versions.patch 2019-12-31 06:28:39.000000000 +0000 @@ -0,0 +1,12 @@ +--- a/Cargo.toml ++++ b/Cargo.toml +@@ -21,8 +21,7 @@ + license = "MIT" + repository = "https://gitlab.redox-os.org/redox-os/termion" + [dependencies.numtoa] +-version = "0.1.0" +-features = ["std"] ++version = "0.2" + [target."cfg(not(target_os = \"redox\"))".dependencies.libc] + version = "0.2.8" + [target."cfg(target_os = \"redox\")".dependencies.redox_syscall] diff -Nru rust-termion-1.5.4/debian/rules rust-termion-1.5.4/debian/rules --- rust-termion-1.5.4/debian/rules 2019-12-24 15:02:57.000000000 +0000 +++ rust-termion-1.5.4/debian/rules 2019-12-31 06:28:39.000000000 +0000 @@ -3,6 +3,5 @@ dh $@ --buildsystem cargo override_dh_auto_test: - true -# tests fail for some reason TODO investigate -# dh_auto_test -- test --all + # tests need to be run through 'script' since they do terminal stuff + script -c 'dh_auto_test -- test --all' /dev/null