Codebase list rust-libslirp / 18f4507
Package core_arch Ximin Luo 4 years ago
6 changed file(s) with 117 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 rust-core-arch (0.1.5-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package core_arch 0.1.5 from crates.io using debcargo 2.2.10
3
4 -- Ximin Luo <infinity0@debian.org> Sat, 13 Jul 2019 12:23:44 -0700
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: core_arch
2 Upstream-Contact:
3 Alex Crichton <alex@alexcrichton.com>
4 Andrew Gallant <jamslam@gmail.com>
5 Gonzalo Brito Gadeschi <gonzalobg88@gmail.com>
6 Source: https://github.com/rust-lang-nursery/stdsimd
7
8 Files: *
9 Copyright:
10 2019 Alex Crichton <alex@alexcrichton.com>
11 2019 Andrew Gallant <jamslam@gmail.com>
12 2019 Gonzalo Brito Gadeschi <gonzalobg88@gmail.com>
13 License: MIT or Apache-2.0
14
15 Files: debian/*
16 Copyright:
17 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
18 2019 Ximin Luo <infinity0@debian.org>
19 License: MIT or Apache-2.0
20
21 License: Apache-2.0
22 Debian systems provide the Apache 2.0 license in
23 /usr/share/common-licenses/Apache-2.0
24
25 License: MIT
26 Permission is hereby granted, free of charge, to any person obtaining a copy
27 of this software and associated documentation files (the "Software"), to deal
28 in the Software without restriction, including without limitation the rights
29 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
30 copies of the Software, and to permit persons to whom the Software is
31 furnished to do so, subject to the following conditions:
32 .
33 The above copyright notice and this permission notice shall be included in all
34 copies or substantial portions of the Software.
35 .
36 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
37 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
38 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
39 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
40 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
41 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
42 SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: core_arch
2 Upstream-Contact:
3 Alex Crichton <alex@alexcrichton.com>
4 Andrew Gallant <jamslam@gmail.com>
5 Gonzalo Brito Gadeschi <gonzalobg88@gmail.com>
6 Source: https://github.com/rust-lang-nursery/stdsimd
7
8 Files: *
9 Copyright:
10 FIXME (overlay) UNKNOWN-YEARS Alex Crichton <alex@alexcrichton.com>
11 FIXME (overlay) UNKNOWN-YEARS Andrew Gallant <jamslam@gmail.com>
12 FIXME (overlay) UNKNOWN-YEARS Gonzalo Brito Gadeschi <gonzalobg88@gmail.com>
13 License: MIT or Apache-2.0
14 Comment:
15 FIXME (overlay): Since upstream copyright years are not available in
16 Cargo.toml, they were extracted from the upstream Git repository. This may not
17 be correct information so you should review and fix this before uploading to
18 the archive.
19
20 Files: ./LICENSE-MIT
21 Copyright: 2017 The Rust Project Developers
22 License: UNKNOWN-LICENSE; FIXME (overlay)
23 Comment:
24 FIXME (overlay): These notices are extracted from files. Please review them
25 before uploading to the archive.
26
27 Files: debian/*
28 Copyright:
29 2019 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
30 2019 Ximin Luo <infinity0@debian.org>
31 License: MIT or Apache-2.0
32
33 License: Apache-2.0
34 Debian systems provide the Apache 2.0 license in
35 /usr/share/common-licenses/Apache-2.0
36
37 License: MIT
38 Permission is hereby granted, free of charge, to any person obtaining a copy
39 of this software and associated documentation files (the "Software"), to deal
40 in the Software without restriction, including without limitation the rights
41 to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
42 copies of the Software, and to permit persons to whom the Software is
43 furnished to do so, subject to the following conditions:
44 .
45 The above copyright notice and this permission notice shall be included in all
46 copies or substantial portions of the Software.
47 .
48 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
49 IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
50 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
51 AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
52 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
53 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
54 SOFTWARE.
0 overlay = "."
1 uploaders = ["Ximin Luo <infinity0@debian.org>"]
0 #!/usr/bin/make -f
1 include /usr/share/rustc/architecture.mk
2 %:
3 dh $@ --buildsystem cargo
4
5 # Upstream at this version requires nightly features :(
6 override_dh_auto_test:
7 export RUSTC_BOOTSTRAP=1; \
8 dh_auto_test
0 #!/usr/bin/make -f
1 %:
2 dh $@ --buildsystem cargo