Codebase list rust-libslirp / 9534430
Package crossbeam Paul van Tilburg 5 years ago
6 changed file(s) with 210 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 rust-crossbeam (0.3.2-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package crossbeam 0.3.2 from crates.io using debcargo 2.1.4
3
4 -- Paul van Tilburg <paulvt@debian.org> Fri, 6 Jul 2018 22:03:44 +0200
0 Source: rust-crossbeam
1 Section: rust
2 Priority: optional
3 Build-Depends: debhelper (>= 11),
4 dh-cargo (>= 6),
5 cargo:native <!nocheck>,
6 rustc:native <!nocheck>,
7 libstd-rust-dev <!nocheck>
8 Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
9 Uploaders: Paul van Tilburg <paulvt@debian.org>
10 Standards-Version: 4.1.5
11 Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/crossbeam]
12 Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/crossbeam
13
14 Package: librust-crossbeam-dev
15 Architecture: any
16 Multi-Arch: same
17 Depends:
18 ${misc:Depends}
19 Provides:
20 librust-crossbeam+default-dev (= ${binary:Version}),
21 librust-crossbeam+nightly-dev (= ${binary:Version}),
22 librust-crossbeam-0-dev (= ${binary:Version}),
23 librust-crossbeam-0+default-dev (= ${binary:Version}),
24 librust-crossbeam-0+nightly-dev (= ${binary:Version}),
25 librust-crossbeam-0.3-dev (= ${binary:Version}),
26 librust-crossbeam-0.3+default-dev (= ${binary:Version}),
27 librust-crossbeam-0.3+nightly-dev (= ${binary:Version}),
28 librust-crossbeam-0.3.2-dev (= ${binary:Version}),
29 librust-crossbeam-0.3.2+default-dev (= ${binary:Version}),
30 librust-crossbeam-0.3.2+nightly-dev (= ${binary:Version})
31 Description: Support for concurrent programming - Rust source code
32 The "crossbream" crate provides support for lock-free data structures,
33 synchronizers, and parallel programming.
34 .
35 This package contains the source for the Rust crossbeam crate, packaged by
36 debcargo for use with cargo and dh-cargo.
0 Source: rust-crossbeam
1 Section: rust
2 Priority: optional
3 Build-Depends: debhelper (>= 11),
4 dh-cargo (>= 6),
5 cargo:native <!nocheck>,
6 rustc:native <!nocheck>,
7 libstd-rust-dev <!nocheck>
8 Maintainer: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
9 Uploaders: Paul van Tilburg <paulvt@debian.org>
10 Standards-Version: 4.1.5
11 Vcs-Git: https://salsa.debian.org/rust-team/debcargo-conf.git [src/crossbeam]
12 Vcs-Browser: https://salsa.debian.org/rust-team/debcargo-conf/tree/master/src/crossbeam
13
14 # FIXME (packages."(name)".section) debcargo auto-generated summaries are very long, consider overriding
15
16 Package: librust-crossbeam-dev
17 Architecture: any
18 Multi-Arch: same
19 Depends:
20 ${misc:Depends}
21 Provides:
22 librust-crossbeam+default-dev (= ${binary:Version}),
23 librust-crossbeam+nightly-dev (= ${binary:Version}),
24 librust-crossbeam-0-dev (= ${binary:Version}),
25 librust-crossbeam-0+default-dev (= ${binary:Version}),
26 librust-crossbeam-0+nightly-dev (= ${binary:Version}),
27 librust-crossbeam-0.3-dev (= ${binary:Version}),
28 librust-crossbeam-0.3+default-dev (= ${binary:Version}),
29 librust-crossbeam-0.3+nightly-dev (= ${binary:Version}),
30 librust-crossbeam-0.3.2-dev (= ${binary:Version}),
31 librust-crossbeam-0.3.2+default-dev (= ${binary:Version}),
32 librust-crossbeam-0.3.2+nightly-dev (= ${binary:Version})
33 Description: Support for lock-free data structures, synchronizers, and parallel programming - Rust source code
34 This package contains the source for the Rust crossbeam crate, packaged by
35 debcargo for use with cargo and dh-cargo.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: crossbeam
2 Upstream-Contact: Aaron Turon <aturon@mozilla.com>
3 Source: https://github.com/crossbeam-rs/crossbeam
4
5 Files: *
6 Copyright: 2015-2018 The Crossbeam Project Developers
7 License: Apache-2.0 or MIT
8
9 Files: ./src/bin/extra_impls/mpsc_queue.rs
10 Copyright: 2010-2011 Dmitry Vyukov. All rights reserved.
11 License: BSD-2-Clause
12
13 Files: ./src/sync/chase_lev.rs
14 Copyright: 2013 The Rust Project Developers
15 License: Apache-2.0 or MIT
16
17 Files: debian/*
18 Copyright: 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
19 2018 Paul van Tilburg <paulvt@debian.org>
20 License: Apache-2.0 or MIT
21
22 License: Apache-2.0
23 Debian systems provide the Apache 2.0 license in
24 /usr/share/common-licenses/Apache-2.0
25
26 License: BSD-2-Clause
27 Redistribution and use in source and binary forms, with or without
28 modification, are permitted provided that the following conditions are met:
29 .
30 1. Redistributions of source code must retain the above copyright notice,
31 this list of conditions and the following disclaimer.
32 .
33 2. Redistributions in binary form must reproduce the above copyright
34 notice, this list of conditions and the following disclaimer in the
35 documentation and/or other materials provided with the distribution.
36 .
37 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
38 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
39 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
40 ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
41 LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
42 CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
43 SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
44 INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
45 CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
46 ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
47 POSSIBILITY OF SUCH DAMAGE.
48
49
50 License: MIT
51 Permission is hereby granted, free of charge, to any person obtaining a copy
52 of this software and associated documentation files (the "Software"), to deal
53 in the Software without restriction, including without limitation the rights
54 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
55 copies of the Software, and to permit persons to whom the Software is
56 furnished to do so, subject to the following conditions:
57 .
58 The above copyright notice and this permission notice shall be included in all
59 copies or substantial portions of the Software.
60 .
61 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
62 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
63 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
64 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
65 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
66 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
67 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: crossbeam
2 Upstream-Contact: Aaron Turon <aturon@mozilla.com>
3 Source: https://github.com/crossbeam-rs/crossbeam
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN Aaron Turon <aturon@mozilla.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: ./LICENSE-MIT
15 Copyright: 2015 The Rust Project Developers
16 License: UNKNOWN; 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: ./src/bin/extra_impls/mpsc_queue.rs
22 Copyright: 2010-2011 Dmitry Vyukov. All rights reserved.
23 License: UNKNOWN; 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: ./src/sync/chase_lev.rs
29 Copyright: 2013 The Rust Project Developers
30 License: UNKNOWN; FIXME (overlay)
31 Comment:
32 FIXME (overlay): These notices are extracted from files. Please review them
33 before uploading to the archive.
34
35 Files: debian/*
36 Copyright: 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
37 2018 FIXME (overlay) Your Name <Your Email>
38 License: Apache-2.0 or MIT
39
40 License: Apache-2.0
41 Debian systems provide the Apache 2.0 license in
42 /usr/share/common-licenses/Apache-2.0
43
44 License: MIT
45 Permission is hereby granted, free of charge, to any person obtaining a copy
46 of this software and associated documentation files (the "Software"), to deal
47 in the Software without restriction, including without limitation the rights
48 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
49 copies of the Software, and to permit persons to whom the Software is
50 furnished to do so, subject to the following conditions:
51 .
52 The above copyright notice and this permission notice shall be included in all
53 copies or substantial portions of the Software.
54 .
55 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
56 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
57 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
58 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
59 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
60 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
61 SOFTWARE.
0 overlay = "."
1 bin = false