Codebase list rust-subtle / 0fdf325
Package zbus Andrej Shadura 3 years ago
8 changed file(s) with 96 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 rust-zbus (1.0.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package zbus 1.0.0 from crates.io using debcargo 2.4.3
3
4 -- Andrej Shadura <andrewsh@debian.org> Tue, 22 Dec 2020 15:04:36 +0100
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: zbus
2 Upstream-Contact: Zeeshan Ali <zeeshanak@gnome.org>
3 Source: https://gitlab.freedesktop.org/zeenix/zbus/
4
5 Files: *
6 Copyright:
7 2020 Zeeshan Ali <zeeshanak@gnome.org>
8 2020 Marc-André Lureau <marcandre.lureau@redhat.com>
9 License: Expat
10
11 Files: debian/*
12 Copyright:
13 2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
14 2020 Andrej Shadura <andrewsh@debian.org>
15 License: Expat
16
17 License: Expat
18 Permission is hereby granted, free of charge, to any person obtaining a copy
19 of this software and associated documentation files (the "Software"), to deal
20 in the Software without restriction, including without limitation the rights
21 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
22 copies of the Software, and to permit persons to whom the Software is
23 furnished to do so, subject to the following conditions:
24 .
25 The above copyright notice and this permission notice shall be included in all
26 copies or substantial portions of the Software.
27 .
28 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
29 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
30 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
31 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
32 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
33 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
34 SOFTWARE.
0 overlay = "."
1 uploaders = ["Andrej Shadura <andrewsh@debian.org>"]
0 rust-zbus-macros (1.0.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package zbus_macros 1.0.0 from crates.io using debcargo 2.4.3
3
4 -- Andrej Shadura <andrewsh@debian.org> Tue, 22 Dec 2020 15:04:25 +0100
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: zbus_macros
2 Upstream-Contact: Marc-André Lureau <marcandre.lureau@redhat.com
3 Source: https://gitlab.freedesktop.org/zeenix/zbus/
4
5 Files: *
6 Copyright:
7 2020 Zeeshan Ali <zeeshanak@gnome.org>
8 2020 Marc-André Lureau <marcandre.lureau@redhat.com>
9 License: Expat
10
11 Files: debian/*
12 Copyright:
13 2020 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
14 2020 Andrej Shadura <andrewsh@debian.org>
15 License: Expat
16
17 License: Expat
18 Permission is hereby granted, free of charge, to any person obtaining a copy
19 of this software and associated documentation files (the "Software"), to deal
20 in the Software without restriction, including without limitation the rights
21 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
22 copies of the Software, and to permit persons to whom the Software is
23 furnished to do so, subject to the following conditions:
24 .
25 The above copyright notice and this permission notice shall be included in all
26 copies or substantial portions of the Software.
27 .
28 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
29 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
30 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
31 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
32 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
33 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
34 SOFTWARE.
0 overlay = "."
1 uploaders = ["Andrej Shadura <andrewsh@debian.org>"]
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -35,7 +35,7 @@ version = "1.0"
3 version = "1.0.3"
4
5 [dependencies.syn]
6 -version = "1.0.18"
7 +version = ">= 1.0.12"
8 features = ["extra-traits", "full"]
9 [dev-dependencies.serde]
10 version = "1.0"