diff -Nru rust-clap-2.32.0/debian/changelog rust-clap-2.32.0/debian/changelog --- rust-clap-2.32.0/debian/changelog 2018-12-19 03:12:05.000000000 +0000 +++ rust-clap-2.32.0/debian/changelog 2018-12-26 21:39:47.000000000 +0000 @@ -1,3 +1,11 @@ +rust-clap (2.32.0-4) unstable; urgency=medium + + * Team upload. + * Package clap 2.32.0 from crates.io using debcargo 2.2.9 + * Allow building against yaml-rust 0.4. + + -- Ximin Luo Wed, 26 Dec 2018 13:39:47 -0800 + rust-clap (2.32.0-3) unstable; urgency=medium * Team upload. diff -Nru rust-clap-2.32.0/debian/control rust-clap-2.32.0/debian/control --- rust-clap-2.32.0/debian/control 2018-12-19 03:12:05.000000000 +0000 +++ rust-clap-2.32.0/debian/control 2018-12-26 21:39:47.000000000 +0000 @@ -211,7 +211,7 @@ Depends: ${misc:Depends}, librust-clap-dev (= ${binary:Version}), - librust-yaml-rust-0.3+default-dev (>= 0.3.5-~~) + librust-yaml-rust-0.4+default-dev | librust-yaml-rust-0.3+default-dev (>= 0.3.5-~~) Provides: librust-clap+doc-dev (= ${binary:Version}), librust-clap-2+yaml-dev (= ${binary:Version}), @@ -230,7 +230,7 @@ Depends: ${misc:Depends}, librust-clap-dev (= ${binary:Version}), - librust-yaml-rust-0.3+default-dev (>= 0.3.5-~~) + librust-yaml-rust-0.4+default-dev | librust-yaml-rust-0.3+default-dev (>= 0.3.5-~~) Provides: librust-clap-2+yaml-rust-dev (= ${binary:Version}), librust-clap-2.32+yaml-rust-dev (= ${binary:Version}), diff -Nru rust-clap-2.32.0/debian/patches/relax-dep-versions.patch rust-clap-2.32.0/debian/patches/relax-dep-versions.patch --- rust-clap-2.32.0/debian/patches/relax-dep-versions.patch 2018-12-19 03:12:05.000000000 +0000 +++ rust-clap-2.32.0/debian/patches/relax-dep-versions.patch 2018-12-26 21:39:47.000000000 +0000 @@ -1,6 +1,6 @@ --- a/Cargo.toml +++ b/Cargo.toml -@@ -84,7 +84,7 @@ +@@ -80,7 +80,7 @@ optional = true [dependencies.textwrap] @@ -9,3 +9,12 @@ [dependencies.unicode-width] version = "0.1.4" +@@ -90,7 +90,7 @@ + optional = true + + [dependencies.yaml-rust] +-version = "0.3.5" ++version = ">= 0.3.5, < 0.5" + optional = true + [dev-dependencies.lazy_static] + version = "1" diff -Nru rust-clap-2.32.0/debian/patches/series rust-clap-2.32.0/debian/patches/series --- rust-clap-2.32.0/debian/patches/series 2018-12-19 03:12:05.000000000 +0000 +++ rust-clap-2.32.0/debian/patches/series 2018-12-26 21:39:47.000000000 +0000 @@ -1,2 +1,2 @@ -relax-dep-versions.patch no-clippy.patch +relax-dep-versions.patch