From 32e7d3ccdfd2702dcceea312a6caee7b1565030a Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Thu, 2 Feb 2023 11:51:02 +0100 Subject: [PATCH] bump proxmox-auth-api to 0.1.0-1 Signed-off-by: Wolfgang Bumiller --- proxmox-auth-api/debian/changelog | 5 ++ proxmox-auth-api/debian/control | 118 ++++++++++++++++++++++++++ proxmox-auth-api/debian/copyright | 16 ++++ proxmox-auth-api/debian/debcargo.toml | 7 ++ 4 files changed, 146 insertions(+) create mode 100644 proxmox-auth-api/debian/changelog create mode 100644 proxmox-auth-api/debian/control create mode 100644 proxmox-auth-api/debian/copyright create mode 100644 proxmox-auth-api/debian/debcargo.toml diff --git a/proxmox-auth-api/debian/changelog b/proxmox-auth-api/debian/changelog new file mode 100644 index 00000000..9112827f --- /dev/null +++ b/proxmox-auth-api/debian/changelog @@ -0,0 +1,5 @@ +rust-proxmox-auth-api (0.1.0-1) stable; urgency=medium + + * initial packaging + + -- Proxmox Support Team Thu, 02 Feb 2023 11:23:54 +0100 diff --git a/proxmox-auth-api/debian/control b/proxmox-auth-api/debian/control new file mode 100644 index 00000000..6c660504 --- /dev/null +++ b/proxmox-auth-api/debian/control @@ -0,0 +1,118 @@ +Source: rust-proxmox-auth-api +Section: rust +Priority: optional +Build-Depends: debhelper (>= 12), + dh-cargo (>= 25), + cargo:native , + rustc:native , + libstd-rust-dev , + librust-anyhow-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-auth-api +Rules-Requires-Root: no + +Package: librust-proxmox-auth-api-dev +Architecture: any +Multi-Arch: same +Depends: + ${misc:Depends}, + librust-anyhow-1+default-dev +Suggests: + librust-proxmox-auth-api+api-dev (= ${binary:Version}), + librust-proxmox-auth-api+api-types-dev (= ${binary:Version}), + librust-proxmox-auth-api+pam-authenticator-dev (= ${binary:Version}), + librust-proxmox-auth-api+ticket-dev (= ${binary:Version}) +Provides: + librust-proxmox-auth-api+default-dev (= ${binary:Version}), + librust-proxmox-auth-api-0-dev (= ${binary:Version}), + librust-proxmox-auth-api-0+default-dev (= ${binary:Version}), + librust-proxmox-auth-api-0.1-dev (= ${binary:Version}), + librust-proxmox-auth-api-0.1+default-dev (= ${binary:Version}), + librust-proxmox-auth-api-0.1.0-dev (= ${binary:Version}), + librust-proxmox-auth-api-0.1.0+default-dev (= ${binary:Version}) +Description: Tickets, API and Realm handling - Rust source code + This package contains the source for the Rust proxmox-auth-api crate, packaged + by debcargo for use with cargo and dh-cargo. + +Package: librust-proxmox-auth-api+api-dev +Architecture: any +Multi-Arch: same +Depends: + ${misc:Depends}, + librust-proxmox-auth-api-dev (= ${binary:Version}), + librust-proxmox-auth-api+api-types-dev (= ${binary:Version}), + librust-proxmox-auth-api+ticket-dev (= ${binary:Version}), + librust-http-0.2+default-dev, + librust-proxmox-rest-server-0.3+default-dev, + librust-proxmox-router-1+default-dev (>= 1.3.1-~~), + librust-proxmox-tfa-3+api-dev, + librust-proxmox-tfa-3+default-dev, + librust-serde-json-1+default-dev +Provides: + librust-proxmox-auth-api-0+api-dev (= ${binary:Version}), + librust-proxmox-auth-api-0.1+api-dev (= ${binary:Version}), + librust-proxmox-auth-api-0.1.0+api-dev (= ${binary:Version}) +Description: Tickets, API and Realm handling - feature "api" + This metapackage enables feature "api" for the Rust proxmox-auth-api crate, by + pulling in any additional dependencies needed by that feature. + +Package: librust-proxmox-auth-api+api-types-dev +Architecture: any +Multi-Arch: same +Depends: + ${misc:Depends}, + librust-proxmox-auth-api-dev (= ${binary:Version}), + librust-lazy-static-1+default-dev (>= 1.4-~~), + 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-regex-1+default-dev (>= 1.5-~~), + librust-serde-1+default-dev, + librust-serde-1+derive-dev, + librust-serde-plain-1+default-dev +Provides: + librust-proxmox-auth-api-0+api-types-dev (= ${binary:Version}), + librust-proxmox-auth-api-0.1+api-types-dev (= ${binary:Version}), + librust-proxmox-auth-api-0.1.0+api-types-dev (= ${binary:Version}) +Description: Tickets, API and Realm handling - feature "api-types" + This metapackage enables feature "api-types" for the Rust proxmox-auth-api + crate, by pulling in any additional dependencies needed by that feature. + +Package: librust-proxmox-auth-api+pam-authenticator-dev +Architecture: any +Multi-Arch: same +Depends: + ${misc:Depends}, + librust-proxmox-auth-api-dev (= ${binary:Version}), + librust-proxmox-auth-api+api-dev (= ${binary:Version}), + librust-libc-0.2+default-dev (>= 0.2.107-~~), + librust-log-0.4+default-dev (>= 0.4.17-~~), + librust-pam-0.7+default-dev, + librust-pam-sys-0.5+default-dev +Provides: + librust-proxmox-auth-api-0+pam-authenticator-dev (= ${binary:Version}), + librust-proxmox-auth-api-0.1+pam-authenticator-dev (= ${binary:Version}), + librust-proxmox-auth-api-0.1.0+pam-authenticator-dev (= ${binary:Version}) +Description: Tickets, API and Realm handling - feature "pam-authenticator" + This metapackage enables feature "pam-authenticator" for the Rust proxmox-auth- + api crate, by pulling in any additional dependencies needed by that feature. + +Package: librust-proxmox-auth-api+ticket-dev +Architecture: any +Multi-Arch: same +Depends: + ${misc:Depends}, + librust-proxmox-auth-api-dev (= ${binary:Version}), + librust-base64-0.13+default-dev, + librust-openssl-0.10+default-dev, + librust-percent-encoding-2+default-dev (>= 2.1-~~) +Provides: + librust-proxmox-auth-api-0+ticket-dev (= ${binary:Version}), + librust-proxmox-auth-api-0.1+ticket-dev (= ${binary:Version}), + librust-proxmox-auth-api-0.1.0+ticket-dev (= ${binary:Version}) +Description: Tickets, API and Realm handling - feature "ticket" + This metapackage enables feature "ticket" for the Rust proxmox-auth-api crate, + by pulling in any additional dependencies needed by that feature. diff --git a/proxmox-auth-api/debian/copyright b/proxmox-auth-api/debian/copyright new file mode 100644 index 00000000..5661ef60 --- /dev/null +++ b/proxmox-auth-api/debian/copyright @@ -0,0 +1,16 @@ +Copyright (C) 2021 Proxmox Server Solutions GmbH + +This software is written by Proxmox Server Solutions GmbH + +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-auth-api/debian/debcargo.toml b/proxmox-auth-api/debian/debcargo.toml new file mode 100644 index 00000000..b7864cdb --- /dev/null +++ b/proxmox-auth-api/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"