From b46d333d986482a94570607b980eb75171fd2f92 Mon Sep 17 00:00:00 2001 From: Lukas Wagner Date: Thu, 20 Jul 2023 16:31:52 +0200 Subject: [PATCH] notify: add debian packaging Signed-off-by: Lukas Wagner [w.bumiller@proxmox.com: set d/changelog to UNRELEASED] Signed-off-by: Wolfgang Bumiller --- proxmox-notify/debian/changelog | 5 ++ proxmox-notify/debian/control | 112 ++++++++++++++++++++++++++++ proxmox-notify/debian/copyright | 18 +++++ proxmox-notify/debian/debcargo.toml | 7 ++ 4 files changed, 142 insertions(+) create mode 100644 proxmox-notify/debian/changelog create mode 100644 proxmox-notify/debian/control create mode 100644 proxmox-notify/debian/copyright create mode 100644 proxmox-notify/debian/debcargo.toml diff --git a/proxmox-notify/debian/changelog b/proxmox-notify/debian/changelog new file mode 100644 index 00000000..bb928b2f --- /dev/null +++ b/proxmox-notify/debian/changelog @@ -0,0 +1,5 @@ +rust-proxmox-notify (0.1.0-1) UNRELEASED; urgency=medium + + * Initial release. + + -- Proxmox Support Team Thu, 12 Jan 2023 11:42:11 +0200 diff --git a/proxmox-notify/debian/control b/proxmox-notify/debian/control new file mode 100644 index 00000000..e983b114 --- /dev/null +++ b/proxmox-notify/debian/control @@ -0,0 +1,112 @@ +Source: rust-proxmox-notify +Section: rust +Priority: optional +Build-Depends: debhelper (>= 12), + dh-cargo (>= 25), + cargo:native , + rustc:native , + libstd-rust-dev , + librust-handlebars-3+default-dev , + librust-lazy-static-1+default-dev (>= 1.4-~~) , + librust-log-0.4+default-dev (>= 0.4.17-~~) , + librust-once-cell-1+default-dev (>= 1.3.1-~~) , + librust-openssl-0.10+default-dev , + librust-proxmox-http-0.9+client-sync-dev , + librust-proxmox-http-0.9+default-dev , + librust-proxmox-human-byte-0.1+default-dev , + librust-proxmox-schema-1+api-macro-dev (>= 1.3.7-~~) , + librust-proxmox-schema-1+api-types-dev (>= 1.3.7-~~) , + librust-proxmox-schema-1+default-dev (>= 1.3.7-~~) , + librust-proxmox-section-config-1+default-dev (>= 1.0.2-~~) , + librust-proxmox-sys-0.5+default-dev , + librust-proxmox-time-1+default-dev (>= 1.1.4-~~) , + librust-regex-1+default-dev (>= 1.5-~~) , + librust-serde-1+default-dev , + librust-serde-1+derive-dev , + librust-serde-json-1+default-dev +Maintainer: Proxmox Support Team +Standards-Version: 4.6.1 +Vcs-Git: git://git.proxmox.com/git/proxmox.git +Vcs-Browser: https://git.proxmox.com/?p=proxmox.git +X-Cargo-Crate: proxmox-notify +Rules-Requires-Root: no + +Package: librust-proxmox-notify-dev +Architecture: any +Multi-Arch: same +Depends: + ${misc:Depends}, + librust-handlebars-3+default-dev, + librust-lazy-static-1+default-dev (>= 1.4-~~), + librust-log-0.4+default-dev (>= 0.4.17-~~), + librust-once-cell-1+default-dev (>= 1.3.1-~~), + librust-openssl-0.10+default-dev, + librust-proxmox-human-byte-0.1+default-dev, + librust-proxmox-schema-1+api-macro-dev (>= 1.3.7-~~), + librust-proxmox-schema-1+api-types-dev (>= 1.3.7-~~), + librust-proxmox-schema-1+default-dev (>= 1.3.7-~~), + librust-proxmox-section-config-1+default-dev (>= 1.0.2-~~), + librust-proxmox-time-1+default-dev (>= 1.1.4-~~), + librust-regex-1+default-dev (>= 1.5-~~), + librust-serde-1+default-dev, + librust-serde-1+derive-dev, + librust-serde-json-1+default-dev +Recommends: + librust-proxmox-notify+default-dev (= ${binary:Version}) +Suggests: + librust-proxmox-notify+gotify-dev (= ${binary:Version}), + librust-proxmox-notify+sendmail-dev (= ${binary:Version}) +Provides: + librust-proxmox-notify-0-dev (= ${binary:Version}), + librust-proxmox-notify-0.1-dev (= ${binary:Version}), + librust-proxmox-notify-0.1.0-dev (= ${binary:Version}) +Description: Rust crate "proxmox-notify" - Rust source code + This package contains the source for the Rust proxmox-notify crate, packaged by + debcargo for use with cargo and dh-cargo. + +Package: librust-proxmox-notify+default-dev +Architecture: any +Multi-Arch: same +Depends: + ${misc:Depends}, + librust-proxmox-notify-dev (= ${binary:Version}), + librust-proxmox-notify+sendmail-dev (= ${binary:Version}), + librust-proxmox-notify+gotify-dev (= ${binary:Version}) +Provides: + librust-proxmox-notify-0+default-dev (= ${binary:Version}), + librust-proxmox-notify-0.1+default-dev (= ${binary:Version}), + librust-proxmox-notify-0.1.0+default-dev (= ${binary:Version}) +Description: Rust crate "proxmox-notify" - feature "default" + This metapackage enables feature "default" for the Rust proxmox-notify crate, + by pulling in any additional dependencies needed by that feature. + +Package: librust-proxmox-notify+gotify-dev +Architecture: any +Multi-Arch: same +Depends: + ${misc:Depends}, + librust-proxmox-notify-dev (= ${binary:Version}), + librust-proxmox-http-0.9+client-sync-dev, + librust-proxmox-http-0.9+default-dev +Provides: + librust-proxmox-notify-0+gotify-dev (= ${binary:Version}), + librust-proxmox-notify-0.1+gotify-dev (= ${binary:Version}), + librust-proxmox-notify-0.1.0+gotify-dev (= ${binary:Version}) +Description: Rust crate "proxmox-notify" - feature "gotify" + This metapackage enables feature "gotify" for the Rust proxmox-notify crate, by + pulling in any additional dependencies needed by that feature. + +Package: librust-proxmox-notify+sendmail-dev +Architecture: any +Multi-Arch: same +Depends: + ${misc:Depends}, + librust-proxmox-notify-dev (= ${binary:Version}), + librust-proxmox-sys-0.5+default-dev +Provides: + librust-proxmox-notify-0+sendmail-dev (= ${binary:Version}), + librust-proxmox-notify-0.1+sendmail-dev (= ${binary:Version}), + librust-proxmox-notify-0.1.0+sendmail-dev (= ${binary:Version}) +Description: Rust crate "proxmox-notify" - feature "sendmail" + This metapackage enables feature "sendmail" for the Rust proxmox-notify crate, + by pulling in any additional dependencies needed by that feature. diff --git a/proxmox-notify/debian/copyright b/proxmox-notify/debian/copyright new file mode 100644 index 00000000..0d9eab3e --- /dev/null +++ b/proxmox-notify/debian/copyright @@ -0,0 +1,18 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ + +Files: + * +Copyright: 2019 - 2023 Proxmox Server Solutions GmbH +License: AGPL-3.0-or-later + This program is free software: you can redistribute it and/or modify it under + the terms of the GNU Affero General Public License as published by the Free + Software Foundation, either version 3 of the License, or (at your option) any + later version. + . + This program is distributed in the hope that it will be useful, but WITHOUT + ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS + FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more + details. + . + You should have received a copy of the GNU Affero General Public License along + with this program. If not, see . diff --git a/proxmox-notify/debian/debcargo.toml b/proxmox-notify/debian/debcargo.toml new file mode 100644 index 00000000..b7864cdb --- /dev/null +++ b/proxmox-notify/debian/debcargo.toml @@ -0,0 +1,7 @@ +overlay = "." +crate_src_path = ".." +maintainer = "Proxmox Support Team " + +[source] +vcs_git = "git://git.proxmox.com/git/proxmox.git" +vcs_browser = "https://git.proxmox.com/?p=proxmox.git"