]> git.proxmox.com Git - pmg-api.git/commitdiff
d/control: update pve-common version dependency
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Wed, 27 Jun 2018 12:46:34 +0000 (14:46 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Tue, 10 Jul 2018 08:53:08 +0000 (10:53 +0200)
as we use the new param_mapping functionallity from PVE::CLIHandler

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
debian/control

index 952b3013d13c3c13d0b527679eec92f865e2b944..860d30b5e6910afac55fcd6fa24c3f9521266a9a 100644 (file)
@@ -50,7 +50,7 @@ Depends: apt,
          libnet-ldap-perl,
          libnet-server-perl,
          libpve-apiclient-perl,
-         libpve-common-perl,
+         libpve-common-perl (>= 5.0-35),
          libpve-http-server-perl,
          librrds-perl,
          libtemplate-perl,
@@ -76,4 +76,4 @@ Depends: apt,
          ${misc:Depends},
          ${perl:Depends}
 Description: Proxmox Mailgateway API Server Implementation
- This implements a REST API to configure Proxmox Mailgateway.
\ No newline at end of file
+ This implements a REST API to configure Proxmox Mailgateway.