Codebase list rust-libslirp / 46bf8a4
Package signal-hook-mio 0.2.1 from crates.io using debcargo 2.5.0 Sylvestre Ledru 2 years ago
11 changed file(s) with 127 addition(s) and 70 deletion(s). Raw diff Collapse all Expand all
0 rust-signal-hook (0.3.12-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package signal-hook 0.3.12 from crates.io using debcargo 2.5.0
4
5 -- Sylvestre Ledru <sylvestre@debian.org> Sat, 18 Dec 2021 11:00:14 +0100
6
07 rust-signal-hook (0.1.13-2) unstable; urgency=medium
18
29 * Package signal-hook 0.1.13 from crates.io using debcargo 2.5.0
00 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
11 Upstream-Name: signal-hook
2 Upstream-Contact: Michal 'vorner' Vaner <vorner@vorner.cz>
2 Upstream-Contact:
3 Michal 'vorner' Vaner <vorner@vorner.cz>
4 Thomas Himmelstoss <thimm@posteo.de>
35 Source: https://github.com/vorner/signal-hook
46
57 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Michal 'vorner' Vaner <vorner@vorner.cz>
8 Copyright:
9 FIXME (overlay) UNKNOWN-YEARS Michal 'vorner' Vaner <vorner@vorner.cz>
10 FIXME (overlay) UNKNOWN-YEARS Thomas Himmelstoss <thimm@posteo.de>
711 License: Apache-2.0 or MIT
812 Comment:
913 FIXME (overlay): Since upstream copyright years are not available in
00 overlay = "."
11 uploaders = ["Julio Merino <julio@meroh.net>"]
2 whitelist = ["src/low_level/extract.c"]
+0
-19
src/signal-hook/debian/patches/fix-renamed-lint.diff less more
0 This patch consists of a single hunk extracted from upstream commit
1 aba27009f4bdc4e5f60b501a6ca202cace45afd6
2
3 diff --git a/src/lib.rs b/src/lib.rs
4 index 8cb6249c5..1f77b73a4 100644
5 --- a/src/lib.rs
6 +++ b/src/lib.rs
7 @@ -5,5 +4,8 @@
8 )]
9 -#![deny(missing_docs, warnings)]
10 -// Don't fail on links to things not enabled in features
11 -#![allow(unknown_lints, intra_doc_link_resolution_failure)]
12 +#![allow(
13 + unknown_lints,
14 + renamed_and_removed_lints,
15 + intra_doc_link_resolution_failure,
16 + broken_itra_doc_links
17 +)]
18 //! Library for easier and safe Unix signal handling
+0
-33
src/signal-hook/debian/patches/remove-futures-and-tokio.diff less more
0 Index: signal-hook/Cargo.toml
1 ===================================================================
2 --- signal-hook.orig/Cargo.toml
3 +++ signal-hook/Cargo.toml
4 @@ -22,9 +22,6 @@ license = "Apache-2.0/MIT"
5 repository = "https://github.com/vorner/signal-hook"
6 [package.metadata.docs.rs]
7 all-features = true
8 -[dependencies.futures]
9 -version = "~0.1"
10 -optional = true
11
12 [dependencies.libc]
13 version = "~0.2"
14 @@ -36,18 +33,11 @@ optional = true
15 [dependencies.signal-hook-registry]
16 version = "~1.2"
17
18 -[dependencies.tokio-reactor]
19 -version = "~0.1"
20 -optional = true
21 -[dev-dependencies.tokio]
22 -version = "~0.1"
23 -
24 [dev-dependencies.version-sync]
25 version = "~0.8"
26
27 [features]
28 mio-support = ["mio"]
29 -tokio-support = ["futures", "mio-support", "tokio-reactor"]
30 [badges.maintenance]
31 status = "actively-developed"
32
00 only in patch2:
1 Index: signal-hook/Cargo.toml
2 ===================================================================
13 --- signal-hook.orig/Cargo.toml
24 +++ signal-hook/Cargo.toml
3 @@ -35,5 +35,2 @@
5 @@ -28,8 +28,8 @@ version = "^0.2"
46
5 -[dev-dependencies.version-sync]
6 -version = "~0.8"
7 -
8 [features]
9 only in patch2:
10 --- signal-hook.orig/tests/version.rs
11 +++ signal-hook/tests/version.rs
12 @@ -1 +1 @@
13 -#[macro_use]
14 +/*#[macro_use]
15 @@ -12 +12 @@
16 -}
17 +}*/
7 [dependencies.signal-hook-registry]
8 version = "^1.4"
9 -[dev-dependencies.serial_test]
10 -version = "^0.5"
11 +#[dev-dependencies.serial_test]
12 +#version = "^0.5"
13 [build-dependencies.cc]
14 version = "^1"
15 optional = true
0 remove-futures-and-tokio.diff
10 remove-version-sync.patch
2 fix-renamed-lint.diff
0 rust-signal-hook-mio (0.2.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package signal-hook-mio 0.2.1 from crates.io using debcargo 2.5.0
3
4 -- Sylvestre Ledru <sylvestre@debian.org> Sat, 18 Dec 2021 10:54:28 +0100
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: signal-hook-mio
2 Upstream-Contact:
3 Michal 'vorner' Vaner <vorner@vorner.cz>
4 Thomas Himmelstoss <thimm@posteo.de>
5 Source: https://github.com/vorner/signal-hook
6
7 Files: *
8 Copyright:
9 2017-2021 Michal 'vorner' Vaner <vorner@vorner.cz>
10 2017-2021 Thomas Himmelstoss <thimm@posteo.de>
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 Sylvestre Ledru <sylvestre@debian.org>
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: signal-hook-mio
2 Upstream-Contact:
3 Michal 'vorner' Vaner <vorner@vorner.cz>
4 Thomas Himmelstoss <thimm@posteo.de>
5 Source: https://github.com/vorner/signal-hook
6
7 Files: *
8 Copyright:
9 FIXME (overlay) UNKNOWN-YEARS Michal 'vorner' Vaner <vorner@vorner.cz>
10 FIXME (overlay) UNKNOWN-YEARS Thomas Himmelstoss <thimm@posteo.de>
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-MIT
19 Copyright: 2017 tokio-jsonrpc 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 Sylvestre Ledru <sylvestre@debian.org>
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 = ["Sylvestre Ledru <sylvestre@debian.org>"]