Codebase list rust-fixedbitset / 7d1aac4
Packaged pipewire-sys 0.6.0 Matthias Geiger 1 year, 2 months ago
6 changed file(s) with 92 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 rust-pipewire-sys (0.6.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package pipewire-sys 0.6.0 from crates.io using debcargo 2.6.0
3
4 -- Matthias Geiger <matthias.geiger1024@tutanota.de> Thu, 16 Feb 2023 18:40:02 +0100
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: pipewire-sys
2 Upstream-Contact: Guillaume Desmottes <guillaume.desmottes@collabora.com>
3 Source: https://gitlab.freedesktop.org/pipewire/pipewire-rs
4
5 Files: *
6 Copyright: 2020-2023 Guillaume Desmottes <guillaume.desmottes@collabora.com>
7 2020-2023 The pipewire-rs Contributors
8 License: MIT
9
10 Files: debian/*
11 Copyright:
12 2023 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
13 2023 Matthias Geiger <matthias.geiger1024@tutanota.de>
14 License: MIT
15
16 License: MIT
17 Permission is hereby granted, free of charge, to any person obtaining a copy
18 of this software and associated documentation files (the "Software"), to deal
19 in the Software without restriction, including without limitation the rights
20 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
21 copies of the Software, and to permit persons to whom the Software is
22 furnished to do so, subject to the following conditions:
23 .
24 The above copyright notice and this permission notice shall be included in all
25 copies or substantial portions of the Software.
26 .
27 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
28 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
29 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
30 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
31 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
32 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
33 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: pipewire-sys
2 Upstream-Contact: Guillaume Desmottes <guillaume.desmottes@collabora.com>
3 Source: https://gitlab.freedesktop.org/pipewire/pipewire-rs
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Guillaume Desmottes <guillaume.desmottes@collabora.com>
7 License: 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 2023 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
17 2023 Matthias Geiger <matthias.geiger1024@tutanota.de>
18 License: MIT
19
20 License: MIT
21 Permission is hereby granted, free of charge, to any person obtaining a copy
22 of this software and associated documentation files (the "Software"), to deal
23 in the Software without restriction, including without limitation the rights
24 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
25 copies of the Software, and to permit persons to whom the Software is
26 furnished to do so, subject to the following conditions:
27 .
28 The above copyright notice and this permission notice shall be included in all
29 copies or substantial portions of the Software.
30 .
31 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
32 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
33 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
34 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
35 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
36 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
37 SOFTWARE.
0 overlay = "."
1 uploaders = ["Matthias Geiger <matthias.geiger1024@tutanota.de>"]
2
0 --- a/Cargo.toml
1 +++ b/Cargo.toml
2 @@ -45,7 +45,7 @@
3 package = "libspa-sys"
4
5 [build-dependencies.bindgen]
6 -version = "0.64"
7 +version = "0.60"
8 default-features = false
9
10 [build-dependencies.system-deps]