[pve-devel] [PATCH 2/4] d/control: use variable depends
Thomas Lamprecht
t.lamprecht at proxmox.com
Mon Dec 10 17:42:30 CET 2018
Signed-off-by: Thomas Lamprecht <t.lamprecht at proxmox.com>
---
debian/control.in | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/debian/control.in b/debian/control.in
index 64d4262..ec12fb6 100644
--- a/debian/control.in
+++ b/debian/control.in
@@ -8,10 +8,12 @@ Homepage: http://www.proxmox.com
Package: librados2-perl
Architecture: any
-Depends: libc6 (>= 2.2.5),
- libpve-access-control,
+Depends: libpve-access-control,
librados2 (>= 0.67.5),
perl (>= 5.20.1-5),
+ ${misc:Depends},
+ ${perl:Depends},
+ ${shlibs:Depends},
@PERLAPI@,
Description: Perl bindings for librados
This package contains librados perl binding used by Proxmox VE.
--
2.19.2
More information about the pve-devel
mailing list