diff -Nru rust-git2-0.8.0/debian/changelog rust-git2-0.8.0/debian/changelog --- rust-git2-0.8.0/debian/changelog 2019-05-31 04:33:38.000000000 +0000 +++ rust-git2-0.8.0/debian/changelog 2019-08-17 17:18:18.000000000 +0000 @@ -1,3 +1,10 @@ +rust-git2 (0.8.0-2) unstable; urgency=medium + + * Team upload. + * Package git2 0.8.0 from crates.io using debcargo 2.4.0 + + -- Ximin Luo Sat, 17 Aug 2019 10:18:18 -0700 + rust-git2 (0.8.0-1) unstable; urgency=medium * Team upload. diff -Nru rust-git2-0.8.0/debian/control rust-git2-0.8.0/debian/control --- rust-git2-0.8.0/debian/control 2019-05-31 04:33:38.000000000 +0000 +++ rust-git2-0.8.0/debian/control 2019-08-17 17:18:18.000000000 +0000 @@ -2,7 +2,7 @@ Section: rust Priority: optional Build-Depends: debhelper (>= 11), - dh-cargo (>= 15), + dh-cargo (>= 18), cargo:native , rustc:native , libstd-rust-dev , @@ -16,7 +16,7 @@ librust-log-0.4+default-dev , librust-openssl-probe-0.1+default-dev , librust-openssl-sys-0.9+default-dev , - librust-url-1+default-dev + librust-url-2+default-dev | librust-url-1+default-dev Maintainer: Debian Rust Maintainers Uploaders: Paride Legovini @@ -34,7 +34,7 @@ librust-libc-0.2+default-dev, librust-libgit2-sys-0.7+default-dev (>= 0.7.11-~~), librust-log-0.4+default-dev, - librust-url-1+default-dev + librust-url-2+default-dev | librust-url-1+default-dev Recommends: librust-git2+default-dev (= ${binary:Version}) Suggests: @@ -74,7 +74,7 @@ This library is both threadsafe and memory safe and allows both reading and writing git repositories. . - This metapackage enables feature curl for the Rust git2 crate, by pulling in + This metapackage enables feature "curl" for the Rust git2 crate, by pulling in any additional dependencies needed by that feature. Package: librust-git2+default-dev @@ -95,8 +95,8 @@ This library is both threadsafe and memory safe and allows both reading and writing git repositories. . - This metapackage enables feature default for the Rust git2 crate, by pulling in - any additional dependencies needed by that feature. + This metapackage enables feature "default" for the Rust git2 crate, by pulling + in any additional dependencies needed by that feature. Package: librust-git2+https-dev Architecture: any @@ -115,7 +115,7 @@ This library is both threadsafe and memory safe and allows both reading and writing git repositories. . - This metapackage enables feature https for the Rust git2 crate, by pulling in + This metapackage enables feature "https" for the Rust git2 crate, by pulling in any additional dependencies needed by that feature. Package: librust-git2+openssl-probe-dev @@ -133,7 +133,7 @@ This library is both threadsafe and memory safe and allows both reading and writing git repositories. . - This metapackage enables feature openssl-probe for the Rust git2 crate, by + This metapackage enables feature "openssl-probe" for the Rust git2 crate, by pulling in any additional dependencies needed by that feature. Package: librust-git2+openssl-sys-dev @@ -151,7 +151,7 @@ This library is both threadsafe and memory safe and allows both reading and writing git repositories. . - This metapackage enables feature openssl-sys for the Rust git2 crate, by + This metapackage enables feature "openssl-sys" for the Rust git2 crate, by pulling in any additional dependencies needed by that feature. Package: librust-git2+ssh-dev @@ -169,8 +169,8 @@ This library is both threadsafe and memory safe and allows both reading and writing git repositories. . - This metapackage enables feature ssh for the Rust git2 crate, by pulling in any - additional dependencies needed by that feature. + This metapackage enables feature "ssh" for the Rust git2 crate, by pulling in + any additional dependencies needed by that feature. Package: librust-git2+ssh-key-from-memory-dev Architecture: any @@ -187,5 +187,5 @@ This library is both threadsafe and memory safe and allows both reading and writing git repositories. . - This metapackage enables feature ssh_key_from_memory for the Rust git2 crate, + This metapackage enables feature "ssh_key_from_memory" for the Rust git2 crate, by pulling in any additional dependencies needed by that feature. diff -Nru rust-git2-0.8.0/debian/patches/relax-dep-versions.patch rust-git2-0.8.0/debian/patches/relax-dep-versions.patch --- rust-git2-0.8.0/debian/patches/relax-dep-versions.patch 1970-01-01 00:00:00.000000000 +0000 +++ rust-git2-0.8.0/debian/patches/relax-dep-versions.patch 2019-08-17 17:18:18.000000000 +0000 @@ -0,0 +1,11 @@ +--- a/Cargo.toml ++++ b/Cargo.toml +@@ -35,7 +35,7 @@ + version = "0.4" + + [dependencies.url] +-version = "1.0" ++version = ">= 1, < 3" + [dev-dependencies.docopt] + version = "1.0" + diff -Nru rust-git2-0.8.0/debian/patches/series rust-git2-0.8.0/debian/patches/series --- rust-git2-0.8.0/debian/patches/series 2019-05-31 04:33:38.000000000 +0000 +++ rust-git2-0.8.0/debian/patches/series 2019-08-17 17:18:18.000000000 +0000 @@ -1 +1,2 @@ +relax-dep-versions.patch disable-vendor.patch diff -Nru rust-git2-0.8.0/debian/tests/control rust-git2-0.8.0/debian/tests/control --- rust-git2-0.8.0/debian/tests/control 1970-01-01 00:00:00.000000000 +0000 +++ rust-git2-0.8.0/debian/tests/control 2019-08-17 17:18:18.000000000 +0000 @@ -0,0 +1,35 @@ +Test-Command: /usr/share/cargo/bin/cargo-auto-test git2 0.8.0 --all-targets --all-features +Depends: dh-cargo (>= 18), librust-docopt-1+default-dev, librust-serde-1+default-dev, librust-serde-derive-1+default-dev, librust-tempdir-0.3+default-dev (>= 0.3.7-~~), librust-thread-id-3+default-dev (>= 3.3.0-~~), librust-time-0.1+default-dev (>= 0.1.39-~~), @ +Restrictions: allow-stderr, skip-not-installable + +Test-Command: /usr/share/cargo/bin/cargo-auto-test git2 0.8.0 --all-targets --no-default-features +Depends: dh-cargo (>= 18), librust-docopt-1+default-dev, librust-serde-1+default-dev, librust-serde-derive-1+default-dev, librust-tempdir-0.3+default-dev (>= 0.3.7-~~), librust-thread-id-3+default-dev (>= 3.3.0-~~), librust-time-0.1+default-dev (>= 0.1.39-~~), librust-git2-dev +Restrictions: allow-stderr, skip-not-installable + +Test-Command: /usr/share/cargo/bin/cargo-auto-test git2 0.8.0 --all-targets --features curl +Depends: dh-cargo (>= 18), librust-docopt-1+default-dev, librust-serde-1+default-dev, librust-serde-derive-1+default-dev, librust-tempdir-0.3+default-dev (>= 0.3.7-~~), librust-thread-id-3+default-dev (>= 3.3.0-~~), librust-time-0.1+default-dev (>= 0.1.39-~~), librust-git2+curl-dev +Restrictions: allow-stderr, skip-not-installable + +Test-Command: /usr/share/cargo/bin/cargo-auto-test git2 0.8.0 --all-targets --features default +Depends: dh-cargo (>= 18), librust-docopt-1+default-dev, librust-serde-1+default-dev, librust-serde-derive-1+default-dev, librust-tempdir-0.3+default-dev (>= 0.3.7-~~), librust-thread-id-3+default-dev (>= 3.3.0-~~), librust-time-0.1+default-dev (>= 0.1.39-~~), librust-git2+default-dev +Restrictions: allow-stderr, skip-not-installable + +Test-Command: /usr/share/cargo/bin/cargo-auto-test git2 0.8.0 --all-targets --features https +Depends: dh-cargo (>= 18), librust-docopt-1+default-dev, librust-serde-1+default-dev, librust-serde-derive-1+default-dev, librust-tempdir-0.3+default-dev (>= 0.3.7-~~), librust-thread-id-3+default-dev (>= 3.3.0-~~), librust-time-0.1+default-dev (>= 0.1.39-~~), librust-git2+https-dev +Restrictions: allow-stderr, skip-not-installable + +Test-Command: /usr/share/cargo/bin/cargo-auto-test git2 0.8.0 --all-targets --features openssl-probe +Depends: dh-cargo (>= 18), librust-docopt-1+default-dev, librust-serde-1+default-dev, librust-serde-derive-1+default-dev, librust-tempdir-0.3+default-dev (>= 0.3.7-~~), librust-thread-id-3+default-dev (>= 3.3.0-~~), librust-time-0.1+default-dev (>= 0.1.39-~~), librust-git2+openssl-probe-dev +Restrictions: allow-stderr, skip-not-installable + +Test-Command: /usr/share/cargo/bin/cargo-auto-test git2 0.8.0 --all-targets --features openssl-sys +Depends: dh-cargo (>= 18), librust-docopt-1+default-dev, librust-serde-1+default-dev, librust-serde-derive-1+default-dev, librust-tempdir-0.3+default-dev (>= 0.3.7-~~), librust-thread-id-3+default-dev (>= 3.3.0-~~), librust-time-0.1+default-dev (>= 0.1.39-~~), librust-git2+openssl-sys-dev +Restrictions: allow-stderr, skip-not-installable + +Test-Command: /usr/share/cargo/bin/cargo-auto-test git2 0.8.0 --all-targets --features ssh +Depends: dh-cargo (>= 18), librust-docopt-1+default-dev, librust-serde-1+default-dev, librust-serde-derive-1+default-dev, librust-tempdir-0.3+default-dev (>= 0.3.7-~~), librust-thread-id-3+default-dev (>= 3.3.0-~~), librust-time-0.1+default-dev (>= 0.1.39-~~), librust-git2+ssh-dev +Restrictions: allow-stderr, skip-not-installable + +Test-Command: /usr/share/cargo/bin/cargo-auto-test git2 0.8.0 --all-targets --features ssh_key_from_memory +Depends: dh-cargo (>= 18), librust-docopt-1+default-dev, librust-serde-1+default-dev, librust-serde-derive-1+default-dev, librust-tempdir-0.3+default-dev (>= 0.3.7-~~), librust-thread-id-3+default-dev (>= 3.3.0-~~), librust-time-0.1+default-dev (>= 0.1.39-~~), librust-git2+ssh-key-from-memory-dev +Restrictions: allow-stderr, skip-not-installable