From c547ea07ae1f18e320d8923a8c5cc566082dc85f Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Wed, 19 Jun 2024 14:45:16 +0200 Subject: [PATCH] access-control: bump to 0.1.0-1 Signed-off-by: Wolfgang Bumiller --- proxmox-access-control/debian/changelog | 5 ++ proxmox-access-control/debian/control | 68 +++++++++++++++++++++ proxmox-access-control/debian/copyright | 18 ++++++ proxmox-access-control/debian/debcargo.toml | 7 +++ proxmox-access-control/debian/source/format | 1 + 5 files changed, 99 insertions(+) create mode 100644 proxmox-access-control/debian/changelog create mode 100644 proxmox-access-control/debian/control create mode 100644 proxmox-access-control/debian/copyright create mode 100644 proxmox-access-control/debian/debcargo.toml create mode 100644 proxmox-access-control/debian/source/format diff --git a/proxmox-access-control/debian/changelog b/proxmox-access-control/debian/changelog new file mode 100644 index 00000000..f42146dd --- /dev/null +++ b/proxmox-access-control/debian/changelog @@ -0,0 +1,5 @@ +rust-proxmox-access-control (0.1.0-1) bookworm; urgency=medium + + * initial packaging + + -- Proxmox Support Team Wed, 19 Jun 2024 14:44:26 +0200 diff --git a/proxmox-access-control/debian/control b/proxmox-access-control/debian/control new file mode 100644 index 00000000..a5388598 --- /dev/null +++ b/proxmox-access-control/debian/control @@ -0,0 +1,68 @@ +Source: rust-proxmox-access-control +Section: rust +Priority: optional +Build-Depends: debhelper (>= 12), + dh-cargo (>= 25), + cargo:native , + rustc:native (>= 1.70) , + libstd-rust-dev , + librust-anyhow-1+default-dev , + librust-proxmox-auth-api-0.4+api-types-dev , + librust-proxmox-auth-api-0.4+default-dev , + librust-proxmox-schema-3+default-dev (>= 3.1.1-~~) , + librust-proxmox-time-1+default-dev (>= 1.1.6-~~) , + librust-serde-1+default-dev +Maintainer: Proxmox Support Team +Standards-Version: 4.6.2 +Vcs-Git: git://git.proxmox.com/git/proxmox.git +Vcs-Browser: https://git.proxmox.com/?p=proxmox.git +Homepage: https://proxmox.com +X-Cargo-Crate: proxmox-access-control +Rules-Requires-Root: no + +Package: librust-proxmox-access-control-dev +Architecture: any +Multi-Arch: same +Depends: + ${misc:Depends}, + librust-anyhow-1+default-dev, + librust-proxmox-auth-api-0.4+api-types-dev, + librust-proxmox-auth-api-0.4+default-dev, + librust-proxmox-schema-3+default-dev (>= 3.1.1-~~), + librust-proxmox-time-1+default-dev (>= 1.1.6-~~), + librust-serde-1+default-dev +Suggests: + librust-proxmox-access-control+impl-dev (= ${binary:Version}) +Provides: + librust-proxmox-access-control+default-dev (= ${binary:Version}), + librust-proxmox-access-control-0-dev (= ${binary:Version}), + librust-proxmox-access-control-0+default-dev (= ${binary:Version}), + librust-proxmox-access-control-0.1-dev (= ${binary:Version}), + librust-proxmox-access-control-0.1+default-dev (= ${binary:Version}), + librust-proxmox-access-control-0.1.0-dev (= ${binary:Version}), + librust-proxmox-access-control-0.1.0+default-dev (= ${binary:Version}) +Description: Collection of utilities to implement access control management - Rust source code + Source code for Debianized Rust crate "proxmox-access-control" + +Package: librust-proxmox-access-control+impl-dev +Architecture: any +Multi-Arch: same +Depends: + ${misc:Depends}, + librust-proxmox-access-control-dev (= ${binary:Version}), + librust-nix-0.26+default-dev (>= 0.26.1-~~), + librust-openssl-0.10+default-dev, + librust-proxmox-product-config-0.2+default-dev, + librust-proxmox-router-2+default-dev (>= 2.1.3-~~), + librust-proxmox-section-config-2+default-dev, + librust-proxmox-shared-memory-0.3+default-dev, + librust-proxmox-sys-0.5+crypt-dev (>= 0.5.5-~~), + librust-proxmox-sys-0.5+default-dev (>= 0.5.5-~~), + librust-serde-json-1+default-dev +Provides: + librust-proxmox-access-control-0+impl-dev (= ${binary:Version}), + librust-proxmox-access-control-0.1+impl-dev (= ${binary:Version}), + librust-proxmox-access-control-0.1.0+impl-dev (= ${binary:Version}) +Description: Collection of utilities to implement access control management - feature "impl" + This metapackage enables feature "impl" for the Rust proxmox-access-control + crate, by pulling in any additional dependencies needed by that feature. diff --git a/proxmox-access-control/debian/copyright b/proxmox-access-control/debian/copyright new file mode 100644 index 00000000..869939c3 --- /dev/null +++ b/proxmox-access-control/debian/copyright @@ -0,0 +1,18 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ + +Files: + * +Copyright: 2024 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-access-control/debian/debcargo.toml b/proxmox-access-control/debian/debcargo.toml new file mode 100644 index 00000000..b7864cdb --- /dev/null +++ b/proxmox-access-control/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" diff --git a/proxmox-access-control/debian/source/format b/proxmox-access-control/debian/source/format new file mode 100644 index 00000000..89ae9db8 --- /dev/null +++ b/proxmox-access-control/debian/source/format @@ -0,0 +1 @@ +3.0 (native)