Codebase list rust-dtoa / 797d5d4
simple-asn1 - new package Jan Niehusmann 1 year, 4 months ago
4 changed file(s) with 73 addition(s) and 0 deletion(s). Raw diff Collapse all Expand all
0 rust-simple-asn1 (0.6.2-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
1
2 * Package simple_asn1 0.6.2 from crates.io using debcargo 2.6.0
3
4 -- Jan Niehusmann <jan@debian.org> Sat, 26 Nov 2022 16:24:25 +0000
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: simple_asn1
2 Upstream-Contact: Adam Wick <awick@uhsure.com>
3 Source: https://github.com/acw/simple_asn1
4
5 Files: *
6 Copyright: 2017-2022 Adam Wick <awick@uhsure.com>
7 License: ISC
8
9 Files: debian/*
10 Copyright:
11 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
12 2022 Jan Niehusmann <jan@debian.org>
13 License: ISC
14
15 License: ISC
16 Permission to use, copy, modify, and/or distribute this software for any
17 purpose with or without fee is hereby granted, provided that the above
18 copyright notice and this permission notice appear in all copies.
19 .
20 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
21 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
22 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
23 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
24 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
25 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
26 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
0 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
1 Upstream-Name: simple_asn1
2 Upstream-Contact: Adam Wick <awick@uhsure.com>
3 Source: https://github.com/acw/simple_asn1
4
5 Files: *
6 Copyright: FIXME (overlay) UNKNOWN-YEARS Adam Wick <awick@uhsure.com>
7 License: ISC
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 Adam Wick
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 Jan Niehusmann <jan@debian.org>
25 License: ISC
26
27 License: ISC
28 Permission to use, copy, modify, and/or distribute this software for any
29 purpose with or without fee is hereby granted, provided that the above
30 copyright notice and this permission notice appear in all copies.
31 .
32 THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
33 WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
34 MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
35 ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
36 WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
37 ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
38 OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
0 overlay = "."
1 uploaders = ["Jan Niehusmann <jan@debian.org>"]