]> git.proxmox.com Git - debcargo-conf.git/commitdiff
Package pyo3-build-config.
authorJelmer Vernooij <jelmer@jelmer.uk>
Sat, 9 Apr 2022 14:03:21 +0000 (15:03 +0100)
committerJelmer Vernooij <jelmer@jelmer.uk>
Thu, 14 Apr 2022 12:13:10 +0000 (13:13 +0100)
src/pyo3-build-config/debian/changelog [new file with mode: 0644]
src/pyo3-build-config/debian/copyright [new file with mode: 0644]
src/pyo3-build-config/debian/copyright.debcargo.hint [new file with mode: 0644]
src/pyo3-build-config/debian/debcargo.toml [new file with mode: 0644]

diff --git a/src/pyo3-build-config/debian/changelog b/src/pyo3-build-config/debian/changelog
new file mode 100644 (file)
index 0000000..cca5f60
--- /dev/null
@@ -0,0 +1,5 @@
+rust-pyo3-build-config (0.16.3-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium
+
+  * Package pyo3-build-config 0.16.3 from crates.io using debcargo 2.5.0
+
+ -- Jelmer Vernooij <jelmer@debian.org>  Sat, 09 Apr 2022 15:01:58 +0100
diff --git a/src/pyo3-build-config/debian/copyright b/src/pyo3-build-config/debian/copyright
new file mode 100644 (file)
index 0000000..cfc94e6
--- /dev/null
@@ -0,0 +1,18 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pyo3-build-config
+Upstream-Contact: PyO3 Project and Contributors <https://github.com/PyO3>
+Source: https://github.com/pyo3/pyo3
+
+Files: *
+Copyright: 2018-2022 PyO3 Project and Contributors <https://github.com/PyO3>
+License: Apache-2.0
+
+Files: debian/*
+Copyright:
+ 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2022 Jelmer Vernooij <jelmer@debian.org>
+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/pyo3-build-config/debian/copyright.debcargo.hint b/src/pyo3-build-config/debian/copyright.debcargo.hint
new file mode 100644 (file)
index 0000000..772389c
--- /dev/null
@@ -0,0 +1,30 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: pyo3-build-config
+Upstream-Contact: PyO3 Project and Contributors <https://github.com/PyO3>
+Source: https://github.com/pyo3/pyo3
+
+Files: *
+Copyright: FIXME (overlay) UNKNOWN-YEARS PyO3 Project and Contributors <https://github.com/PyO3>
+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: ./LICENSE
+Copyright: 2017-present PyO3 Project and Contributors.  https://github.com/PyO3
+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:
+ 2022 Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
+ 2022 Jelmer Vernooij <jelmer@debian.org>
+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/pyo3-build-config/debian/debcargo.toml b/src/pyo3-build-config/debian/debcargo.toml
new file mode 100644 (file)
index 0000000..77e8151
--- /dev/null
@@ -0,0 +1,2 @@
+overlay = "."
+uploaders = ["Jelmer Vernooij <jelmer@debian.org>"]