Codebase list rust-libslirp / 24bcea0
copypasta: Re-enable smithay-clipboard feature, now that the crate is packaged James McCoy 1 year, 9 months ago
6 changed file(s) with 76 addition(s) and 36 deletion(s). Raw diff Collapse all Expand all
0 rust-copypasta (0.8.1-2) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package copypasta 0.8.1 from crates.io using debcargo 2.5.0
4 * Re-enable smithay-clipboard feature, now that the crate is packaged
5
6 -- James McCoy <jamessan@debian.org> Fri, 22 Jul 2022 06:44:15 -0400
7
08 rust-copypasta (0.8.1-1) unstable; urgency=medium
19
210 * Package copypasta 0.8.1 from crates.io using debcargo 2.5.0
00 overlay = "."
11 uploaders = ["Sylvestre Ledru <sylvestre@debian.org>"]
22 collapse_features = true
3
4 # Building the examples with --no-default-features fails
5 [packages.lib]
6 test_is_broken = true
7
8 [packages."lib+@"]
9 test_is_broken = false
10
11 [packages."lib+x11"]
12 test_is_broken = false
13
14 [packages."lib+x11-clipboard"]
15 test_is_broken = false
+0
-22
src/copypasta/debian/patches/disable-smithay-clipboard.diff less more
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -27,14 +27,14 @@ resolver = "2"
3 [features]
4 default = [
5 "x11",
6 - "wayland",
7 +# "wayland",
8 ]
9 -wayland = ["smithay-clipboard"]
10 +#wayland = ["smithay-clipboard"]
11 x11 = ["x11-clipboard"]
12
13 -[target."cfg(all(unix, not(any(target_os=\"macos\", target_os=\"android\", target_os=\"ios\", target_os=\"emscripten\"))))".dependencies.smithay-clipboard]
14 -version = "0.6.0"
15 -optional = true
16 +#[target."cfg(all(unix, not(any(target_os=\"macos\", target_os=\"android\", target_os=\"ios\", target_os=\"emscripten\"))))".dependencies.smithay-clipboard]
17 +#version = "0.6.0"
18 +#optional = true
19
20 [target."cfg(all(unix, not(any(target_os=\"macos\", target_os=\"android\", target_os=\"ios\", target_os=\"emscripten\"))))".dependencies.x11-clipboard]
21 version = "0.6.1"
00 disable-features.diff
1 disable-smithay-clipboard.diff
0 Test-Command: /usr/share/cargo/bin/cargo-auto-test copypasta 0.8.1 --all-targets --all-features
1 Features: test-name=rust-copypasta:@
2 Depends: dh-cargo (>= 18), @
3 Restrictions: allow-stderr, skip-not-installable
4
5 Test-Command: /usr/share/cargo/bin/cargo-auto-test copypasta 0.8.1 --all-targets
6 Features: test-name=librust-copypasta-dev:default
7 Depends: dh-cargo (>= 18), @
8 Restrictions: allow-stderr, skip-not-installable
9
10 Test-Command: /usr/share/cargo/bin/cargo-auto-test copypasta 0.8.1 --tests --no-default-features --features smithay-clipboard
11 Features: test-name=librust-copypasta-dev:smithay-clipboard
12 Depends: dh-cargo (>= 18), @
13 Restrictions: allow-stderr, skip-not-installable
14
15 Test-Command: /usr/share/cargo/bin/cargo-auto-test copypasta 0.8.1 --tests --no-default-features --features wayland
16 Features: test-name=librust-copypasta-dev:wayland
17 Depends: dh-cargo (>= 18), @
18 Restrictions: allow-stderr, skip-not-installable
19
20 Test-Command: /usr/share/cargo/bin/cargo-auto-test copypasta 0.8.1 --all-targets --no-default-features --features x11
21 Features: test-name=librust-copypasta-dev:x11
22 Depends: dh-cargo (>= 18), @
23 Restrictions: allow-stderr, skip-not-installable
24
25 Test-Command: /usr/share/cargo/bin/cargo-auto-test copypasta 0.8.1 --tests --no-default-features --features x11-clipboard
26 Features: test-name=librust-copypasta-dev:x11-clipboard
27 Depends: dh-cargo (>= 18), @
28 Restrictions: allow-stderr, skip-not-installable
29
30 Test-Command: /usr/share/cargo/bin/cargo-auto-test copypasta 0.8.1 --tests --no-default-features
31 Features: test-name=librust-copypasta-dev:
32 Depends: dh-cargo (>= 18), @
33 Restrictions: allow-stderr, skip-not-installable
0 Test-Command: /usr/share/cargo/bin/cargo-auto-test copypasta 0.8.1 --all-targets --all-features
1 Features: test-name=rust-copypasta:@
2 Depends: dh-cargo (>= 18), @
3 Restrictions: allow-stderr, skip-not-installable
4
5 Test-Command: /usr/share/cargo/bin/cargo-auto-test copypasta 0.8.1 --all-targets
6 Features: test-name=librust-copypasta-dev:default
7 Depends: dh-cargo (>= 18), @
8 Restrictions: allow-stderr, skip-not-installable
9
10 Test-Command: /usr/share/cargo/bin/cargo-auto-test copypasta 0.8.1 --all-targets --no-default-features --features smithay-clipboard
11 Features: test-name=librust-copypasta-dev:smithay-clipboard
12 Depends: dh-cargo (>= 18), @
13 Restrictions: allow-stderr, skip-not-installable
14
15 Test-Command: /usr/share/cargo/bin/cargo-auto-test copypasta 0.8.1 --all-targets --no-default-features --features wayland
16 Features: test-name=librust-copypasta-dev:wayland
17 Depends: dh-cargo (>= 18), @
18 Restrictions: allow-stderr, skip-not-installable
19
20 Test-Command: /usr/share/cargo/bin/cargo-auto-test copypasta 0.8.1 --all-targets --no-default-features --features x11
21 Features: test-name=librust-copypasta-dev:x11
22 Depends: dh-cargo (>= 18), @
23 Restrictions: allow-stderr, skip-not-installable
24
25 Test-Command: /usr/share/cargo/bin/cargo-auto-test copypasta 0.8.1 --all-targets --no-default-features --features x11-clipboard
26 Features: test-name=librust-copypasta-dev:x11-clipboard
27 Depends: dh-cargo (>= 18), @
28 Restrictions: allow-stderr, skip-not-installable
29
30 Test-Command: /usr/share/cargo/bin/cargo-auto-test copypasta 0.8.1 --all-targets --no-default-features
31 Features: test-name=librust-copypasta-dev:
32 Depends: dh-cargo (>= 18), @
33 Restrictions: allow-stderr, skip-not-installable