[pve-devel] [PATCH proxmox 06/18] notification: add debian packaging

Lukas Wagner l.wagner at proxmox.com
Mon Mar 27 17:18:45 CEST 2023


Signed-off-by: Lukas Wagner <l.wagner at proxmox.com>
---
 proxmox-notification/debian/changelog     |  5 ++
 proxmox-notification/debian/control       | 59 +++++++++++++++++++++++
 proxmox-notification/debian/copyright     | 16 ++++++
 proxmox-notification/debian/debcargo.toml |  7 +++
 4 files changed, 87 insertions(+)
 create mode 100644 proxmox-notification/debian/changelog
 create mode 100644 proxmox-notification/debian/control
 create mode 100644 proxmox-notification/debian/copyright
 create mode 100644 proxmox-notification/debian/debcargo.toml

diff --git a/proxmox-notification/debian/changelog b/proxmox-notification/debian/changelog
new file mode 100644
index 0000000..3d4f9af
--- /dev/null
+++ b/proxmox-notification/debian/changelog
@@ -0,0 +1,5 @@
+rust-proxmox-notification (0.1.0-1) stable; urgency=medium
+
+  * Initial release.
+
+ --  Proxmox Support Team <support at proxmox.com>  Thu, 12 Jan 2023 11:42:11 +0200
diff --git a/proxmox-notification/debian/control b/proxmox-notification/debian/control
new file mode 100644
index 0000000..42f80ee
--- /dev/null
+++ b/proxmox-notification/debian/control
@@ -0,0 +1,59 @@
+Source: rust-proxmox-notification
+Section: rust
+Priority: optional
+Build-Depends: debhelper (>= 12),
+ dh-cargo (>= 25),
+ cargo:native <!nocheck>,
+ rustc:native <!nocheck>,
+ libstd-rust-dev <!nocheck>,
+ librust-anyhow-1+default-dev <!nocheck>,
+ librust-handlebars-3+default-dev <!nocheck>,
+ librust-lazy-static-1+default-dev (>= 1.4-~~) <!nocheck>,
+ librust-log-0.4+default-dev (>= 0.4.17-~~) <!nocheck>,
+ librust-openssl-0.10+default-dev <!nocheck>,
+ librust-proxmox-http-0.8+client-sync-dev <!nocheck>,
+ librust-proxmox-http-0.8+default-dev <!nocheck>,
+ librust-proxmox-schema-1+api-macro-dev (>= 1.3.7-~~) <!nocheck>,
+ librust-proxmox-schema-1+default-dev (>= 1.3.7-~~) <!nocheck>,
+ librust-proxmox-section-config-1+default-dev (>= 1.0.2-~~) <!nocheck>,
+ librust-proxmox-sys-0.4+default-dev (>= 0.4.2-~~) <!nocheck>,
+ librust-regex-1+default-dev (>= 1.5-~~) <!nocheck>,
+ librust-serde-1+default-dev <!nocheck>,
+ librust-serde-json-1+default-dev <!nocheck>
+Maintainer: Proxmox Support Team <support at proxmox.com>
+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-notification
+Rules-Requires-Root: no
+
+Package: librust-proxmox-notification-dev
+Architecture: any
+Multi-Arch: same
+Depends:
+ ${misc:Depends},
+ librust-anyhow-1+default-dev,
+ librust-handlebars-3+default-dev,
+ librust-lazy-static-1+default-dev (>= 1.4-~~),
+ librust-log-0.4+default-dev (>= 0.4.17-~~),
+ librust-openssl-0.10+default-dev,
+ librust-proxmox-http-0.8+client-sync-dev,
+ librust-proxmox-http-0.8+default-dev,
+ librust-proxmox-schema-1+api-macro-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.4+default-dev (>= 0.4.2-~~),
+ librust-regex-1+default-dev (>= 1.5-~~),
+ librust-serde-1+default-dev,
+ librust-serde-json-1+default-dev
+Provides:
+ librust-proxmox-notification+default-dev (= ${binary:Version}),
+ librust-proxmox-notification-0-dev (= ${binary:Version}),
+ librust-proxmox-notification-0+default-dev (= ${binary:Version}),
+ librust-proxmox-notification-0.1-dev (= ${binary:Version}),
+ librust-proxmox-notification-0.1+default-dev (= ${binary:Version}),
+ librust-proxmox-notification-0.1.0-dev (= ${binary:Version}),
+ librust-proxmox-notification-0.1.0+default-dev (= ${binary:Version})
+Description: Rust crate "proxmox-notification" - Rust source code
+ This package contains the source for the Rust proxmox-notification crate,
+ packaged by debcargo for use with cargo and dh-cargo.
diff --git a/proxmox-notification/debian/copyright b/proxmox-notification/debian/copyright
new file mode 100644
index 0000000..4fce23a
--- /dev/null
+++ b/proxmox-notification/debian/copyright
@@ -0,0 +1,16 @@
+Copyright (C) 2023 Proxmox Server Solutions GmbH
+
+This software is written by Proxmox Server Solutions GmbH <support at proxmox.com>
+
+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 <http://www.gnu.org/licenses/>.
diff --git a/proxmox-notification/debian/debcargo.toml b/proxmox-notification/debian/debcargo.toml
new file mode 100644
index 0000000..b7864cd
--- /dev/null
+++ b/proxmox-notification/debian/debcargo.toml
@@ -0,0 +1,7 @@
+overlay = "."
+crate_src_path = ".."
+maintainer = "Proxmox Support Team <support at proxmox.com>"
+
+[source]
+vcs_git = "git://git.proxmox.com/git/proxmox.git"
+vcs_browser = "https://git.proxmox.com/?p=proxmox.git"
-- 
2.30.2






More information about the pve-devel mailing list