diff -Nru rust-crossbeam-epoch-0.8.2/debian/changelog rust-crossbeam-epoch-0.8.2/debian/changelog --- rust-crossbeam-epoch-0.8.2/debian/changelog 2020-04-13 17:14:53.000000000 +0000 +++ rust-crossbeam-epoch-0.8.2/debian/changelog 2021-11-28 21:11:07.000000000 +0000 @@ -1,3 +1,9 @@ +rust-crossbeam-epoch (0.8.2-2) unstable; urgency=medium + * Team upload. + * Added d/patches/relax-deps.patch so that crossbeam-epoch works with + memoffset 0.6. + -- Henry-Nicolas Tourneur Sun, 28 Nov 2021 22:11:07 +0100 + rust-crossbeam-epoch (0.8.2-1) unstable; urgency=medium * Team upload. diff -Nru rust-crossbeam-epoch-0.8.2/debian/compat rust-crossbeam-epoch-0.8.2/debian/compat --- rust-crossbeam-epoch-0.8.2/debian/compat 2020-04-13 17:14:53.000000000 +0000 +++ rust-crossbeam-epoch-0.8.2/debian/compat 2021-11-28 21:11:07.000000000 +0000 @@ -1 +1 @@ -11 +12 diff -Nru rust-crossbeam-epoch-0.8.2/debian/control rust-crossbeam-epoch-0.8.2/debian/control --- rust-crossbeam-epoch-0.8.2/debian/control 2020-04-13 17:14:53.000000000 +0000 +++ rust-crossbeam-epoch-0.8.2/debian/control 2021-11-28 21:11:07.000000000 +0000 @@ -1,8 +1,8 @@ Source: rust-crossbeam-epoch Section: rust Priority: optional -Build-Depends: debhelper (>= 11), - dh-cargo (>= 18), +Build-Depends: debhelper (>= 12), + dh-cargo (>= 24), cargo:native , rustc:native , libstd-rust-dev , @@ -12,15 +12,16 @@ librust-crossbeam-utils-0.7-dev , librust-lazy-static-1+default-dev , librust-maybe-uninit-2+default-dev , - librust-memoffset-0.5+default-dev , + librust-memoffset-0.6+default-dev , librust-scopeguard-1-dev Maintainer: Debian Rust Maintainers Uploaders: Wolfgang Silbermayr -Standards-Version: 4.4.1 +Standards-Version: 4.5.1 Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/crossbeam-epoch] Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/crossbeam-epoch Homepage: https://github.com/crossbeam-rs/crossbeam/tree/master/crossbeam-epoch +Rules-Requires-Root: no Package: librust-crossbeam-epoch-dev Architecture: any @@ -31,7 +32,7 @@ librust-cfg-if-0.1+default-dev (>= 0.1.2-~~), librust-crossbeam-utils-0.7-dev, librust-maybe-uninit-2+default-dev, - librust-memoffset-0.5+default-dev, + librust-memoffset-0.6+default-dev, librust-scopeguard-1-dev Recommends: librust-crossbeam-epoch+std-dev (= ${binary:Version}) diff -Nru rust-crossbeam-epoch-0.8.2/debian/copyright.debcargo.hint rust-crossbeam-epoch-0.8.2/debian/copyright.debcargo.hint --- rust-crossbeam-epoch-0.8.2/debian/copyright.debcargo.hint 2020-04-13 17:14:53.000000000 +0000 +++ rust-crossbeam-epoch-0.8.2/debian/copyright.debcargo.hint 2021-11-28 21:11:07.000000000 +0000 @@ -21,8 +21,8 @@ Files: debian/* Copyright: - 2018-2020 Debian Rust Maintainers - 2018-2020 Wolfgang Silbermayr + 2018-2021 Debian Rust Maintainers + 2018-2021 Wolfgang Silbermayr License: MIT or Apache-2.0 License: Apache-2.0 diff -Nru rust-crossbeam-epoch-0.8.2/debian/patches/relax-deps.patch rust-crossbeam-epoch-0.8.2/debian/patches/relax-deps.patch --- rust-crossbeam-epoch-0.8.2/debian/patches/relax-deps.patch 1970-01-01 00:00:00.000000000 +0000 +++ rust-crossbeam-epoch-0.8.2/debian/patches/relax-deps.patch 2021-11-28 21:11:07.000000000 +0000 @@ -0,0 +1,11 @@ +--- a/Cargo.toml ++++ b/Cargo.toml +@@ -37,7 +37,7 @@ optional = true + version = "2.0.0" + + [dependencies.memoffset] +-version = "0.5" ++version = "0.6" + + [dependencies.scopeguard] + version = "1" diff -Nru rust-crossbeam-epoch-0.8.2/debian/patches/series rust-crossbeam-epoch-0.8.2/debian/patches/series --- rust-crossbeam-epoch-0.8.2/debian/patches/series 2020-04-13 17:14:53.000000000 +0000 +++ rust-crossbeam-epoch-0.8.2/debian/patches/series 2021-11-28 21:11:07.000000000 +0000 @@ -1 +1,2 @@ +relax-deps.patch update-dep-versions.patch diff -Nru rust-crossbeam-epoch-0.8.2/debian/tests/control rust-crossbeam-epoch-0.8.2/debian/tests/control --- rust-crossbeam-epoch-0.8.2/debian/tests/control 2020-04-13 17:14:53.000000000 +0000 +++ rust-crossbeam-epoch-0.8.2/debian/tests/control 2021-11-28 21:11:07.000000000 +0000 @@ -1,24 +1,34 @@ Test-Command: /usr/share/cargo/bin/cargo-auto-test crossbeam-epoch 0.8.2 --all-targets --all-features -Features: test-name=@ +Features: test-name=rust-crossbeam-epoch:@ +Depends: dh-cargo (>= 18), librust-rand-0.6+default-dev, @ +Restrictions: allow-stderr, skip-not-installable + +Test-Command: /usr/share/cargo/bin/cargo-auto-test crossbeam-epoch 0.8.2 --all-targets --no-default-features --features sanitize +Features: test-name=librust-crossbeam-epoch-dev:sanitize Depends: dh-cargo (>= 18), librust-rand-0.6+default-dev, @ Restrictions: allow-stderr, skip-not-installable Test-Command: /usr/share/cargo/bin/cargo-auto-test crossbeam-epoch 0.8.2 --all-targets --no-default-features -Features: test-name=librust-crossbeam-epoch-dev +Features: test-name=librust-crossbeam-epoch-dev: +Depends: dh-cargo (>= 18), librust-rand-0.6+default-dev, @ +Restrictions: allow-stderr, skip-not-installable + +Test-Command: /usr/share/cargo/bin/cargo-auto-test crossbeam-epoch 0.8.2 --all-targets --no-default-features --features alloc +Features: test-name=librust-crossbeam-epoch+alloc-dev:alloc Depends: dh-cargo (>= 18), librust-rand-0.6+default-dev, @ Restrictions: allow-stderr, skip-not-installable -Test-Command: /usr/share/cargo/bin/cargo-auto-test crossbeam-epoch 0.8.2 --all-targets --features alloc -Features: test-name=librust-crossbeam-epoch+alloc-dev +Test-Command: /usr/share/cargo/bin/cargo-auto-test crossbeam-epoch 0.8.2 --all-targets --no-default-features --features lazy_static +Features: test-name=librust-crossbeam-epoch+lazy-static-dev:lazy_static Depends: dh-cargo (>= 18), librust-rand-0.6+default-dev, @ Restrictions: allow-stderr, skip-not-installable -Test-Command: /usr/share/cargo/bin/cargo-auto-test crossbeam-epoch 0.8.2 --all-targets --features lazy_static -Features: test-name=librust-crossbeam-epoch+lazy-static-dev +Test-Command: /usr/share/cargo/bin/cargo-auto-test crossbeam-epoch 0.8.2 --all-targets +Features: test-name=librust-crossbeam-epoch+std-dev:default Depends: dh-cargo (>= 18), librust-rand-0.6+default-dev, @ Restrictions: allow-stderr, skip-not-installable -Test-Command: /usr/share/cargo/bin/cargo-auto-test crossbeam-epoch 0.8.2 --all-targets --features std -Features: test-name=librust-crossbeam-epoch+std-dev +Test-Command: /usr/share/cargo/bin/cargo-auto-test crossbeam-epoch 0.8.2 --all-targets --no-default-features --features std +Features: test-name=librust-crossbeam-epoch+std-dev:std Depends: dh-cargo (>= 18), librust-rand-0.6+default-dev, @ Restrictions: allow-stderr, skip-not-installable