Codebase list rust-serde-xml-rs / 9a3ad69
zbus: new dependencies for 1.9 uprade Henry-Nicolas Tourneur 2 years ago
56 changed file(s) with 850 addition(s) and 50 deletion(s). Raw diff Collapse all Expand all
0 deps for aes: aes-soft
1 deps for zbus (all NEW): cache-padded, concurrent-queue, parking, waker-fn, futures-lite, polling, nb-connect, async-io
2 deps for secret-service, ashpd: zbus-macros zbus aes block-modes zvariant-derive zvariant
3 secret-service (NEW), ashpd(NEW)
0 rust-aes (0.3.2-3) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
0 rust-aes (0.6.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
11
2 * Package aes 0.6.0 from crates.io using debcargo 2.4.4
3
4 [ Sylvestre Ledru ]
25 * Team upload.
36 * Package aes 0.3.2 from crates.io using debcargo 2.4.2
47
5 -- Sylvestre Ledru <sylvestre@debian.org> Mon, 20 Apr 2020 13:25:36 +0200
8 -- Henry-Nicolas Tourneur <debian@nilux.be> Thu, 02 Dec 2021 21:01:50 +0000
69
710 rust-aes (0.3.2-2) unstable; urgency=medium
811
2020
2121 Files: debian/*
2222 Copyright:
23 2019-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2019-2020 Ximin Luo <infinity0@debian.org>
23 2019-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2019-2021 Ximin Luo <infinity0@debian.org>
2525 License: MIT or Apache-2.0
2626
2727 License: Apache-2.0
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -27,8 +27,5 @@ version = "0.2"
3 [dev-dependencies.cipher]
4 version = "0.2"
5 features = ["dev"]
6 -[target."cfg(all(target_feature=\"aes\", target_feature = \"sse2\", any(target_arch = \"x86_64\", target_arch = \"x86\")))".dependencies.aesni]
7 -version = "0.10"
8 -default-features = false
9 -[target."cfg(not(all(target_feature=\"aes\", target_feature = \"sse2\", any(target_arch = \"x86_64\", target_arch = \"x86\"))))".dependencies.aes-soft]
10 +[dependencies.aes-soft]
11 version = "0.6"
0 temp-drop-aesni.patch
0 relax-deps.patch
+0
-13
src/aes/debian/patches/temp-drop-aesni.patch less more
0 Comment: can't yet use aesni in debian due to
1 https://github.com/RustCrypto/block-ciphers/issues/25
2 --- a/Cargo.toml
3 +++ b/Cargo.toml
4 @@ -25,8 +25,5 @@
5 [dev-dependencies.block-cipher-trait]
6 version = "0.6"
7 features = ["dev"]
8 -[target."cfg(all(target_feature=\"aes\", target_feature = \"sse2\", any(target_arch = \"x86_64\", target_arch = \"x86\")))".dependencies.aesni]
9 -version = "0.6"
10 -default-features = false
11 [target."cfg(not(all(target_feature=\"aes\", target_feature = \"sse2\", any(target_arch = \"x86_64\", target_arch = \"x86\"))))".dependencies.aes-soft]
12 version = "0.3"
0 deps for aes: aes-soft
1 deps for zbus (all NEW): cache-padded, concurrent-queue, parking, waker-fn, futures-lite, polling, nb-connect, async-io
2 deps for secret-service, ashpd: zbus-macros zbus aes block-modes zvariant-derive zvariant
3 secret-service (NEW), ashpd(NEW)
0 rust-aes-soft (0.3.3-3) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
0 rust-aes-soft (0.6.4-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
11
2 * Package aes-soft 0.6.4 from crates.io using debcargo 2.4.4
3
4 [ Sylvestre Ledru ]
25 * Team upload.
36 * Package aes-soft 0.3.3 from crates.io using debcargo 2.4.3
47 * Fix dependencies (Closes: #975739)
58
6 -- Sylvestre Ledru <sylvestre@debian.org> Wed, 25 Nov 2020 22:45:18 +0100
9 -- Henry-Nicolas Tourneur <debian@nilux.be> Thu, 02 Dec 2021 22:14:07 +0000
710
811 rust-aes-soft (0.3.3-2) unstable; urgency=medium
912
2323
2424 Files: debian/*
2525 Copyright:
26 2019-2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
27 2019-2020 Andrej Shadura <andrewsh@debian.org>
26 2019-2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
27 2019-2021 Andrej Shadura <andrewsh@debian.org>
2828 License: MIT or Apache-2.0
2929
3030 License: Apache-2.0
+0
-13
src/aes-soft/debian/patches/disableimpl_opaque_debug.diff less more
0 Index: aes-soft/src/impls.rs
1 ===================================================================
2 --- aes-soft.orig/src/impls.rs
3 +++ aes-soft/src/impls.rs
4 @@ -105,7 +105,7 @@ macro_rules! define_aes_impl {
5 }
6 }
7
8 - impl_opaque_debug!($name);
9 +// impl_opaque_debug!($name);
10 }
11 }
12
+0
-13
src/aes-soft/debian/patches/fix-dep.diff less more
0 Index: aes-soft/Cargo.toml
1 ===================================================================
2 --- aes-soft.orig/Cargo.toml
3 +++ aes-soft/Cargo.toml
4 @@ -28,7 +28,7 @@ version = "1"
5 default-features = false
6
7 [dependencies.opaque-debug]
8 -version = "0.2"
9 +version = "0.3"
10 [dev-dependencies.block-cipher-trait]
11 version = "0.6"
12 features = ["dev"]
+0
-2
src/aes-soft/debian/patches/series less more
0 fix-dep.diff
1 disableimpl_opaque_debug.diff
0 deps for aes: aes-soft
1 deps for zbus (all NEW): cache-padded, concurrent-queue, parking, waker-fn, futures-lite, polling, nb-connect, async-io
2 deps for secret-service, ashpd: zbus-macros zbus aes block-modes zvariant-derive zvariant
3 secret-service (NEW), ashpd(NEW)
0 rust-async-io (1.6.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package async-io 1.6.0 from crates.io using debcargo 2.4.4
3
4 -- Henry-Nicolas Tourneur <debian@nilux.be> Wed, 08 Dec 2021 22:53:18 +0000
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: async-io
2 Upstream-Contact: Stjepan Glavina <stjepang@gmail.com>
3 Source: https://github.com/smol-rs/async-io
4
5 Files: *
6 Copyright: 2020-2021 Stjepan Glavina <stjepang@gmail.com>
7 License: Apache-2.0 or MIT
8
9 Files: debian/*
10 Copyright:
11 2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2021 Henry-Nicolas Tourneur <debian@nilux.be>
13 License: Apache-2.0 or MIT
14
15 License: Apache-2.0
16 Debian systems provide the Apache 2.0 license in
17 /usr/share/common-licenses/Apache-2.0
18
19 License: MIT
20 Permission is hereby granted, free of charge, to any person obtaining a copy
21 of this software and associated documentation files (the "Software"), to deal
22 in the Software without restriction, including without limitation the rights
23 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
24 copies of the Software, and to permit persons to whom the Software is
25 furnished to do so, subject to the following conditions:
26 .
27 The above copyright notice and this permission notice shall be included in all
28 copies or substantial portions of the Software.
29 .
30 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
31 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
32 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
33 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
34 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
35 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
36 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: async-io
2 Upstream-Contact: Stjepan Glavina <stjepang@gmail.com>
3 Source: https://github.com/smol-rs/async-io
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Stjepan Glavina <stjepang@gmail.com>
7 License: Apache-2.0 or MIT
8 Comment:
9 FIXME (overlay): Since upstream copyright years are not available in
10 Cargo.toml, they were extracted from the upstream Git repository. This may not
11 be correct information so you should review and fix this before uploading to
12 the archive.
13
14 Files: debian/*
15 Copyright:
16 2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
17 2021 Henry-Nicolas Tourneur <debian@nilux.be>
18 License: Apache-2.0 or MIT
19
20 License: Apache-2.0
21 Debian systems provide the Apache 2.0 license in
22 /usr/share/common-licenses/Apache-2.0
23
24 License: MIT
25 Permission is hereby granted, free of charge, to any person obtaining a copy
26 of this software and associated documentation files (the "Software"), to deal
27 in the Software without restriction, including without limitation the rights
28 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
29 copies of the Software, and to permit persons to whom the Software is
30 furnished to do so, subject to the following conditions:
31 .
32 The above copyright notice and this permission notice shall be included in all
33 copies or substantial portions of the Software.
34 .
35 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
36 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
37 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
38 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
39 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
40 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
41 SOFTWARE.
0 overlay = "."
1 uploaders = ["Henry-Nicolas Tourneur <debian@nilux.be>"]
0 deps for aes: aes-soft
1 deps for zbus (all NEW): cache-padded, concurrent-queue, parking, waker-fn, futures-lite, polling, nb-connect, async-io
2 deps for secret-service, ashpd: zbus-macros zbus aes block-modes zvariant-derive zvariant
3 secret-service (NEW), ashpd(NEW)
0 rust-cache-padded (1.1.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package cache-padded 1.1.1 from crates.io using debcargo 2.4.4
3
4 -- Henry-Nicolas Tourneur <debian@nilux.be> Tue, 30 Nov 2021 21:35:31 +0000
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: cache-padded
2 Upstream-Contact: Stjepan Glavina <stjepang@gmail.com>
3 Source: https://github.com/stjepang/cache-padded
4
5 Files: *
6 Copyright: 2020-2021 Stjepan Glavina <stjepang@gmail.com>
7 License: Apache-2.0 or MIT
8
9 Files: debian/*
10 Copyright:
11 2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2021 Henry-Nicolas Tourneur <debian@nilux.be>
13 License: Apache-2.0 or MIT
14
15 License: Apache-2.0
16 Debian systems provide the Apache 2.0 license in
17 /usr/share/common-licenses/Apache-2.0
18
19 License: MIT
20 Permission is hereby granted, free of charge, to any person obtaining a copy
21 of this software and associated documentation files (the "Software"), to deal
22 in the Software without restriction, including without limitation the rights
23 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
24 copies of the Software, and to permit persons to whom the Software is
25 furnished to do so, subject to the following conditions:
26 .
27 The above copyright notice and this permission notice shall be included in all
28 copies or substantial portions of the Software.
29 .
30 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
31 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
32 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
33 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
34 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
35 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
36 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: cache-padded
2 Upstream-Contact: Stjepan Glavina <stjepang@gmail.com>
3 Source: https://github.com/stjepang/cache-padded
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Stjepan Glavina <stjepang@gmail.com>
7 License: Apache-2.0 or MIT
8 Comment:
9 FIXME (overlay): Since upstream copyright years are not available in
10 Cargo.toml, they were extracted from the upstream Git repository. This may not
11 be correct information so you should review and fix this before uploading to
12 the archive.
13
14 Files: debian/*
15 Copyright:
16 2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
17 2021 Henry-Nicolas Tourneur <debian@nilux.be>
18 License: Apache-2.0 or MIT
19
20 License: Apache-2.0
21 Debian systems provide the Apache 2.0 license in
22 /usr/share/common-licenses/Apache-2.0
23
24 License: MIT
25 Permission is hereby granted, free of charge, to any person obtaining a copy
26 of this software and associated documentation files (the "Software"), to deal
27 in the Software without restriction, including without limitation the rights
28 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
29 copies of the Software, and to permit persons to whom the Software is
30 furnished to do so, subject to the following conditions:
31 .
32 The above copyright notice and this permission notice shall be included in all
33 copies or substantial portions of the Software.
34 .
35 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
36 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
37 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
38 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
39 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
40 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
41 SOFTWARE.
0 overlay = "."
1 uploaders = ["Henry-Nicolas Tourneur <debian@nilux.be>"]
0 deps for aes: aes-soft
1 deps for zbus (all NEW): cache-padded, concurrent-queue, parking, waker-fn, futures-lite, polling, nb-connect, async-io
2 deps for secret-service, ashpd: zbus-macros zbus aes block-modes zvariant-derive zvariant
3 secret-service (NEW), ashpd(NEW)
0 rust-concurrent-queue (1.2.2-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package concurrent-queue 1.2.2 from crates.io using debcargo 2.4.4
3
4 -- Henry-Nicolas Tourneur <debian@nilux.be> Tue, 30 Nov 2021 21:16:16 +0000
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: concurrent-queue
2 Upstream-Contact: Stjepan Glavina <stjepang@gmail.com>
3 Source: https://github.com/stjepang/concurrent-queue
4
5 Files: *
6 Copyright: 2020-2021 Stjepan Glavina <stjepang@gmail.com>
7 License: Apache-2.0 or MIT
8
9 Files: debian/*
10 Copyright:
11 2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2021 Henry-Nicolas Tourneur <debian@nilux.be>
13 License: Apache-2.0 or MIT
14
15 License: Apache-2.0
16 Debian systems provide the Apache 2.0 license in
17 /usr/share/common-licenses/Apache-2.0
18
19 License: MIT
20 Permission is hereby granted, free of charge, to any person obtaining a copy
21 of this software and associated documentation files (the "Software"), to deal
22 in the Software without restriction, including without limitation the rights
23 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
24 copies of the Software, and to permit persons to whom the Software is
25 furnished to do so, subject to the following conditions:
26 .
27 The above copyright notice and this permission notice shall be included in all
28 copies or substantial portions of the Software.
29 .
30 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
31 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
32 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
33 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
34 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
35 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
36 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: concurrent-queue
2 Upstream-Contact: Stjepan Glavina <stjepang@gmail.com>
3 Source: https://github.com/stjepang/concurrent-queue
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Stjepan Glavina <stjepang@gmail.com>
7 License: Apache-2.0 or MIT
8 Comment:
9 FIXME (overlay): Since upstream copyright years are not available in
10 Cargo.toml, they were extracted from the upstream Git repository. This may not
11 be correct information so you should review and fix this before uploading to
12 the archive.
13
14 Files: debian/*
15 Copyright:
16 2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
17 2021 Henry-Nicolas Tourneur <debian@nilux.be>
18 License: Apache-2.0 or MIT
19
20 License: Apache-2.0
21 Debian systems provide the Apache 2.0 license in
22 /usr/share/common-licenses/Apache-2.0
23
24 License: MIT
25 Permission is hereby granted, free of charge, to any person obtaining a copy
26 of this software and associated documentation files (the "Software"), to deal
27 in the Software without restriction, including without limitation the rights
28 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
29 copies of the Software, and to permit persons to whom the Software is
30 furnished to do so, subject to the following conditions:
31 .
32 The above copyright notice and this permission notice shall be included in all
33 copies or substantial portions of the Software.
34 .
35 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
36 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
37 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
38 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
39 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
40 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
41 SOFTWARE.
0 overlay = "."
1 uploaders = ["Henry-Nicolas Tourneur <debian@nilux.be>"]
0 deps for aes: aes-soft
1 deps for zbus (all NEW): cache-padded, concurrent-queue, parking, waker-fn, futures-lite, polling, nb-connect, async-io
2 deps for secret-service, ashpd: zbus-macros zbus aes block-modes zvariant-derive zvariant
3 secret-service (NEW), ashpd(NEW)
0 rust-futures-lite (1.12.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package futures-lite 1.12.0 from crates.io using debcargo 2.4.4
3
4 -- Henry-Nicolas Tourneur <debian@nilux.be> Wed, 01 Dec 2021 09:14:22 +0000
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: futures-lite
2 Upstream-Contact:
3 Stjepan Glavina <stjepang@gmail.com>
4 Contributors to futures-rs
5 Source: https://github.com/smol-rs/futures-lite
6
7 Files: *
8 Copyright:
9 2020-2021 Stjepan Glavina <stjepang@gmail.com>
10 2020-2021 Contributors to futures-rs
11 2016 Alex Crichton
12 2017 The Tokio Authors
13 License: Apache-2.0 or MIT
14
15 Files: debian/*
16 Copyright:
17 2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
18 2021 Henry-Nicolas Tourneur <debian@nilux.be>
19 License: Apache-2.0 or MIT
20
21 License: Apache-2.0
22 Debian systems provide the Apache 2.0 license in
23 /usr/share/common-licenses/Apache-2.0
24
25 License: MIT
26 Permission is hereby granted, free of charge, to any person obtaining a copy
27 of this software and associated documentation files (the "Software"), to deal
28 in the Software without restriction, including without limitation the rights
29 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
30 copies of the Software, and to permit persons to whom the Software is
31 furnished to do so, subject to the following conditions:
32 .
33 The above copyright notice and this permission notice shall be included in all
34 copies or substantial portions of the Software.
35 .
36 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
37 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
38 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
39 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
40 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
41 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
42 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: futures-lite
2 Upstream-Contact:
3 Stjepan Glavina <stjepang@gmail.com>
4 Contributors to futures-rs
5 Source: https://github.com/smol-rs/futures-lite
6
7 Files: *
8 Copyright:
9 FIXME (overlay) UNKNOWN-YEARS Stjepan Glavina <stjepang@gmail.com>
10 FIXME (overlay) UNKNOWN-YEARS Contributors to futures-rs
11 License: Apache-2.0 or MIT
12 Comment:
13 FIXME (overlay): Since upstream copyright years are not available in
14 Cargo.toml, they were extracted from the upstream Git repository. This may not
15 be correct information so you should review and fix this before uploading to
16 the archive.
17
18 Files: ./LICENSE-THIRD-PARTY
19 Copyright:
20 2016 Alex Crichton
21 2017 The Tokio Authors
22 2016 Alex Crichton
23 2017 The Tokio Authors
24 License: UNKNOWN-LICENSE; FIXME (overlay)
25 Comment:
26 FIXME (overlay): These notices are extracted from files. Please review them
27 before uploading to the archive.
28
29 Files: debian/*
30 Copyright:
31 2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
32 2021 Henry-Nicolas Tourneur <debian@nilux.be>
33 License: Apache-2.0 or MIT
34
35 License: Apache-2.0
36 Debian systems provide the Apache 2.0 license in
37 /usr/share/common-licenses/Apache-2.0
38
39 License: MIT
40 Permission is hereby granted, free of charge, to any person obtaining a copy
41 of this software and associated documentation files (the "Software"), to deal
42 in the Software without restriction, including without limitation the rights
43 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
44 copies of the Software, and to permit persons to whom the Software is
45 furnished to do so, subject to the following conditions:
46 .
47 The above copyright notice and this permission notice shall be included in all
48 copies or substantial portions of the Software.
49 .
50 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
51 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
52 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
53 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
54 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
55 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
56 SOFTWARE.
0 overlay = "."
1 uploaders = ["Henry-Nicolas Tourneur <debian@nilux.be>"]
2 collapse_features = true
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -23,19 +23,19 @@ categories = ["asynchronous", "concurren
3 license = "Apache-2.0 OR MIT"
4 repository = "https://github.com/smol-rs/futures-lite"
5 [dependencies.fastrand]
6 -version = "1.3.4"
7 +version = "1.4"
8 optional = true
9
10 [dependencies.futures-core]
11 -version = "0.3.5"
12 +version = "0.3"
13 default-features = false
14
15 [dependencies.futures-io]
16 -version = "0.3.5"
17 +version = "0.3"
18 optional = true
19
20 [dependencies.memchr]
21 -version = "2.3.3"
22 +version = "2.3"
23 optional = true
24
25 [dependencies.parking]
26 @@ -43,7 +43,7 @@ version = "2.0.0"
27 optional = true
28
29 [dependencies.pin-project-lite]
30 -version = "0.2.0"
31 +version = "0.2"
32
33 [dependencies.waker-fn]
34 version = "1.0.0"
0 deps for aes: aes-soft
1 deps for zbus (all NEW): cache-padded, concurrent-queue, parking, waker-fn, futures-lite, polling, nb-connect, async-io
2 deps for secret-service, ashpd: zbus-macros zbus aes block-modes zvariant-derive zvariant
3 secret-service (NEW), ashpd(NEW)
0 rust-nb-connect (1.2.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package nb-connect 1.2.0 from crates.io using debcargo 2.4.4
3
4 -- Henry-Nicolas Tourneur <debian@nilux.be> Wed, 01 Dec 2021 10:23:15 +0000
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: nb-connect
2 Upstream-Contact:
3 Stjepan Glavina <stjepang@gmail.com>
4 Jayce Fayne <jayce.fayne@mailbox.org>
5 Source: https://github.com/smol-rs/nb-connect
6
7 Files: *
8 Copyright:
9 2020-2021 Stjepan Glavina <stjepang@gmail.com>
10 2020-2021 Jayce Fayne <jayce.fayne@mailbox.org>
11 License: Apache-2.0 or MIT
12
13 Files: debian/*
14 Copyright:
15 2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
16 2021 Henry-Nicolas Tourneur <debian@nilux.be>
17 License: Apache-2.0 or MIT
18
19 License: Apache-2.0
20 Debian systems provide the Apache 2.0 license in
21 /usr/share/common-licenses/Apache-2.0
22
23 License: MIT
24 Permission is hereby granted, free of charge, to any person obtaining a copy
25 of this software and associated documentation files (the "Software"), to deal
26 in the Software without restriction, including without limitation the rights
27 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
28 copies of the Software, and to permit persons to whom the Software is
29 furnished to do so, subject to the following conditions:
30 .
31 The above copyright notice and this permission notice shall be included in all
32 copies or substantial portions of the Software.
33 .
34 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
35 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
36 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
37 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
38 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
39 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
40 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: nb-connect
2 Upstream-Contact:
3 Stjepan Glavina <stjepang@gmail.com>
4 Jayce Fayne <jayce.fayne@mailbox.org>
5 Source: https://github.com/smol-rs/nb-connect
6
7 Files: *
8 Copyright:
9 FIXME (overlay) UNKNOWN-YEARS Stjepan Glavina <stjepang@gmail.com>
10 FIXME (overlay) UNKNOWN-YEARS Jayce Fayne <jayce.fayne@mailbox.org>
11 License: Apache-2.0 or MIT
12 Comment:
13 FIXME (overlay): Since upstream copyright years are not available in
14 Cargo.toml, they were extracted from the upstream Git repository. This may not
15 be correct information so you should review and fix this before uploading to
16 the archive.
17
18 Files: debian/*
19 Copyright:
20 2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
21 2021 Henry-Nicolas Tourneur <debian@nilux.be>
22 License: Apache-2.0 or MIT
23
24 License: Apache-2.0
25 Debian systems provide the Apache 2.0 license in
26 /usr/share/common-licenses/Apache-2.0
27
28 License: MIT
29 Permission is hereby granted, free of charge, to any person obtaining a copy
30 of this software and associated documentation files (the "Software"), to deal
31 in the Software without restriction, including without limitation the rights
32 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
33 copies of the Software, and to permit persons to whom the Software is
34 furnished to do so, subject to the following conditions:
35 .
36 The above copyright notice and this permission notice shall be included in all
37 copies or substantial portions of the Software.
38 .
39 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
40 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
41 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
42 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
43 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
44 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
45 SOFTWARE.
0 overlay = "."
1 uploaders = ["Henry-Nicolas Tourneur <debian@nilux.be>"]
0 deps for aes: aes-soft
1 deps for zbus (all NEW): cache-padded, concurrent-queue, parking, waker-fn, futures-lite, polling, nb-connect, async-io
2 deps for secret-service, ashpd: zbus-macros zbus aes block-modes zvariant-derive zvariant
3 secret-service (NEW), ashpd(NEW)
0 rust-parking (2.0.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package parking 2.0.0 from crates.io using debcargo 2.4.4
3
4 -- Henry-Nicolas Tourneur <debian@nilux.be> Tue, 30 Nov 2021 21:16:20 +0000
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: parking
2 Upstream-Contact:
3 Stjepan Glavina <stjepang@gmail.com>
4 The Rust Project Developers
5 Source: https://github.com/stjepang/parking
6
7 Files: *
8 Copyright:
9 2020-2021 Stjepan Glavina <stjepang@gmail.com>
10 2020-2021 The Rust Project Developers
11 License: Apache-2.0 or MIT
12
13 Files: debian/*
14 Copyright:
15 2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
16 2021 Henry-Nicolas Tourneur <debian@nilux.be>
17 License: Apache-2.0 or MIT
18
19 License: Apache-2.0
20 Debian systems provide the Apache 2.0 license in
21 /usr/share/common-licenses/Apache-2.0
22
23 License: MIT
24 Permission is hereby granted, free of charge, to any person obtaining a copy
25 of this software and associated documentation files (the "Software"), to deal
26 in the Software without restriction, including without limitation the rights
27 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
28 copies of the Software, and to permit persons to whom the Software is
29 furnished to do so, subject to the following conditions:
30 .
31 The above copyright notice and this permission notice shall be included in all
32 copies or substantial portions of the Software.
33 .
34 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
35 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
36 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
37 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
38 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
39 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
40 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: parking
2 Upstream-Contact:
3 Stjepan Glavina <stjepang@gmail.com>
4 The Rust Project Developers
5 Source: https://github.com/stjepang/parking
6
7 Files: *
8 Copyright:
9 FIXME (overlay) UNKNOWN-YEARS Stjepan Glavina <stjepang@gmail.com>
10 FIXME (overlay) UNKNOWN-YEARS The Rust Project Developers
11 License: Apache-2.0 or MIT
12 Comment:
13 FIXME (overlay): Since upstream copyright years are not available in
14 Cargo.toml, they were extracted from the upstream Git repository. This may not
15 be correct information so you should review and fix this before uploading to
16 the archive.
17
18 Files: ./LICENSE-THIRD-PARTY
19 Copyright: 2014-2020 The Rust Project Developers
20 License: UNKNOWN-LICENSE; FIXME (overlay)
21 Comment:
22 FIXME (overlay): These notices are extracted from files. Please review them
23 before uploading to the archive.
24
25 Files: debian/*
26 Copyright:
27 2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
28 2021 Henry-Nicolas Tourneur <debian@nilux.be>
29 License: Apache-2.0 or MIT
30
31 License: Apache-2.0
32 Debian systems provide the Apache 2.0 license in
33 /usr/share/common-licenses/Apache-2.0
34
35 License: MIT
36 Permission is hereby granted, free of charge, to any person obtaining a copy
37 of this software and associated documentation files (the "Software"), to deal
38 in the Software without restriction, including without limitation the rights
39 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
40 copies of the Software, and to permit persons to whom the Software is
41 furnished to do so, subject to the following conditions:
42 .
43 The above copyright notice and this permission notice shall be included in all
44 copies or substantial portions of the Software.
45 .
46 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
47 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
48 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
49 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
50 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
51 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
52 SOFTWARE.
0 overlay = "."
1 uploaders = ["Henry-Nicolas Tourneur <debian@nilux.be>"]
0 deps for aes: aes-soft
1 deps for zbus (all NEW): cache-padded, concurrent-queue, parking, waker-fn, futures-lite, polling, nb-connect, async-io
2 deps for secret-service, ashpd: zbus-macros zbus aes block-modes zvariant-derive zvariant
3 secret-service (NEW), ashpd(NEW)
0 rust-polling (2.2.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package polling 2.2.0 from crates.io using debcargo 2.4.4
3
4 -- Henry-Nicolas Tourneur <debian@nilux.be> Tue, 30 Nov 2021 20:53:15 +0000
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: polling
2 Upstream-Contact: Stjepan Glavina <stjepang@gmail.com>
3 Source: https://github.com/smol-rs/polling
4
5 Files: *
6 Copyright: 2020 Stjepan Glavina <stjepang@gmail.com>
7 License: Apache-2.0 or MIT
8
9 Files: debian/*
10 Copyright:
11 2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2021 Henry-Nicolas Tourneur <debian@nilux.be>
13 License: Apache-2.0 or MIT
14
15 License: Apache-2.0
16 Debian systems provide the Apache 2.0 license in
17 /usr/share/common-licenses/Apache-2.0
18
19 License: MIT
20 Permission is hereby granted, free of charge, to any person obtaining a copy
21 of this software and associated documentation files (the "Software"), to deal
22 in the Software without restriction, including without limitation the rights
23 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
24 copies of the Software, and to permit persons to whom the Software is
25 furnished to do so, subject to the following conditions:
26 .
27 The above copyright notice and this permission notice shall be included in all
28 copies or substantial portions of the Software.
29 .
30 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
31 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
32 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
33 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
34 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
35 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
36 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: polling
2 Upstream-Contact: Stjepan Glavina <stjepang@gmail.com>
3 Source: https://github.com/smol-rs/polling
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Stjepan Glavina <stjepang@gmail.com>
7 License: Apache-2.0 or MIT
8 Comment:
9 FIXME (overlay): Since upstream copyright years are not available in
10 Cargo.toml, they were extracted from the upstream Git repository. This may not
11 be correct information so you should review and fix this before uploading to
12 the archive.
13
14 Files: debian/*
15 Copyright:
16 2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
17 2021 Henry-Nicolas Tourneur <debian@nilux.be>
18 License: Apache-2.0 or MIT
19
20 License: Apache-2.0
21 Debian systems provide the Apache 2.0 license in
22 /usr/share/common-licenses/Apache-2.0
23
24 License: MIT
25 Permission is hereby granted, free of charge, to any person obtaining a copy
26 of this software and associated documentation files (the "Software"), to deal
27 in the Software without restriction, including without limitation the rights
28 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
29 copies of the Software, and to permit persons to whom the Software is
30 furnished to do so, subject to the following conditions:
31 .
32 The above copyright notice and this permission notice shall be included in all
33 copies or substantial portions of the Software.
34 .
35 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
36 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
37 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
38 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
39 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
40 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
41 SOFTWARE.
0 overlay = "."
1 uploaders = ["Henry-Nicolas Tourneur <debian@nilux.be>"]
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -34,10 +34,3 @@ default = ["std"]
3 std = []
4 [target."cfg(any(unix, target_os = \"fuchsia\", target_os = \"vxworks\"))".dependencies.libc]
5 version = "0.2.77"
6 -[target."cfg(windows)".dependencies.wepoll-ffi]
7 -version = "0.1.2"
8 -features = ["null-overlapped-wakeups-patch"]
9 -
10 -[target."cfg(windows)".dependencies.winapi]
11 -version = "0.3.9"
12 -features = ["ioapiset", "winsock2"]
0 deps for aes: aes-soft
1 deps for zbus (all NEW): cache-padded, concurrent-queue, parking, waker-fn, futures-lite, polling, nb-connect, async-io
2 deps for secret-service, ashpd: zbus-macros zbus aes block-modes zvariant-derive zvariant
3 secret-service (NEW), ashpd(NEW)
0 rust-waker-fn (1.1.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package waker-fn 1.1.0 from crates.io using debcargo 2.4.4
3
4 -- Henry-Nicolas Tourneur <debian@nilux.be> Tue, 30 Nov 2021 21:55:45 +0000
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: waker-fn
2 Upstream-Contact: Stjepan Glavina <stjepang@gmail.com>
3 Source: https://github.com/stjepang/waker-fn
4
5 Files: *
6 Copyright: 2020-2021 Stjepan Glavina <stjepang@gmail.com>
7 License: Apache-2.0 or MIT
8
9 Files: debian/*
10 Copyright:
11 2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2021 Henry-Nicolas Tourneur <debian@nilux.be>
13 License: Apache-2.0 or MIT
14
15 License: Apache-2.0
16 Debian systems provide the Apache 2.0 license in
17 /usr/share/common-licenses/Apache-2.0
18
19 License: MIT
20 Permission is hereby granted, free of charge, to any person obtaining a copy
21 of this software and associated documentation files (the "Software"), to deal
22 in the Software without restriction, including without limitation the rights
23 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
24 copies of the Software, and to permit persons to whom the Software is
25 furnished to do so, subject to the following conditions:
26 .
27 The above copyright notice and this permission notice shall be included in all
28 copies or substantial portions of the Software.
29 .
30 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
31 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
32 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
33 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
34 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
35 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
36 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: waker-fn
2 Upstream-Contact: Stjepan Glavina <stjepang@gmail.com>
3 Source: https://github.com/stjepang/waker-fn
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Stjepan Glavina <stjepang@gmail.com>
7 License: Apache-2.0 or MIT
8 Comment:
9 FIXME (overlay): Since upstream copyright years are not available in
10 Cargo.toml, they were extracted from the upstream Git repository. This may not
11 be correct information so you should review and fix this before uploading to
12 the archive.
13
14 Files: debian/*
15 Copyright:
16 2021 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
17 2021 Henry-Nicolas Tourneur <debian@nilux.be>
18 License: Apache-2.0 or MIT
19
20 License: Apache-2.0
21 Debian systems provide the Apache 2.0 license in
22 /usr/share/common-licenses/Apache-2.0
23
24 License: MIT
25 Permission is hereby granted, free of charge, to any person obtaining a copy
26 of this software and associated documentation files (the "Software"), to deal
27 in the Software without restriction, including without limitation the rights
28 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
29 copies of the Software, and to permit persons to whom the Software is
30 furnished to do so, subject to the following conditions:
31 .
32 The above copyright notice and this permission notice shall be included in all
33 copies or substantial portions of the Software.
34 .
35 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
36 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
37 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
38 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
39 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
40 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
41 SOFTWARE.
0 overlay = "."
1 uploaders = ["Henry-Nicolas Tourneur <debian@nilux.be>"]