Codebase list rust-serde-xml-rs / ad1547d
arc-swap - new upstream release. Peter Michael Green 1 year, 6 months ago
4 changed file(s) with 8 addition(s) and 45 deletion(s). Raw diff Collapse all Expand all
0 rust-arc-swap (1.5.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package arc-swap 1.5.1 from crates.io using debcargo 2.5.0 (Closes: #1022245)
4 * Drop old patches - no longer needed.
5
6 -- Peter Michael Green <plugwash@debian.org> Sat, 22 Oct 2022 18:42:40 +0000
7
08 rust-arc-swap (0.4.8-3) unstable; urgency=medium
19
210 * Team upload.
+0
-13
src/arc-swap/debian/patches/relax-dep.patch less more
0 Index: arc-swap/Cargo.toml
1 ===================================================================
2 --- arc-swap.orig/Cargo.toml
3 +++ arc-swap/Cargo.toml
4 @@ -31,7 +31,7 @@ debug = true
5 version = "~0.7"
6
7 [dev-dependencies.itertools]
8 -version = "~0.9"
9 +version = ">= 0.9, < 0.11"
10
11 [dev-dependencies.num_cpus]
12 version = "~1"
+0
-30
src/arc-swap/debian/patches/remove-version-sync.patch less more
0 Index: arc-swap/Cargo.toml
1 ===================================================================
2 --- arc-swap.orig/Cargo.toml
3 +++ arc-swap/Cargo.toml
4 @@ -42,9 +42,6 @@ version = "~1"
5 [dev-dependencies.proptest]
6 version = "~0.9"
7
8 -[dev-dependencies.version-sync]
9 -version = "~0.9"
10 -
11 [features]
12 weak = []
13 [badges.appveyor]
14 Index: arc-swap/tests/version.rs
15 ===================================================================
16 --- arc-swap.orig/tests/version.rs
17 +++ arc-swap/tests/version.rs
18 @@ -1,4 +1,4 @@
19 -#[macro_use]
20 +/*#[macro_use]
21 extern crate version_sync;
22
23 #[test]
24 @@ -9,4 +9,4 @@ fn test_readme_deps() {
25 #[test]
26 fn test_html_root_url() {
27 assert_html_root_url_updated!("src/lib.rs");
28 -}
29 +}*/
+0
-2
src/arc-swap/debian/patches/series less more
0 remove-version-sync.patch
1 relax-dep.patch