]> git.proxmox.com Git - debcargo-conf.git/commitdiff
mio: Update to 0.8.3
authorJames McCoy <jamessan@debian.org>
Wed, 25 May 2022 04:52:17 +0000 (00:52 -0400)
committerJames McCoy <jamessan@debian.org>
Mon, 30 May 2022 13:23:57 +0000 (09:23 -0400)
src/mio/debian/changelog
src/mio/debian/copyright.debcargo.hint
src/mio/debian/patches/relax-deps.diff [new file with mode: 0644]
src/mio/debian/patches/remove-non-linux-deps.diff [new file with mode: 0644]
src/mio/debian/patches/series [new file with mode: 0644]

index 3bdc2c02dbab6f0c6c298c15d04ea031aa265d39..61b34b891c18ea4794dce7e8eba4304557a813c1 100644 (file)
@@ -1,3 +1,10 @@
+rust-mio (0.8.3-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Team upload.
+  * Package mio 0.8.3 from crates.io using debcargo 2.5.0
+
+ -- James McCoy <jamessan@debian.org>  Wed, 25 May 2022 00:59:42 -0400
+
 rust-mio (0.7.14-1) unstable; urgency=medium
 
   * Team upload.
index aaf533eb1d8190570046b1547c685992938f6bc1..94b73d43e8184539652424b74c34c043eaee1b1e 100644 (file)
@@ -27,8 +27,8 @@ Comment:
 
 Files: debian/*
 Copyright:
- 2018-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2018-2021 kpcyrd <git@rxv.cc>
+ 2018-2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2018-2022 kpcyrd <git@rxv.cc>
 License: MIT
 
 License: MIT
diff --git a/src/mio/debian/patches/relax-deps.diff b/src/mio/debian/patches/relax-deps.diff
new file mode 100644 (file)
index 0000000..aeb8b04
--- /dev/null
@@ -0,0 +1,11 @@
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -89,7 +89,7 @@ required-features = [
+ version = "0.4.8"
+ [dev-dependencies.env_logger]
+-version = "0.8.4"
++version = ">=0.8.4, <0.10"
+ default-features = false
+ [dev-dependencies.rand]
diff --git a/src/mio/debian/patches/remove-non-linux-deps.diff b/src/mio/debian/patches/remove-non-linux-deps.diff
new file mode 100644 (file)
index 0000000..2471789
--- /dev/null
@@ -0,0 +1,29 @@
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -100,26 +100,8 @@ default = []
+ net = []
+ os-ext = [
+     "os-poll",
+-    "windows-sys/Win32_System_Pipes",
+-    "windows-sys/Win32_Security",
+ ]
+ os-poll = []
+-[target."cfg(target_os = \"wasi\")".dependencies.libc]
+-version = "0.2.121"
+-
+-[target."cfg(target_os = \"wasi\")".dependencies.wasi]
+-version = "0.11.0"
+-
+ [target."cfg(unix)".dependencies.libc]
+ version = "0.2.121"
+-
+-[target."cfg(windows)".dependencies.windows-sys]
+-version = "0.36"
+-features = [
+-    "Win32_Storage_FileSystem",
+-    "Win32_Foundation",
+-    "Win32_Networking_WinSock",
+-    "Win32_System_IO",
+-    "Win32_System_WindowsProgramming",
+-]
diff --git a/src/mio/debian/patches/series b/src/mio/debian/patches/series
new file mode 100644 (file)
index 0000000..c0afd77
--- /dev/null
@@ -0,0 +1,2 @@
+remove-non-linux-deps.diff
+relax-deps.diff