]> git.proxmox.com Git - debcargo-conf.git/commitdiff
miniz-oxide - new upstream release.
authorPeter Michael Green <plugwash@debian.org>
Mon, 2 Jan 2023 11:57:00 +0000 (11:57 +0000)
committerPeter Michael Green <plugwash@debian.org>
Tue, 3 Jan 2023 08:57:47 +0000 (08:57 +0000)
src/miniz-oxide/debian/changelog
src/miniz-oxide/debian/copyright.debcargo.hint
src/miniz-oxide/debian/patches/remove-rustc-dep-of-std-etc.patch
src/miniz-oxide/debian/patches/remove-simd-adler32.patch

index b662247868b5ec61064961e4ce6518d056f2906f..2dbbec4114a38107bc9453d25f2fee0eeb78619c 100644 (file)
@@ -1,3 +1,11 @@
+rust-miniz-oxide (0.6.2-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Team upload.
+  * Package miniz_oxide 0.6.2 from crates.io using debcargo 2.6.0
+  * Update patches for new upstream.
+
+ -- Peter Michael Green <plugwash@debian.org>  Mon, 02 Jan 2023 11:55:34 +0000
+
 rust-miniz-oxide (0.5.4-1) unstable; urgency=medium
 
   * Team upload.
index 2012218fd5b91cbc2f0c26add32730f96bfd6066..2b13db8b1886a6dae95554da798e8bbabff6caf9 100644 (file)
@@ -16,21 +16,21 @@ Comment:
  be correct information so you should review and fix this before uploading to
  the archive.
 
-Files: ./LICENSE
+Files: LICENSE
 Copyright: 2017 Frommi
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./LICENSE-MIT.md
+Files: LICENSE-MIT.md
 Copyright: 2017 Frommi
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./LICENSE-ZLIB.md
+Files: LICENSE-ZLIB.md
 Copyright: 2020 Frommi
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
@@ -39,8 +39,8 @@ Comment:
 
 Files: debian/*
 Copyright:
- 2019-2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2019-2022 Ximin Luo <infinity0@debian.org>
+ 2019-2023 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2019-2023 Ximin Luo <infinity0@debian.org>
 License: MIT or Zlib or Apache-2.0
 
 License: Apache-2.0
index e12b703fd6bfa0a54adcc258b5fc487053088caf..dce95360fb8428ec6ac8bd0abe3f1a1164e42e5a 100644 (file)
@@ -1,36 +1,21 @@
-Index: miniz-oxide/Cargo.toml
-===================================================================
 --- miniz-oxide.orig/Cargo.toml
 +++ miniz-oxide/Cargo.toml
-@@ -42,20 +42,10 @@ name = "miniz_oxide"
- version = "1.0"
- default-features = false
+@@ -45,5 +44,0 @@
 -[dependencies.alloc]
 -version = "1.0.0"
 -optional = true
 -package = "rustc-std-workspace-alloc"
 -
- [dependencies.compiler_builtins]
- version = "0.1.2"
- optional = true
+@@ -54,5 +48,0 @@
 -[dependencies.core]
 -version = "1.0.0"
 -optional = true
 -package = "rustc-std-workspace-core"
 -
- [dependencies.simd-adler32]
- version = "0.3"
- optional = true
-@@ -63,10 +53,4 @@ default-features = false
- [features]
- default = []
+@@ -66,6 +55,0 @@
 -rustc-dep-of-std = [
 -    "core",
 -    "alloc",
 -    "compiler_builtins",
 -    "adler/rustc-dep-of-std",
 -]
- simd = ["simd-adler32"]
index e9fc20cb3430be1223ef65e3d7bcd2715b760599..83aa42d3bfe7b5da14e87ce5093f7005a6d61d34 100644 (file)
@@ -1,16 +1,10 @@
-Index: miniz-oxide/Cargo.toml
-===================================================================
 --- miniz-oxide.orig/Cargo.toml
 +++ miniz-oxide/Cargo.toml
-@@ -42,11 +42,5 @@ name = "miniz_oxide"
- version = "1.0"
- default-features = false
+@@ -45,5 +44,0 @@
 -[dependencies.simd-adler32]
 -version = "0.3"
 -optional = true
 -default-features = false
 -
- [features]
- default = []
+@@ -52 +46,0 @@
 -simd = ["simd-adler32"]