]> git.proxmox.com Git - pve-manager.git/commit
add ca-certificates as required dependency
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 5 Jul 2016 07:34:47 +0000 (09:34 +0200)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Tue, 5 Jul 2016 07:34:47 +0000 (09:34 +0200)
commit35e0ea9a1d0ce2659d97b08d2e23f7d5df9f71c8
tree7096157ce009c15bd2c89d25006b4617eac9635d
parent2ca42e9946314e39c945ae7aff4a2fa0301244b7
add ca-certificates as required dependency

ca-certificates provides the necessary root ca certificates
to connect to the PVE enterprise repositories
The package was always installed since pve-manager 3.1-13 as an indirect
'Depends:'  via liblwp-protocol-https, but could have been missing in previous
versions of pve.

Adding this dependency directly makes it sures that it's available
in each PVE installs no matter what Debian packagers do.
With this package installed we no longer need to ship
our own server CA cert.
debian/control.in