diff --git a/src/kmon/debian/RFS b/src/kmon/debian/RFS new file mode 100644 index 0000000..e69de29 diff --git a/src/kmon/debian/changelog b/src/kmon/debian/changelog new file mode 100644 index 0000000..b09155f --- /dev/null +++ b/src/kmon/debian/changelog @@ -0,0 +1,5 @@ +rust-kmon (1.0.1-1) UNRELEASED-FIXME-AUTOGENERATED-DEBCARGO; urgency=medium + + * Package kmon 1.0.1 from crates.io using debcargo 2.4.2 + + -- Stephan Lachnit Sun, 05 Apr 2020 13:05:58 +0200 diff --git a/src/kmon/debian/copyright b/src/kmon/debian/copyright new file mode 100644 index 0000000..c3e3a94 --- /dev/null +++ b/src/kmon/debian/copyright @@ -0,0 +1,17 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: kmon +Upstream-Contact: Orhun Parmaksiz +Source: https://github.com/orhun/kmon + +Files: * +Copyright: 2020 Orhun Parmaksiz +License: GPL-3.0 + +Files: debian/* +Copyright: + 2020 Debian Rust Maintainers + 2020 Stephan Lachnit +License: GPL-3.0 + +License: GPL-3.0 + Debian systems provide the GPL 3.0 in /usr/share/common-licenses/GPL-3 diff --git a/src/kmon/debian/copyright.debcargo.hint b/src/kmon/debian/copyright.debcargo.hint new file mode 100644 index 0000000..7ee1313 --- /dev/null +++ b/src/kmon/debian/copyright.debcargo.hint @@ -0,0 +1,43 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: kmon +Upstream-Contact: orhun +Source: https://github.com/orhun/kmon + +Files: * +Copyright: FIXME (overlay) UNKNOWN-YEARS orhun +License: GPL-3.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: 2007 Free Software Foundation, Inc. +License: UNKNOWN-LICENSE; FIXME (overlay) +Comment: + FIXME (overlay): These notices are extracted from files. Please review them + before uploading to the archive. + +Files: ./README.md +Copyright: 2020, [orhun](mailto:orhunparmaksiz@gmail.com) +License: UNKNOWN-LICENSE; FIXME (overlay) +Comment: + FIXME (overlay): These notices are extracted from files. Please review them + before uploading to the archive. + +Files: ./man/kmon.8 +Copyright: 2020 Orhun PARMAKSIZ +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: + 2020 Debian Rust Maintainers + 2020 Stephan Lachnit +License: GPL-3.0 + +License: GPL-3.0 + Debian systems provide the GPL 3.0 in /usr/share/common-licenses/GPL-3 diff --git a/src/kmon/debian/debcargo.toml b/src/kmon/debian/debcargo.toml new file mode 100644 index 0000000..20bc934 --- /dev/null +++ b/src/kmon/debian/debcargo.toml @@ -0,0 +1,6 @@ +overlay = "." +uploaders = ["Stephan Lachnit "] + +excludes = ["example/**"] +[source] +section = "admin"