Codebase list rust-serde-xml-rs / 6cdd655
object: bump dependency on flate2 to help apt with buster->bullseye updates. Peter Michael Green 2 years ago
5 changed file(s) with 29 addition(s) and 4 deletion(s). Raw diff Collapse all Expand all
0 rust-object (0.12.0-4) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package object 0.12.0 from crates.io using debcargo 2.4.2
4 * Bump dependency on flate2 to ease buster->bullseye upgrades
5 (Closes: #990317).
6
7 -- Peter Michael Green <plugwash@debian.org> Tue, 29 Jun 2021 17:26:42 +0000
8
09 rust-object (0.12.0-3) unstable; urgency=medium
110
211 * Team upload.
1313
1414 Files: debian/*
1515 Copyright:
16 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
16 2018-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
1717 2018 Ximin Luo <infinity0@debian.org>
1818 2020 Wolfgang Silbermayr <wolfgang@silbermayr.at>
1919 License: Apache-2.0 or MIT
2424
2525 Files: debian/*
2626 Copyright:
27 2018-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
28 2018-2020 Ximin Luo <infinity0@debian.org>
29 2018-2020 Wolfgang Silbermayr <wolfgang@silbermayr.at>
27 2018-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
28 2018-2021 Ximin Luo <infinity0@debian.org>
29 2018-2021 Wolfgang Silbermayr <wolfgang@silbermayr.at>
3030 License: Apache-2.0 or MIT
3131
3232 License: Apache-2.0
0 Bump the flate2 dependency to help apt with updates from
1 buster to bullseye (Closes: 990317)
2 Index: object/Cargo.toml
3 ===================================================================
4 --- object.orig/Cargo.toml
5 +++ object/Cargo.toml
6 @@ -21,7 +21,7 @@ keywords = ["object", "loader", "elf", "
7 license = "Apache-2.0/MIT"
8 repository = "https://github.com/gimli-rs/object"
9 [dependencies.flate2]
10 -version = "1"
11 +version = "1.0.13"
12 optional = true
13
14 [dependencies.goblin]
00 relax-deps.diff
1 bump-flate2.patch