bump proxmox-auth-api to 0.1.0-1
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
1bccff7e68
commit
32e7d3ccdf
5
proxmox-auth-api/debian/changelog
Normal file
5
proxmox-auth-api/debian/changelog
Normal file
@ -0,0 +1,5 @@
|
||||
rust-proxmox-auth-api (0.1.0-1) stable; urgency=medium
|
||||
|
||||
* initial packaging
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Thu, 02 Feb 2023 11:23:54 +0100
|
118
proxmox-auth-api/debian/control
Normal file
118
proxmox-auth-api/debian/control
Normal file
@ -0,0 +1,118 @@
|
||||
Source: rust-proxmox-auth-api
|
||||
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>
|
||||
Maintainer: Proxmox Support Team <support@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-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.
|
16
proxmox-auth-api/debian/copyright
Normal file
16
proxmox-auth-api/debian/copyright
Normal file
@ -0,0 +1,16 @@
|
||||
Copyright (C) 2021 Proxmox Server Solutions GmbH
|
||||
|
||||
This software is written by Proxmox Server Solutions GmbH <support@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/>.
|
7
proxmox-auth-api/debian/debcargo.toml
Normal file
7
proxmox-auth-api/debian/debcargo.toml
Normal file
@ -0,0 +1,7 @@
|
||||
overlay = "."
|
||||
crate_src_path = ".."
|
||||
maintainer = "Proxmox Support Team <support@proxmox.com>"
|
||||
|
||||
[source]
|
||||
vcs_git = "git://git.proxmox.com/git/proxmox.git"
|
||||
vcs_browser = "https://git.proxmox.com/?p=proxmox.git"
|
Loading…
Reference in New Issue
Block a user