]> git.proxmox.com Git - pve-container.git/commitdiff
Add dependency to 'file' package, which we use in src/PVE/LXC/Create.pm
authorEmmanuel Kasper <e.kasper@proxmox.com>
Thu, 21 Jan 2016 14:53:09 +0000 (15:53 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 22 Jan 2016 09:47:43 +0000 (10:47 +0100)
Debian can be installed with the 'Minimal' or the 'Standard' package selection.
'Minimal' debian installations have the package missing.

debian/control

index 94a612282b45ffbd4007c4ca65fa10570908ddb3..54d7f5ec691a871b7c56ab442ceab69b477c34cd 100644 (file)
@@ -9,6 +9,6 @@ Package: pve-container
 Section: perl
 Priority: optional
 Architecture: all
-Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}, libpve-common-perl, libpve-storage-perl, pve-cluster (>= 4.0-8), pve-ha-manager, lxc-pve, xz-utils
+Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}, libpve-common-perl, libpve-storage-perl, pve-cluster (>= 4.0-8), pve-ha-manager, lxc-pve, xz-utils, file
 Description: Proxmox VE Container management tool
  Tool to manage Linux Containers on Proxmox VE.