Codebase list rust-subtle / 25e44c3
Update either and add neli (latest) and neli 0.4.4 (required by nl80211) Carlos F. Sanz 2 years ago
18 changed file(s) with 312 addition(s) and 7 deletion(s). Raw diff Collapse all Expand all
0 rust-either (1.6.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Team upload.
3 * Package either 1.6.1 from crates.io using debcargo 2.5.0
4
5 -- Carlos F. Sanz <carlos@sanz.dev> Sun, 30 Jan 2022 15:08:01 -0800
6
07 rust-either (1.5.0-1) unstable; urgency=medium
18
29 * Package either 1.5.0 from crates.io using debcargo 2.1.1
33 Source: https://github.com/bluss/either
44
55 Files: *
6 Copyright: FIXME (overlay) UNKNOWN bluss
6 Copyright: FIXME (overlay) UNKNOWN-YEARS bluss
77 License: MIT or Apache-2.0
88 Comment:
99 FIXME (overlay): Since upstream copyright years are not available in
1313
1414 Files: ./LICENSE-MIT
1515 Copyright: 2015
16 License: UNKNOWN; FIXME (overlay)
16 License: UNKNOWN-LICENSE; FIXME (overlay)
1717 Comment:
1818 FIXME (overlay): These notices are extracted from files. Please review them
1919 before uploading to the archive.
2020
2121 Files: debian/*
22 Copyright: 2018 Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
23 2018 FIXME (overlay) Your Name <Your Email>
22 Copyright:
23 2018-2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2018-2022 Ximin Luo <infinity0@debian.org>
2425 License: MIT or Apache-2.0
2526
2627 License: Apache-2.0
4546 LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
4647 OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
4748 SOFTWARE.
48
49
50
00 overlay = "."
1 uploaders = ["Ximin Luo <infinity0@debian.org>"]
(New empty file)
0 rust-neli (0.6.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package neli 0.6.1 from crates.io using debcargo 2.5.0
3
4 -- Carlos F. Sanz <carlos@sanz.dev> Sun, 30 Jan 2022 14:57:48 -0800
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: neli
2 Upstream-Contact: John Baublitz <john.m.baublitz@gmail.com>
3 Source: https://github.com/jbaublitz/neli
4
5 Files: *
6 Copyright: 2017-2022 John Baublitz <john.m.baublitz@gmail.com>
7 License: BSD-3-Clause
8
9 Files: ./LICENSE
10 Copyright: 2017, John Baublitz
11 License: BSD-3-Clause
12
13 Files: debian/*
14 Copyright:
15 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
16 2022 Carlos F. Sanz <carlos@sanz.dev>
17 License: BSD-3-Clause
18
19 License: BSD-3-Clause
20 Redistribution and use in source and binary forms, with or without
21 modification, are permitted provided that the following conditions are met:
22 .
23 1. Redistributions of source code must retain the above copyright notice, this
24 list of conditions and the following disclaimer.
25 .
26 2. Redistributions in binary form must reproduce the above copyright notice,
27 this list of conditions and the following disclaimer in the documentation
28 and/or other materials provided with the distribution.
29 .
30 3. Neither the name of the copyright holder nor the names of its contributors
31 may be used to endorse or promote products derived from this software without
32 specific prior written permission.
33 .
34 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
35 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
36 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
37 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
38 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
39 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
40 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
41 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
42 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
43 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: neli
2 Upstream-Contact: John Baublitz <john.m.baublitz@gmail.com>
3 Source: https://github.com/jbaublitz/neli
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS John Baublitz <john.m.baublitz@gmail.com>
7 License: BSD-3-Clause
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
15 Copyright: 2017, John Baublitz
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: debian/*
22 Copyright:
23 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2022 Carlos F. Sanz <carlos@sanz.dev>
25 License: BSD-3-Clause
26
27 License: BSD-3-Clause
28 Redistribution and use in source and binary forms, with or without
29 modification, are permitted provided that the following conditions are met:
30 .
31 1. Redistributions of source code must retain the above copyright notice, this
32 list of conditions and the following disclaimer.
33 .
34 2. Redistributions in binary form must reproduce the above copyright notice,
35 this list of conditions and the following disclaimer in the documentation
36 and/or other materials provided with the distribution.
37 .
38 3. Neither the name of the copyright holder nor the names of its contributors
39 may be used to endorse or promote products derived from this software without
40 specific prior written permission.
41 .
42 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
43 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
44 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
45 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
46 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
47 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
48 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
49 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
50 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
51 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 overlay = "."
1 uploaders = ["Carlos F. Sanz <carlos@sanz.dev>"]
(New empty file)
0 rust-neli-0.4 (0.4.4-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package neli 0.4.4 from crates.io using debcargo 2.5.0
3
4 -- Carlos F. Sanz <carlos@sanz.dev> Sun, 30 Jan 2022 15:13:15 -0800
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: neli
2 Upstream-Contact: John Baublitz <john.m.baublitz@gmail.com>
3 Source: https://github.com/jbaublitz/neli
4
5 Files: *
6 Copyright: 2017-2021 John Baublitz <john.m.baublitz@gmail.com>
7 License: BSD-3-Clause
8
9 Files: ./LICENSE
10 Copyright: 2017, John Baublitz
11 License: BSD-3-Clause
12
13 Files: debian/*
14 Copyright:
15 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
16 2022 Carlos F. Sanz <carlos@sanz.dev>
17 License: BSD-3-Clause
18
19 License: BSD-3-Clause
20 Redistribution and use in source and binary forms, with or without
21 modification, are permitted provided that the following conditions are met:
22 .
23 1. Redistributions of source code must retain the above copyright notice, this
24 list of conditions and the following disclaimer.
25 .
26 2. Redistributions in binary form must reproduce the above copyright notice,
27 this list of conditions and the following disclaimer in the documentation
28 and/or other materials provided with the distribution.
29 .
30 3. Neither the name of the copyright holder nor the names of its contributors
31 may be used to endorse or promote products derived from this software without
32 specific prior written permission.
33 .
34 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
35 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
36 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
37 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
38 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
39 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
40 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
41 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
42 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
43 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: neli
2 Upstream-Contact: John Baublitz <john.m.baublitz@gmail.com>
3 Source: https://github.com/jbaublitz/neli
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS John Baublitz <john.m.baublitz@gmail.com>
7 License: BSD-3-Clause
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
15 Copyright: 2017, John Baublitz
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: debian/*
22 Copyright:
23 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
24 2022 Carlos F. Sanz <carlos@sanz.dev>
25 License: BSD-3-Clause
26
27 License: BSD-3-Clause
28 Redistribution and use in source and binary forms, with or without
29 modification, are permitted provided that the following conditions are met:
30 .
31 1. Redistributions of source code must retain the above copyright notice, this
32 list of conditions and the following disclaimer.
33 .
34 2. Redistributions in binary form must reproduce the above copyright notice,
35 this list of conditions and the following disclaimer in the documentation
36 and/or other materials provided with the distribution.
37 .
38 3. Neither the name of the copyright holder nor the names of its contributors
39 may be used to endorse or promote products derived from this software without
40 specific prior written permission.
41 .
42 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
43 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
44 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
45 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
46 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
47 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
48 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
49 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
50 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
51 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 semver_suffix = true
1 overlay = "."
2 uploaders = ["Carlos F. Sanz <carlos@sanz.dev>"]
0 rust-neli-proc-macros (0.1.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package neli-proc-macros 0.1.1 from crates.io using debcargo 2.5.0
3
4 -- Carlos F. Sanz <carlos@sanz.dev> Sun, 30 Jan 2022 15:03:02 -0800
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: neli-proc-macros
2 Upstream-Contact: John Baublitz <john.m.baublitz@gmail.com>
3 Source: https://github.com/jbaublitz/neli
4
5 Files: *
6 Copyright: 2021-2022 John Baublitz <john.m.baublitz@gmail.com>
7 License: BSD-3-Clause
8
9 Files: debian/*
10 Copyright:
11 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2022 Carlos F. Sanz <carlos@sanz.dev>
13 License: BSD-3-Clause
14
15 License: BSD-3-Clause
16 Redistribution and use in source and binary forms, with or without
17 modification, are permitted provided that the following conditions are met:
18 .
19 1. Redistributions of source code must retain the above copyright notice, this
20 list of conditions and the following disclaimer.
21 .
22 2. Redistributions in binary form must reproduce the above copyright notice,
23 this list of conditions and the following disclaimer in the documentation
24 and/or other materials provided with the distribution.
25 .
26 3. Neither the name of the copyright holder nor the names of its contributors
27 may be used to endorse or promote products derived from this software without
28 specific prior written permission.
29 .
30 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
31 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
32 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
33 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
34 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
35 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
36 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
37 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
38 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
39 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: neli-proc-macros
2 Upstream-Contact: John Baublitz <john.m.baublitz@gmail.com>
3 Source: https://github.com/jbaublitz/neli
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS John Baublitz <john.m.baublitz@gmail.com>
7 License: BSD-3-Clause
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 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
17 2022 Carlos F. Sanz <carlos@sanz.dev>
18 License: BSD-3-Clause
19
20 License: BSD-3-Clause
21 Redistribution and use in source and binary forms, with or without
22 modification, are permitted provided that the following conditions are met:
23 .
24 1. Redistributions of source code must retain the above copyright notice, this
25 list of conditions and the following disclaimer.
26 .
27 2. Redistributions in binary form must reproduce the above copyright notice,
28 this list of conditions and the following disclaimer in the documentation
29 and/or other materials provided with the distribution.
30 .
31 3. Neither the name of the copyright holder nor the names of its contributors
32 may be used to endorse or promote products derived from this software without
33 specific prior written permission.
34 .
35 THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
36 AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
37 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
38 DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE
39 FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
40 DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
41 SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
42 CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
43 OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
44 OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
0 overlay = "."
1 uploaders = ["Carlos F. Sanz <carlos@sanz.dev>"]