diff -Nru rust-mach-o-sys-0.1.1/debian/changelog rust-mach-o-sys-0.1.1/debian/changelog --- rust-mach-o-sys-0.1.1/debian/changelog 2019-08-06 16:18:32.000000000 +0000 +++ rust-mach-o-sys-0.1.1/debian/changelog 2020-03-07 06:55:06.000000000 +0000 @@ -1,3 +1,9 @@ +rust-mach-o-sys (0.1.1-3) unstable; urgency=medium + + * Package mach_o_sys 0.1.1 from crates.io using debcargo 2.4.2 + + -- Daniel Kahn Gillmor Sat, 07 Mar 2020 01:55:06 -0500 + rust-mach-o-sys (0.1.1-2) unstable; urgency=medium * Team upload. diff -Nru rust-mach-o-sys-0.1.1/debian/control rust-mach-o-sys-0.1.1/debian/control --- rust-mach-o-sys-0.1.1/debian/control 2019-08-06 16:18:32.000000000 +0000 +++ rust-mach-o-sys-0.1.1/debian/control 2020-03-07 06:55:06.000000000 +0000 @@ -2,14 +2,14 @@ Section: rust Priority: optional Build-Depends: debhelper (>= 11), - dh-cargo (>= 15), + dh-cargo (>= 18), cargo:native , rustc:native , libstd-rust-dev Maintainer: Debian Rust Maintainers Uploaders: Daniel Kahn Gillmor -Standards-Version: 4.2.0 +Standards-Version: 4.4.1 Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/mach-o-sys] Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/mach-o-sys X-Cargo-Crate: mach_o_sys diff -Nru rust-mach-o-sys-0.1.1/debian/copyright rust-mach-o-sys-0.1.1/debian/copyright --- rust-mach-o-sys-0.1.1/debian/copyright 2019-08-06 16:18:32.000000000 +0000 +++ rust-mach-o-sys-0.1.1/debian/copyright 2020-03-07 06:55:06.000000000 +0000 @@ -9,8 +9,8 @@ Files: debian/* Copyright: - 2019 Debian Rust Maintainers - 2019 Daniel Kahn Gillmor + 2019-2020 Debian Rust Maintainers + 2019-2020 Daniel Kahn Gillmor License: Apache-2.0 or MIT License: Apache-2.0 diff -Nru rust-mach-o-sys-0.1.1/debian/copyright.debcargo.hint rust-mach-o-sys-0.1.1/debian/copyright.debcargo.hint --- rust-mach-o-sys-0.1.1/debian/copyright.debcargo.hint 2019-08-06 16:18:32.000000000 +0000 +++ rust-mach-o-sys-0.1.1/debian/copyright.debcargo.hint 2020-03-07 06:55:06.000000000 +0000 @@ -21,8 +21,8 @@ Files: debian/* Copyright: - 2019 Debian Rust Maintainers - 2019 Daniel Kahn Gillmor + 2019-2020 Debian Rust Maintainers + 2019-2020 Daniel Kahn Gillmor License: Apache-2.0 or MIT License: Apache-2.0 diff -Nru rust-mach-o-sys-0.1.1/debian/rules rust-mach-o-sys-0.1.1/debian/rules --- rust-mach-o-sys-0.1.1/debian/rules 2019-08-06 16:18:32.000000000 +0000 +++ rust-mach-o-sys-0.1.1/debian/rules 2020-03-07 06:55:06.000000000 +0000 @@ -1,3 +1,6 @@ #!/usr/bin/make -f %: dh $@ --buildsystem cargo + +override_dh_auto_test: + dh_auto_test -- test --all diff -Nru rust-mach-o-sys-0.1.1/debian/tests/control rust-mach-o-sys-0.1.1/debian/tests/control --- rust-mach-o-sys-0.1.1/debian/tests/control 1970-01-01 00:00:00.000000000 +0000 +++ rust-mach-o-sys-0.1.1/debian/tests/control 2020-03-07 06:55:06.000000000 +0000 @@ -0,0 +1,9 @@ +Test-Command: /usr/share/cargo/bin/cargo-auto-test mach_o_sys 0.1.1 --all-targets --all-features +Features: test-name=@ +Depends: dh-cargo (>= 18), @ +Restrictions: allow-stderr, skip-not-installable + +Test-Command: /usr/share/cargo/bin/cargo-auto-test mach_o_sys 0.1.1 --all-targets --no-default-features +Features: test-name=librust-mach-o-sys-dev +Depends: dh-cargo (>= 18), @ +Restrictions: allow-stderr, skip-not-installable diff -Nru rust-mach-o-sys-0.1.1/debian/watch rust-mach-o-sys-0.1.1/debian/watch --- rust-mach-o-sys-0.1.1/debian/watch 2019-08-06 16:18:32.000000000 +0000 +++ rust-mach-o-sys-0.1.1/debian/watch 2020-03-07 06:55:06.000000000 +0000 @@ -2,4 +2,3 @@ opts=filenamemangle=s/.*\/(.*)\/download/mach_o_sys-$1\.tar\.gz/g,\ uversionmangle=s/(\d)[_\.\-\+]?((RC|rc|pre|dev|beta|alpha)\d*)$/$1~$2/ \ https://qa.debian.org/cgi-bin/fakeupstream.cgi?upstream=crates.io/mach_o_sys .*/crates/mach_o_sys/@ANY_VERSION@/download -