Codebase list rust-stfu8 / 57f034d
Package stdweb with futures-preview patched out + RFS Wolfgang Silbermayr 5 years ago
7 changed file(s) with 151 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
6666 These packages (RFS) are prepared in the master branch and can be uploaded
6767 because all required dependencies are available in main::
6868
69 stdweb
6970 gdk-pixbuf-sys
7071 gio
7172 pango
0 rust-stdweb (0.4.10-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package stdweb 0.4.10 from crates.io using debcargo 2.2.9
3
4 -- Wolfgang Silbermayr <wolfgang@silbermayr.at> Mon, 26 Nov 2018 12:55:41 +0100
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: stdweb
2 Upstream-Contact: Jan Bujak <j@exia.io>
3 Source: https://github.com/koute/stdweb
4
5 Files: *
6 Copyright: 2017-2018 Jan Bujak <j@exia.io>
7 License: MIT or Apache-2.0
8
9 Files: debian/*
10 Copyright:
11 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2018 Wolfgang Silbermayr <wolfgang@silbermayr.at>
13 License: MIT or Apache-2.0
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: stdweb
2 Upstream-Contact: Jan Bujak <j@exia.io>
3 Source: https://github.com/koute/stdweb
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Jan Bujak <j@exia.io>
7 License: MIT or Apache-2.0
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: ./LICENSE-APACHE
15 Copyright: 2017 Jan Bujak
16 License: UNKNOWN-LICENSE; FIXME (overlay)
17 Comment:
18 FIXME (overlay): These notices are extracted from files. Please review them
19 before uploading to the archive.
20
21 Files: ./LICENSE-MIT
22 Copyright: 2017 Jan Bujak
23 License: UNKNOWN-LICENSE; FIXME (overlay)
24 Comment:
25 FIXME (overlay): These notices are extracted from files. Please review them
26 before uploading to the archive.
27
28 Files: debian/*
29 Copyright:
30 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
31 2018 Wolfgang Silbermayr <wolfgang@silbermayr.at>
32 License: MIT or Apache-2.0
33
34 License: Apache-2.0
35 Debian systems provide the Apache 2.0 license in
36 /usr/share/common-licenses/Apache-2.0
37
38 License: MIT
39 Permission is hereby granted, free of charge, to any person obtaining a copy
40 of this software and associated documentation files (the "Software"), to deal
41 in the Software without restriction, including without limitation the rights
42 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
43 copies of the Software, and to permit persons to whom the Software is
44 furnished to do so, subject to the following conditions:
45 .
46 The above copyright notice and this permission notice shall be included in all
47 copies or substantial portions of the Software.
48 .
49 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
50 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
51 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
52 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
53 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
54 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
55 SOFTWARE.
0 overlay = "."
1 uploaders = ["Wolfgang Silbermayr <wolfgang@silbermayr.at>"]
0 From: Wolfgang Silbermayr <ws@xell.at>
1 Date: Tue, 30 Oct 2018 09:35:15 +0100
2 Subject: Patch out experimental stuff
3
4 ---
5 Cargo.toml | 21 +--------------------
6 1 file changed, 1 insertion(+), 20 deletions(-)
7
8 diff --git a/Cargo.toml b/Cargo.toml
9 index 5597a86..ba7d7ae 100644
10 --- a/Cargo.toml
11 +++ b/Cargo.toml
12 @@ -25,27 +25,11 @@ license = "MIT/Apache-2.0"
13 repository = "https://github.com/koute/stdweb"
14 [package.metadata.docs.rs]
15 all-features = false
16 -features = ["serde", "serde_json", "futures-support", "docs-rs"]
17 +features = ["serde", "serde_json", "docs-rs"]
18 no-default-features = true
19 [dependencies.discard]
20 version = "1.0.3"
21
22 -[dependencies.futures-channel-preview]
23 -version = "0.3.0-alpha.7"
24 -optional = true
25 -
26 -[dependencies.futures-core-preview]
27 -version = "0.3.0-alpha.7"
28 -optional = true
29 -
30 -[dependencies.futures-executor-preview]
31 -version = "0.3.0-alpha.7"
32 -optional = true
33 -
34 -[dependencies.futures-util-preview]
35 -version = "0.3.0-alpha.7"
36 -optional = true
37 -
38 [dependencies.serde]
39 version = "1"
40 optional = true
41 @@ -73,7 +57,4 @@ version = "0.2"
42 [features]
43 default = ["serde", "serde_json"]
44 docs-rs = []
45 -experimental_features_which_may_break_on_minor_version_bumps = ["futures-support"]
46 -futures-support = ["futures-core-preview", "futures-channel-preview", "futures-util-preview", "futures-executor-preview"]
47 -nightly = []
48 web_test = []
0 0001-Remove-futures-preview-alpha.patch