diff -Nru rust-rand-core-0.3-0.3.0/debian/changelog rust-rand-core-0.3-0.3.0/debian/changelog --- rust-rand-core-0.3-0.3.0/debian/changelog 2019-07-13 17:39:50.000000000 +0000 +++ rust-rand-core-0.3-0.3.0/debian/changelog 2020-01-03 20:49:18.000000000 +0000 @@ -1,3 +1,10 @@ +rust-rand-core-0.3 (0.3.0-2) unstable; urgency=medium + + * Team upload. + * Package rand_core 0.3.0 from crates.io using debcargo 2.4.2 + + -- Ximin Luo Fri, 03 Jan 2020 20:49:18 +0000 + rust-rand-core-0.3 (0.3.0-1) unstable; urgency=medium * Package rand_core 0.3.0 from crates.io using debcargo 2.2.10 diff -Nru rust-rand-core-0.3-0.3.0/debian/control rust-rand-core-0.3-0.3.0/debian/control --- rust-rand-core-0.3-0.3.0/debian/control 2019-07-13 17:39:50.000000000 +0000 +++ rust-rand-core-0.3-0.3.0/debian/control 2020-01-03 20:49:18.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: kpcyrd -Standards-Version: 4.2.0 +Standards-Version: 4.4.1 Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/rand-core-0.3] Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/rand-core-0.3 Homepage: https://crates.io/crates/rand_core @@ -40,8 +40,8 @@ librust-rand-core-0.3.0+alloc-dev (= ${binary:Version}), librust-rand-core-0.3.0+default-dev (= ${binary:Version}), librust-rand-core-0.3.0+std-dev (= ${binary:Version}) -Replaces: librust-rand-core-dev (<< 0.3.1-~~) -Breaks: librust-rand-core-dev (<< 0.3.1-~~) +Replaces: librust-rand-core-0.3.0-dev +Breaks: librust-rand-core-0.3.0-dev Description: Core random number generator traits and tools - Rust source code This package contains the source for the Rust rand_core crate, packaged by debcargo for use with cargo and dh-cargo. @@ -58,8 +58,8 @@ librust-rand-core-0+serde-dev (= ${binary:Version}), librust-rand-core-0.3.0+serde-dev (= ${binary:Version}) Description: Core random number generator traits and tools - feature "serde" - This metapackage enables feature serde for the Rust rand_core crate, by pulling - in any additional dependencies needed by that feature. + This metapackage enables feature "serde" for the Rust rand_core crate, by + pulling in any additional dependencies needed by that feature. Package: librust-rand-core-0.3+serde1-dev Architecture: any @@ -74,7 +74,7 @@ librust-rand-core-0+serde1-dev (= ${binary:Version}), librust-rand-core-0.3.0+serde1-dev (= ${binary:Version}) Description: Core random number generator traits and tools - feature "serde1" - This metapackage enables feature serde1 for the Rust rand_core crate, by + This metapackage enables feature "serde1" for the Rust rand_core crate, by pulling in any additional dependencies needed by that feature. Package: librust-rand-core-0.3+serde-derive-dev @@ -89,5 +89,5 @@ librust-rand-core-0+serde-derive-dev (= ${binary:Version}), librust-rand-core-0.3.0+serde-derive-dev (= ${binary:Version}) Description: Core random number generator traits and tools - feature "serde_derive" - This metapackage enables feature serde_derive for the Rust rand_core crate, by - pulling in any additional dependencies needed by that feature. + This metapackage enables feature "serde_derive" for the Rust rand_core crate, + by pulling in any additional dependencies needed by that feature. diff -Nru rust-rand-core-0.3-0.3.0/debian/copyright.debcargo.hint rust-rand-core-0.3-0.3.0/debian/copyright.debcargo.hint --- rust-rand-core-0.3-0.3.0/debian/copyright.debcargo.hint 2019-07-13 17:39:50.000000000 +0000 +++ rust-rand-core-0.3-0.3.0/debian/copyright.debcargo.hint 2020-01-03 20:49:18.000000000 +0000 @@ -58,8 +58,8 @@ Files: debian/* Copyright: - 2019 Debian Rust Maintainers - 2019 kpcyrd + 2019-2020 Debian Rust Maintainers + 2019-2020 kpcyrd License: MIT or Apache-2.0 License: Apache-2.0 diff -Nru rust-rand-core-0.3-0.3.0/debian/rules rust-rand-core-0.3-0.3.0/debian/rules --- rust-rand-core-0.3-0.3.0/debian/rules 2019-07-13 17:39:50.000000000 +0000 +++ rust-rand-core-0.3-0.3.0/debian/rules 2020-01-03 20:49:18.000000000 +0000 @@ -1,3 +1,8 @@ #!/usr/bin/make -f %: dh $@ --buildsystem cargo + +override_dh_auto_test: + dh_auto_test -- build +# test broken due to https://github.com/rust-lang/cargo/issues/6819 +# dh_auto_test -- test --all diff -Nru rust-rand-core-0.3-0.3.0/debian/rules.debcargo.hint rust-rand-core-0.3-0.3.0/debian/rules.debcargo.hint --- rust-rand-core-0.3-0.3.0/debian/rules.debcargo.hint 1970-01-01 00:00:00.000000000 +0000 +++ rust-rand-core-0.3-0.3.0/debian/rules.debcargo.hint 2020-01-03 20:49:18.000000000 +0000 @@ -0,0 +1,6 @@ +#!/usr/bin/make -f +%: + dh $@ --buildsystem cargo + +override_dh_auto_test: + dh_auto_test -- test --all diff -Nru rust-rand-core-0.3-0.3.0/debian/tests/control rust-rand-core-0.3-0.3.0/debian/tests/control --- rust-rand-core-0.3-0.3.0/debian/tests/control 1970-01-01 00:00:00.000000000 +0000 +++ rust-rand-core-0.3-0.3.0/debian/tests/control 2020-01-03 20:49:18.000000000 +0000 @@ -0,0 +1,24 @@ +Test-Command: /usr/share/cargo/bin/cargo-auto-test rand_core 0.3.0 --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 rand_core 0.3.0 --all-targets --no-default-features +Features: test-name=librust-rand-core-0.3-dev +Depends: dh-cargo (>= 18), @ +Restrictions: allow-stderr, skip-not-installable + +Test-Command: /usr/share/cargo/bin/cargo-auto-test rand_core 0.3.0 --all-targets --features serde +Features: test-name=librust-rand-core-0.3+serde-dev +Depends: dh-cargo (>= 18), @ +Restrictions: allow-stderr, skip-not-installable + +Test-Command: /usr/share/cargo/bin/cargo-auto-test rand_core 0.3.0 --all-targets --features serde1 +Features: test-name=librust-rand-core-0.3+serde1-dev +Depends: dh-cargo (>= 18), @ +Restrictions: allow-stderr, skip-not-installable + +Test-Command: /usr/share/cargo/bin/cargo-auto-test rand_core 0.3.0 --all-targets --features serde_derive +Features: test-name=librust-rand-core-0.3+serde-derive-dev +Depends: dh-cargo (>= 18), @ +Restrictions: allow-stderr, skip-not-installable diff -Nru rust-rand-core-0.3-0.3.0/debian/watch rust-rand-core-0.3-0.3.0/debian/watch --- rust-rand-core-0.3-0.3.0/debian/watch 2019-07-13 17:39:50.000000000 +0000 +++ rust-rand-core-0.3-0.3.0/debian/watch 2020-01-03 20:49:18.000000000 +0000 @@ -2,4 +2,3 @@ opts=filenamemangle=s/.*\/(.*)\/download/rand_core-$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/rand_core .*/crates/rand_core/[-_]?(0\.3\.\d[\-+\.:\~\da-zA-Z]*)/download -