]> git.proxmox.com Git - debcargo-conf.git/commitdiff
package async-mutex
authorReinhard Tartler <siretart@tauware.de>
Sat, 30 Jul 2022 10:35:21 +0000 (12:35 +0200)
committerReinhard Tartler <siretart@tauware.de>
Sat, 30 Jul 2022 19:08:09 +0000 (21:08 +0200)
src/async-mutex/debian/changelog [new file with mode: 0644]
src/async-mutex/debian/copyright [new file with mode: 0644]
src/async-mutex/debian/copyright.debcargo.hint [new file with mode: 0644]
src/async-mutex/debian/debcargo.toml [new file with mode: 0644]
src/async-mutex/debian/patches/relax-deps.patch [new file with mode: 0644]
src/async-mutex/debian/patches/series [new file with mode: 0644]

diff --git a/src/async-mutex/debian/changelog b/src/async-mutex/debian/changelog
new file mode 100644 (file)
index 0000000..694056d
--- /dev/null
@@ -0,0 +1,5 @@
+rust-async-mutex (1.4.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Package async-mutex 1.4.0 from crates.io using debcargo 2.5.0
+
+ -- Reinhard Tartler <siretart@tauware.de>  Sat, 30 Jul 2022 21:08:03 +0200
diff --git a/src/async-mutex/debian/copyright b/src/async-mutex/debian/copyright
new file mode 100644 (file)
index 0000000..4618a87
--- /dev/null
@@ -0,0 +1,38 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: async-mutex
+Upstream-Contact: Stjepan Glavina <stjepang@gmail.com>
+Source: https://github.com/stjepang/async-lock
+
+Files: *
+Copyright: 2022 Stjepan Glavina <stjepang@gmail.com>
+License: Apache-2.0 or MIT
+
+Files: debian/*
+Copyright:
+ 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2022 Reinhard Tartler <siretart@tauware.de>
+License: Apache-2.0 or MIT
+
+License: Apache-2.0
+ Debian systems provide the Apache 2.0 license in
+ /usr/share/common-licenses/Apache-2.0
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
+
diff --git a/src/async-mutex/debian/copyright.debcargo.hint b/src/async-mutex/debian/copyright.debcargo.hint
new file mode 100644 (file)
index 0000000..41adacc
--- /dev/null
@@ -0,0 +1,42 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: async-mutex
+Upstream-Contact: Stjepan Glavina <stjepang@gmail.com>
+Source: https://github.com/stjepang/async-lock
+
+Files: *
+Copyright: FIXME (overlay) UNKNOWN-YEARS Stjepan Glavina <stjepang@gmail.com>
+License: Apache-2.0 or MIT
+Comment:
+ FIXME (overlay): Since upstream copyright years are not available in
+ Cargo.toml, they were extracted from the upstream Git repository. This may not
+ be correct information so you should review and fix this before uploading to
+ the archive.
+
+Files: debian/*
+Copyright:
+ 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2022 Reinhard Tartler <siretart@tauware.de>
+License: Apache-2.0 or MIT
+
+License: Apache-2.0
+ Debian systems provide the Apache 2.0 license in
+ /usr/share/common-licenses/Apache-2.0
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining a copy
+ of this software and associated documentation files (the "Software"), to deal
+ in the Software without restriction, including without limitation the rights
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the Software is
+ furnished to do so, subject to the following conditions:
+ .
+ The above copyright notice and this permission notice shall be included in all
+ copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
+ SOFTWARE.
diff --git a/src/async-mutex/debian/debcargo.toml b/src/async-mutex/debian/debcargo.toml
new file mode 100644 (file)
index 0000000..ecd381a
--- /dev/null
@@ -0,0 +1,3 @@
+overlay = "."
+uploaders = ["Reinhard Tartler <siretart@tauware.de>"]
+excludes = ["benches/**", "examples/**"]
diff --git a/src/async-mutex/debian/patches/relax-deps.patch b/src/async-mutex/debian/patches/relax-deps.patch
new file mode 100644 (file)
index 0000000..2692e1c
--- /dev/null
@@ -0,0 +1,35 @@
+--- a/Cargo.toml
++++ b/Cargo.toml
+@@ -25,21 +25,21 @@
+ repository = "https://github.com/stjepang/async-lock"
+ [dependencies.event-listener]
+ version = "2.0.0"
+-[dev-dependencies.async-std]
+-version = "1.6.2"
++# [dev-dependencies.async-std]
++# version = "1.6.2"
+ [dev-dependencies.futures]
+ version = "0.3.5"
+-[dev-dependencies.futures-intrusive]
+-version = "0.3.1"
++# [dev-dependencies.futures-intrusive]
++# version = "0.3.1"
+-[dev-dependencies.futures-lite]
+-version = "1.0.0"
++# [dev-dependencies.futures-lite]
++# version = "1.0.0"
+-[dev-dependencies.smol]
+-version = "0.1.18"
++# [dev-dependencies.smol]
++# version = "0.1.18"
+-[dev-dependencies.tokio]
+-version = "0.2.21"
+-features = ["sync", "parking_lot"]
++#[dev-dependencies.tokio]
++#version = "0.2.21"
++#features = ["sync", "parking_lot"]
diff --git a/src/async-mutex/debian/patches/series b/src/async-mutex/debian/patches/series
new file mode 100644 (file)
index 0000000..bdddf05
--- /dev/null
@@ -0,0 +1 @@
+relax-deps.patch