]> git.proxmox.com Git - pve-installer.git/blobdiff - debian/control
bump version to 8.2.6
[pve-installer.git] / debian / control
index 97bf20bc1caffb43005d49b95353e4ce5dbb6144..eb4d3be1dc5adc837d706c301ac3e16184ce246d 100644 (file)
@@ -1,31 +1,63 @@
-Source: pve-installer
+Source: proxmox-installer
 Section: perl
 Priority: optional
 Maintainer: Proxmox Support Team <support@proxmox.com>
-Build-Depends: debhelper (>= 9),
+Build-Depends: cargo:native,
+               debhelper-compat (= 12),
+               iproute2,
                iso-codes,
+               libgtk3-perl,
                libpve-common-perl,
                librsvg2-bin,
-               perl (>= 5.10.0-19),
-Standards-Version: 3.9.5
+               librust-anyhow-1-dev,
+               librust-clap-4+derive-dev,
+               librust-cursive+termion-backend-dev (>= 0.20.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
 
-Package: pve-installer
-Architecture: all
-Depends: geoip-bin,
+Package: proxmox-installer
+Architecture: any
+Depends: chrony,
+         geoip-bin,
+         iproute2,
+         libgtk3-perl,
          libgtk3-webkit2-perl,
-         pve-kernel-helper,
+         libjson-perl,
+         proxmox-kernel-helper,
          squashfs-tools,
+         ${misc:Depends},
          ${perl:Depends},
-Description: Proxmox VE Installer
- This package contains the graphical installer for Proxmox VE.
+         ${shlibs:Depends},
+Breaks: pbs-installer (<< 7~), pve-installer (<< 7~),
+Replaces: pbs-installer (<< 7~), pve-installer (<< 7~),
+Description: Installer for Proxmox Projects
+ This package contains the graphical installer for:
+  * Proxmox VE.
+  * Proxmox Mail Gateway.
+  * Proxmox Backup Server
 
-Package: pmg-installer
-Architecture: all
-Depends: geoip-bin,
-         libgtk3-webkit2-perl,
-         pve-kernel-helper,
-         squashfs-tools,
-         ${perl:Depends},
-Description: Proxmox Mail Gateway Installer
- This package contains the graphical installer for Proxmox Mail Gateway.
+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.