forked from proxmox-mirrors/proxmox
pbs-api-type: add as workspace member with correct debian files
Also changed the version to 0.2.0 Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
This commit is contained in:
parent
b7b00b5205
commit
57b0477657
@ -48,6 +48,7 @@ members = [
|
||||
"proxmox-time-api",
|
||||
"proxmox-uuid",
|
||||
"proxmox-worker-task",
|
||||
"pbs-api-types",
|
||||
]
|
||||
exclude = [
|
||||
"build",
|
||||
|
@ -1,9 +1,11 @@
|
||||
[package]
|
||||
name = "pbs-api-types"
|
||||
version = "0.1.0"
|
||||
version = "0.2.0"
|
||||
license.workspace = true
|
||||
authors.workspace = true
|
||||
edition.workspace = true
|
||||
description = "general API type helpers for PBS"
|
||||
description = "API types for Proxmox Backup Server"
|
||||
exclude.workspace = true
|
||||
|
||||
[dependencies]
|
||||
anyhow.workspace = true
|
||||
|
7
pbs-api-types/debian/changelog
Normal file
7
pbs-api-types/debian/changelog
Normal file
@ -0,0 +1,7 @@
|
||||
rust-pbs-api-types (0.2.0) bookworm; urgency=medium
|
||||
|
||||
* imported from proxmox-backup repository
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Wed, 22 Jan 2025 09:40:51 +0100
|
||||
|
||||
|
18
pbs-api-types/debian/copyright
Normal file
18
pbs-api-types/debian/copyright
Normal file
@ -0,0 +1,18 @@
|
||||
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||
|
||||
Files:
|
||||
*
|
||||
Copyright: 2019 - 2024 Proxmox Server Solutions GmbH <support@proxmox.com>
|
||||
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 <https://www.gnu.org/licenses/>.
|
7
pbs-api-types/debian/debcargo.toml
Normal file
7
pbs-api-types/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"
|
1
pbs-api-types/debian/source/format
Normal file
1
pbs-api-types/debian/source/format
Normal file
@ -0,0 +1 @@
|
||||
3.0 (native)
|
Loading…
Reference in New Issue
Block a user