Codebase list rust-kurbo / 4f0b25b
miniz-oxide - new upstream release. Peter Michael Green 1 year, 4 months ago
4 changed file(s) with 18 addition(s) and 31 deletion(s). Raw diff Collapse all Expand all
0 rust-miniz-oxide (0.6.2-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package miniz_oxide 0.6.2 from crates.io using debcargo 2.6.0
4 * Update patches for new upstream.
5
6 -- Peter Michael Green <plugwash@debian.org> Mon, 02 Jan 2023 11:55:34 +0000
7
08 rust-miniz-oxide (0.5.4-1) unstable; urgency=medium
19
210 * Team upload.
1515 be correct information so you should review and fix this before uploading to
1616 the archive.
1717
18 Files: ./LICENSE
18 Files: LICENSE
1919 Copyright: 2017 Frommi
2020 License: UNKNOWN-LICENSE; FIXME (overlay)
2121 Comment:
2222 FIXME (overlay): These notices are extracted from files. Please review them
2323 before uploading to the archive.
2424
25 Files: ./LICENSE-MIT.md
25 Files: LICENSE-MIT.md
2626 Copyright: 2017 Frommi
2727 License: UNKNOWN-LICENSE; FIXME (overlay)
2828 Comment:
2929 FIXME (overlay): These notices are extracted from files. Please review them
3030 before uploading to the archive.
3131
32 Files: ./LICENSE-ZLIB.md
32 Files: LICENSE-ZLIB.md
3333 Copyright: 2020 Frommi
3434 License: UNKNOWN-LICENSE; FIXME (overlay)
3535 Comment:
3838
3939 Files: debian/*
4040 Copyright:
41 2019-2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
42 2019-2022 Ximin Luo <infinity0@debian.org>
41 2019-2023 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
42 2019-2023 Ximin Luo <infinity0@debian.org>
4343 License: MIT or Zlib or Apache-2.0
4444
4545 License: Apache-2.0
0 Index: miniz-oxide/Cargo.toml
1 ===================================================================
20 --- miniz-oxide.orig/Cargo.toml
31 +++ miniz-oxide/Cargo.toml
4 @@ -42,20 +42,10 @@ name = "miniz_oxide"
5 version = "1.0"
6 default-features = false
7
2 @@ -45,5 +44,0 @@
83 -[dependencies.alloc]
94 -version = "1.0.0"
105 -optional = true
116 -package = "rustc-std-workspace-alloc"
127 -
13 [dependencies.compiler_builtins]
14 version = "0.1.2"
15 optional = true
16
8 @@ -54,5 +48,0 @@
179 -[dependencies.core]
1810 -version = "1.0.0"
1911 -optional = true
2012 -package = "rustc-std-workspace-core"
2113 -
22 [dependencies.simd-adler32]
23 version = "0.3"
24 optional = true
25 @@ -63,10 +53,4 @@ default-features = false
26
27 [features]
28 default = []
14 @@ -66,6 +55,0 @@
2915 -rustc-dep-of-std = [
3016 - "core",
3117 - "alloc",
3218 - "compiler_builtins",
3319 - "adler/rustc-dep-of-std",
3420 -]
35 simd = ["simd-adler32"]
0 Index: miniz-oxide/Cargo.toml
1 ===================================================================
20 --- miniz-oxide.orig/Cargo.toml
31 +++ miniz-oxide/Cargo.toml
4 @@ -42,11 +42,5 @@ name = "miniz_oxide"
5 version = "1.0"
6 default-features = false
7
2 @@ -45,5 +44,0 @@
83 -[dependencies.simd-adler32]
94 -version = "0.3"
105 -optional = true
116 -default-features = false
127 -
13 [features]
14 default = []
8 @@ -52 +46,0 @@
159 -simd = ["simd-adler32"]