]> git.proxmox.com Git - debcargo-conf.git/commitdiff
ogg: update to 0.9.0
authorBlair Noctis <n@sail.ng>
Fri, 10 Feb 2023 15:12:45 +0000 (15:12 +0000)
committerBlair Noctis <n@sail.ng>
Fri, 10 Feb 2023 18:42:06 +0000 (02:42 +0800)
src/ogg/debian/RFS [new file with mode: 0644]
src/ogg/debian/changelog
src/ogg/debian/copyright.debcargo.hint
src/ogg/debian/debcargo.toml
src/ogg/debian/patches/relax-deps.patch [new file with mode: 0644]
src/ogg/debian/patches/series [new file with mode: 0644]

diff --git a/src/ogg/debian/RFS b/src/ogg/debian/RFS
new file mode 100644 (file)
index 0000000..e69de29
index 0cf3f63c9ac777e04398302b4dd5f596d6a03351..a7a6f0bb8e0a14fff699b870954d856cc7095af3 100644 (file)
@@ -1,3 +1,12 @@
+rust-ogg (0.9.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Team upload.
+  * Package ogg 0.9.0 from crates.io using debcargo 2.6.0 (Closes: #1031015)
+  * Relax dep on tokio-util to packaged higher 0.7
+  * Collapse features
+
+ -- Blair Noctis <n@sail.ng>  Fri, 10 Feb 2023 14:26:21 +0000
+
 rust-ogg (0.7.0-1) unstable; urgency=medium
 
   * Package ogg 0.7.0 from crates.io using debcargo 2.4.0
index 99fc49fcad75111c600b86ecf0ea53de35427857..38ac1fa1179cfde6fc313a300d7595e18539341c 100644 (file)
@@ -12,7 +12,7 @@ Comment:
  be correct information so you should review and fix this before uploading to
  the archive.
 
-Files: ./LICENSE
+Files: LICENSE
 Copyright:
  2016-2017 est31 <MTest31@outlook.com> and contributors
  2002-2015 Xiph.org Foundation
@@ -21,70 +21,63 @@ Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./examples/crc32-table-generate.rs
-Copyright: 2016 est31 <MTest31@outlook.com>
-License: UNKNOWN-LICENSE; FIXME (overlay)
-Comment:
- FIXME (overlay): These notices are extracted from files. Please review them
- before uploading to the archive.
-
-Files: ./examples/dump-all.rs
+Files: examples/dump-all.rs
 Copyright: 2018 est31 <MTest31@outlook.com>
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./examples/format-info.rs
+Files: examples/format-info.rs
 Copyright: 2016 est31 <MTest31@outlook.com>
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./examples/repack.rs
+Files: examples/repack.rs
 Copyright: 2018 est31 <MTest31@outlook.com>
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./src/crc.rs
+Files: src/crc.rs
 Copyright: 2016-2017 est31 <MTest31@outlook.com>
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./src/lib.rs
+Files: src/lib.rs
 Copyright: 2016 est31 <MTest31@outlook.com>
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./src/reading.rs
+Files: src/reading.rs
 Copyright: 2016-2017 est31 <MTest31@outlook.com>
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./src/test.rs
+Files: src/test.rs
 Copyright: 2016-2017 est31 <MTest31@outlook.com>
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./src/writing.rs
+Files: src/writing.rs
 Copyright: 2016-2017 est31 <MTest31@outlook.com>
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
-Files: ./tests/async_read.rs
+Files: tests/async_read.rs
 Copyright: 2016 est31 <MTest31@outlook.com>
 License: UNKNOWN-LICENSE; FIXME (overlay)
 Comment:
@@ -93,8 +86,8 @@ Comment:
 
 Files: debian/*
 Copyright:
- 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2019 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: BSD-3-Clause
 
 License: BSD-3-Clause
index fdbb775d760ce64714b82666e229a831a24139b7..1258aca842d92f1ed860fd74b5c66ec97a4981bd 100644 (file)
@@ -1,2 +1,4 @@
 overlay = "."
 uploaders = ["Ximin Luo <infinity0@debian.org>"]
+
+collapse_features = true
diff --git a/src/ogg/debian/patches/relax-deps.patch b/src/ogg/debian/patches/relax-deps.patch
new file mode 100644 (file)
index 0000000..0f0a657
--- /dev/null
@@ -0,0 +1,11 @@
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -62,7 +62,7 @@
+ optional = true
+ [dependencies.tokio-util]
+-version = "0.6"
++version = "0.7"
+ features = [
+     "codec",
+     "compat",
diff --git a/src/ogg/debian/patches/series b/src/ogg/debian/patches/series
new file mode 100644 (file)
index 0000000..bdddf05
--- /dev/null
@@ -0,0 +1 @@
+relax-deps.patch