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:
Dietmar Maurer 2025-01-22 09:47:39 +01:00 committed by Thomas Lamprecht
parent b7b00b5205
commit 57b0477657
6 changed files with 38 additions and 2 deletions

View File

@ -48,6 +48,7 @@ members = [
"proxmox-time-api",
"proxmox-uuid",
"proxmox-worker-task",
"pbs-api-types",
]
exclude = [
"build",

View File

@ -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

View 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

View 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/>.

View 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"

View File

@ -0,0 +1 @@
3.0 (native)