]> git.proxmox.com Git - pve-installer.git/blobdiff - debian/control
bump version to 8.2.6
[pve-installer.git] / debian / control
index ef231ba9da1fe8113c1d68387c61c7784044c789..eb4d3be1dc5adc837d706c301ac3e16184ce246d 100644 (file)
@@ -4,16 +4,31 @@ Priority: optional
 Maintainer: Proxmox Support Team <support@proxmox.com>
 Build-Depends: cargo:native,
                debhelper-compat (= 12),
+               iproute2,
                iso-codes,
+               libgtk3-perl,
                libpve-common-perl,
                librsvg2-bin,
+               librust-anyhow-1-dev,
+               librust-clap-4+derive-dev,
                librust-cursive+termion-backend-dev (>= 0.20.0),
-               librust-proxmox-sys-dev (>= 0.5.0),
+               librust-glob-0.3-dev,
+               librust-hex-0.4-dev,
+               librust-native-tls-dev,
+               librust-nix-0.26+default-dev,
                librust-regex-1+default-dev (>= 1.7~~),
+               librust-rustls-0.20+dangerous-configuration-dev,
+               librust-rustls-native-certs-dev,
                librust-serde-1+default-dev,
                librust-serde-json-1+default-dev,
+               librust-serde-plain-1+default-dev,
+               librust-sha2-0.10-dev,
+               librust-toml-0.7-dev,
+               librust-ureq-2.6-dev,
+               libtest-mockmodule-perl,
                perl,
                rustc:native,
+               shellcheck,
 Standards-Version: 4.5.1
 Homepage: https://www.proxmox.com
 
@@ -21,6 +36,7 @@ Package: proxmox-installer
 Architecture: any
 Depends: chrony,
          geoip-bin,
+         iproute2,
          libgtk3-perl,
          libgtk3-webkit2-perl,
          libjson-perl,
@@ -36,3 +52,12 @@ Description: Installer for Proxmox Projects
   * Proxmox VE.
   * Proxmox Mail Gateway.
   * Proxmox Backup Server
+
+Package: proxmox-auto-install-assistant
+Architecture: any
+Depends: ${misc:Depends}, ${shlibs:Depends},
+Recommends: xorriso,
+Description: Assistant to help with automated installations
+ Provides a helper that can assist with creating an answer file for a automated
+ installation of a Proxmox project, and preparing a official ISO image to use
+ this answer file.