]> git.proxmox.com Git - debcargo-conf.git/commitdiff
xi-unicode
authorkpcyrd <git@rxv.cc>
Sun, 8 Jul 2018 21:53:31 +0000 (22:53 +0100)
committerkpcyrd <git@rxv.cc>
Sun, 8 Jul 2018 21:53:31 +0000 (22:53 +0100)
src/xi-unicode/debian/changelog [new file with mode: 0644]
src/xi-unicode/debian/copyright [new file with mode: 0644]
src/xi-unicode/debian/copyright.debcargo.hint [new file with mode: 0644]
src/xi-unicode/debian/debcargo.toml [new file with mode: 0644]

diff --git a/src/xi-unicode/debian/changelog b/src/xi-unicode/debian/changelog
new file mode 100644 (file)
index 0000000..9d482aa
--- /dev/null
@@ -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 <git@rxv.cc>  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 (file)
index 0000000..4eaa356
--- /dev/null
@@ -0,0 +1,18 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: xi-unicode
+Upstream-Contact: Raph Levien <raph@google.com>
+Source: https://github.com/google/xi-editor
+
+Files: *
+Copyright: 2016-2017 Google Inc.
+License: Apache-2.0
+
+Files: debian/*
+Copyright:
+ 2018 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2018 kpcyrd <git@rxv.cc>
+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 (file)
index 0000000..d908d7c
--- /dev/null
@@ -0,0 +1,51 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: xi-unicode
+Upstream-Contact: Raph Levien <raph@google.com>
+Source: https://github.com/google/xi-editor
+
+Files: *
+Copyright: FIXME (overlay) UNKNOWN-YEARS Raph Levien <raph@google.com>
+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 <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2018 FIXME (overlay) Your Name <Your Email>
+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 (file)
index 0000000..350ff60
--- /dev/null
@@ -0,0 +1,2 @@
+overlay = "."
+excludes = ["tools/**"]