From: kpcyrd Date: Sun, 8 Jul 2018 21:53:31 +0000 (+0100) Subject: xi-unicode X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=cb8d1684e87678e7f465162f1aaff0f8229eed5c;p=debcargo-conf.git xi-unicode --- diff --git a/src/xi-unicode/debian/changelog b/src/xi-unicode/debian/changelog new file mode 100644 index 000000000..9d482aa02 --- /dev/null +++ b/src/xi-unicode/debian/changelog @@ -0,0 +1,5 @@ +rust-xi-unicode (0.1.0-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium + + * Package xi-unicode 0.1.0 from crates.io using debcargo 2.2.3 + + -- kpcyrd Sun, 8 Jul 2018 21:51:29 +0000 diff --git a/src/xi-unicode/debian/copyright b/src/xi-unicode/debian/copyright new file mode 100644 index 000000000..4eaa35634 --- /dev/null +++ b/src/xi-unicode/debian/copyright @@ -0,0 +1,18 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: xi-unicode +Upstream-Contact: Raph Levien +Source: https://github.com/google/xi-editor + +Files: * +Copyright: 2016-2017 Google Inc. +License: Apache-2.0 + +Files: debian/* +Copyright: + 2018 Debian Rust Maintainers + 2018 kpcyrd +License: Apache-2.0 + +License: Apache-2.0 + Debian systems provide the Apache 2.0 license in + /usr/share/common-licenses/Apache-2.0 diff --git a/src/xi-unicode/debian/copyright.debcargo.hint b/src/xi-unicode/debian/copyright.debcargo.hint new file mode 100644 index 000000000..d908d7cf5 --- /dev/null +++ b/src/xi-unicode/debian/copyright.debcargo.hint @@ -0,0 +1,51 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: xi-unicode +Upstream-Contact: Raph Levien +Source: https://github.com/google/xi-editor + +Files: * +Copyright: FIXME (overlay) UNKNOWN-YEARS Raph Levien +License: Apache-2.0 +Comment: + FIXME (overlay): Since upstream copyright years are not available in + Cargo.toml, they were extracted from the upstream Git repository. This may not + be correct information so you should review and fix this before uploading to + the archive. + +Files: ./benches/bench.rs +Copyright: 2016 Google Inc. All rights reserved. +License: UNKNOWN-LICENSE; FIXME (overlay) +Comment: + FIXME (overlay): These notices are extracted from files. Please review them + before uploading to the archive. + +Files: ./examples/runtestdata.rs +Copyright: 2016 Google Inc. All rights reserved. +License: UNKNOWN-LICENSE; FIXME (overlay) +Comment: + FIXME (overlay): These notices are extracted from files. Please review them + before uploading to the archive. + +Files: ./src/lib.rs +Copyright: 2016 Google Inc. All rights reserved. +License: UNKNOWN-LICENSE; FIXME (overlay) +Comment: + FIXME (overlay): These notices are extracted from files. Please review them + before uploading to the archive. + +Files: ./src/tables.rs +Copyright: 2016 Google Inc. All rights reserved. +License: UNKNOWN-LICENSE; FIXME (overlay) +Comment: + FIXME (overlay): These notices are extracted from files. Please review them + before uploading to the archive. + +Files: debian/* +Copyright: + 2018 Debian Rust Maintainers + 2018 FIXME (overlay) Your Name +License: Apache-2.0 + +License: Apache-2.0 + Debian systems provide the Apache 2.0 license in + /usr/share/common-licenses/Apache-2.0 diff --git a/src/xi-unicode/debian/debcargo.toml b/src/xi-unicode/debian/debcargo.toml new file mode 100644 index 000000000..350ff6040 --- /dev/null +++ b/src/xi-unicode/debian/debcargo.toml @@ -0,0 +1,2 @@ +overlay = "." +excludes = ["tools/**"]