mirror of
https://git.proxmox.com/git/proxmox
synced 2025-06-14 13:08:56 +00:00
product-config: add debian packaging
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
This commit is contained in:
parent
64e8a72a0b
commit
03b4aed510
6
proxmox-product-config/debian/changelog
Normal file
6
proxmox-product-config/debian/changelog
Normal file
@ -0,0 +1,6 @@
|
|||||||
|
rust-proxmox-product-config (0.1.0-1) bookworm; urgency=medium
|
||||||
|
|
||||||
|
* initial packaging
|
||||||
|
|
||||||
|
-- Proxmox Support Team <support@proxmox.com> Fri, 03 May 2024 08:55:56 +0200
|
||||||
|
|
18
proxmox-product-config/debian/copyright
Normal file
18
proxmox-product-config/debian/copyright
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
|
|
||||||
|
Files:
|
||||||
|
*
|
||||||
|
Copyright: 2019 - 2023 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
proxmox-product-config/debian/debcargo.toml
Normal file
7
proxmox-product-config/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