From f8bbcae824ec9de7e22d43e140d220ecb4ed58e8 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Sat, 21 Jan 2017 16:23:37 +0100 Subject: [PATCH] use ${perl:Depends} to avoid warning when building the package --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 07d930b..2659f90 100644 --- a/debian/control +++ b/debian/control @@ -8,6 +8,6 @@ Homepage: http://www.proxmox.com Package: libpve-http-server-perl Architecture: all -Depends: perl (>= 5.10.0-19), libnet-ip-perl, libio-socket-ssl-perl, libjson-perl, libcrypt-ssleay-perl, libhttp-date-perl, libhttp-message-perl, liburi-perl, libhtml-parser-perl, libanyevent-perl, libanyevent-http-perl, libpve-common-perl +Depends: ${perl:Depends}, libnet-ip-perl, libio-socket-ssl-perl, libjson-perl, libcrypt-ssleay-perl, libhttp-date-perl, libhttp-message-perl, liburi-perl, libhtml-parser-perl, libanyevent-perl, libanyevent-http-perl, libpve-common-perl Description: Proxmox Asynchrounous HTTP Server Implementation This is used to implement the PVE REST API. \ No newline at end of file