]> git.proxmox.com Git - debcargo-conf.git/commitdiff
errno: update to 0.2.8
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 2 Jun 2022 09:32:47 +0000 (11:32 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 2 Jun 2022 09:32:47 +0000 (11:32 +0200)
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
src/errno/debian/changelog
src/errno/debian/copyright.debcargo.hint
src/errno/debian/patches/drop-non-linux-os-deps.patch [new file with mode: 0644]
src/errno/debian/patches/no-dragonfly.patch [deleted file]
src/errno/debian/patches/series

index ad340a17ebc902a69f34f0a6898b8285fc87355a..cb5ad6918405d93244352364f06066c662e172fc 100644 (file)
@@ -1,3 +1,10 @@
+rust-errno (0.2.8-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Team upload.
+  * Package errno 0.2.8 from crates.io using debcargo 2.5.0
+
+ -- Fabian Grünbichler <f.gruenbichler@proxmox.com>  Thu, 02 Jun 2022 11:31:20 +0200
+
 rust-errno (0.2.4-2) unstable; urgency=medium
 
   * Team upload.
index da4af3023c85a5eb2200a216c264ed7e9959f236..e0710f12a0132645289042bddec235ac75b07acf 100644 (file)
@@ -1,7 +1,7 @@
 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: errno
 Upstream-Contact: Chris Wong <lambda.fairy@gmail.com>
-Source: https://github.com/lfairy/rust-errno
+Source: https://github.com/lambda-fairy/rust-errno
 
 Files: *
 Copyright: FIXME (overlay) UNKNOWN-YEARS Chris Wong <lambda.fairy@gmail.com>
@@ -19,6 +19,13 @@ Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
+Files: ./src/hermit.rs
+Copyright: 2015 The Rust Project Developers
+License: UNKNOWN-LICENSE; FIXME (overlay)
+Comment:
+ FIXME (overlay): These notices are extracted from files. Please review them
+ before uploading to the archive.
+
 Files: ./src/unix.rs
 Copyright: 2015 The Rust Project Developers
 License: UNKNOWN-LICENSE; FIXME (overlay)
@@ -26,6 +33,13 @@ Comment:
  FIXME (overlay): These notices are extracted from files. Please review them
  before uploading to the archive.
 
+Files: ./src/wasi.rs
+Copyright: 2015 The Rust Project Developers
+License: UNKNOWN-LICENSE; FIXME (overlay)
+Comment:
+ FIXME (overlay): These notices are extracted from files. Please review them
+ before uploading to the archive.
+
 Files: ./src/windows.rs
 Copyright: 2014 The Rust Project Developers
 License: UNKNOWN-LICENSE; FIXME (overlay)
@@ -35,8 +49,8 @@ Comment:
 
 Files: debian/*
 Copyright:
- 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
- 2019 kpcyrd <git@rxv.cc>
+ 2019-2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2019-2022 kpcyrd <git@rxv.cc>
 License: MIT or Apache-2.0
 
 License: Apache-2.0
diff --git a/src/errno/debian/patches/drop-non-linux-os-deps.patch b/src/errno/debian/patches/drop-non-linux-os-deps.patch
new file mode 100644 (file)
index 0000000..2d483bc
--- /dev/null
@@ -0,0 +1,19 @@
+Index: errno/Cargo.toml
+===================================================================
+--- errno.orig/Cargo.toml
++++ errno/Cargo.toml
+@@ -22,14 +22,9 @@ repository = "https://github.com/lambda-
+ [features]
+ default = ["std"]
+ std = []
+-[target."cfg(target_os=\"dragonfly\")".dependencies.errno-dragonfly]
+-version = "0.1.1"
+ [target."cfg(target_os=\"hermit\")".dependencies.libc]
+ version = "0.2"
+ [target."cfg(target_os=\"wasi\")".dependencies.libc]
+ version = "0.2"
+ [target."cfg(unix)".dependencies.libc]
+ version = "0.2"
+-[target."cfg(windows)".dependencies.winapi]
+-version = "0.3"
+-features = ["errhandlingapi", "minwindef", "ntdef", "winbase"]
diff --git a/src/errno/debian/patches/no-dragonfly.patch b/src/errno/debian/patches/no-dragonfly.patch
deleted file mode 100644 (file)
index 201f61f..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/Cargo.toml
-+++ b/Cargo.toml
-@@ -19,8 +19,6 @@
- categories = ["os"]
- license = "MIT/Apache-2.0"
- repository = "https://github.com/lfairy/rust-errno"
--[target."cfg(target_os=\"dragonfly\")".dependencies.errno-dragonfly]
--version = "0.1.1"
- [target."cfg(unix)".dependencies.libc]
- version = "0.2"
- [target."cfg(windows)".dependencies.winapi]
index 18f9312fd85697a1d9e62b28d700629bd19a45ed..ed1cd03d265a362acca2d4b0059429bbdbdba41a 100644 (file)
@@ -1 +1 @@
-no-dragonfly.patch
+drop-non-linux-os-deps.patch