]> git.proxmox.com Git - pve-installer.git/blob - debian/control
bump version to 8.2.6
[pve-installer.git] / debian / control
1 Source: proxmox-installer
2 Section: perl
3 Priority: optional
4 Maintainer: Proxmox Support Team <support@proxmox.com>
5 Build-Depends: cargo:native,
6 debhelper-compat (= 12),
7 iproute2,
8 iso-codes,
9 libgtk3-perl,
10 libpve-common-perl,
11 librsvg2-bin,
12 librust-anyhow-1-dev,
13 librust-clap-4+derive-dev,
14 librust-cursive+termion-backend-dev (>= 0.20.0),
15 librust-glob-0.3-dev,
16 librust-hex-0.4-dev,
17 librust-native-tls-dev,
18 librust-nix-0.26+default-dev,
19 librust-regex-1+default-dev (>= 1.7~~),
20 librust-rustls-0.20+dangerous-configuration-dev,
21 librust-rustls-native-certs-dev,
22 librust-serde-1+default-dev,
23 librust-serde-json-1+default-dev,
24 librust-serde-plain-1+default-dev,
25 librust-sha2-0.10-dev,
26 librust-toml-0.7-dev,
27 librust-ureq-2.6-dev,
28 libtest-mockmodule-perl,
29 perl,
30 rustc:native,
31 shellcheck,
32 Standards-Version: 4.5.1
33 Homepage: https://www.proxmox.com
34
35 Package: proxmox-installer
36 Architecture: any
37 Depends: chrony,
38 geoip-bin,
39 iproute2,
40 libgtk3-perl,
41 libgtk3-webkit2-perl,
42 libjson-perl,
43 proxmox-kernel-helper,
44 squashfs-tools,
45 ${misc:Depends},
46 ${perl:Depends},
47 ${shlibs:Depends},
48 Breaks: pbs-installer (<< 7~), pve-installer (<< 7~),
49 Replaces: pbs-installer (<< 7~), pve-installer (<< 7~),
50 Description: Installer for Proxmox Projects
51 This package contains the graphical installer for:
52 * Proxmox VE.
53 * Proxmox Mail Gateway.
54 * Proxmox Backup Server
55
56 Package: proxmox-auto-install-assistant
57 Architecture: any
58 Depends: ${misc:Depends}, ${shlibs:Depends},
59 Recommends: xorriso,
60 Description: Assistant to help with automated installations
61 Provides a helper that can assist with creating an answer file for a automated
62 installation of a Proxmox project, and preparing a official ISO image to use
63 this answer file.