]> git.proxmox.com Git - librados2-perl.git/blob - debian/control.in
buildsys: use dpkg-dev makefile helpers for pkg info
[librados2-perl.git] / debian / control.in
1 Source: librados2-perl
2 Section: perl
3 Priority: optional
4 Maintainer: Proxmox Support Team <support@proxmox.com>
5 Build-Depends: debhelper (>= 10~),
6 librados-dev,
7 Standards-Version: 3.9.8
8 Homepage: https://www.proxmox.com/
9
10 Package: librados2-perl
11 Architecture: any
12 Depends: libpve-access-control,
13 librados2 (>= 0.67.5),
14 perl (>= 5.20.1-5),
15 ${misc:Depends},
16 ${perl:Depends},
17 ${shlibs:Depends},
18 @PERLAPI@,
19 Description: Perl bindings for librados
20 This package contains librados perl binding used by Proxmox VE.