pve-access-control/debian/control
Dominik Csapak b34d76e726 replace read_password with param_mapping
use the get_standar_mapping 'pve-password'
then we can get rid of the Term::ReadLine dependency

we use this change to only ask for the password once on
'pveum ticket'

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
2018-06-27 13:27:22 +02:00

33 lines
970 B
Plaintext

Source: libpve-access-control
Section: perl
Priority: optional
Maintainer: Proxmox Support Team <support@proxmox.com>
Build-Depends: debhelper (>= 7.0.50~),
libpve-common-perl,
lintian,
perl (>= 5.10.0-19),
pve-doc-generator,
Standards-Version: 3.9.5
Homepage: http://www.proxmox.com
Package: libpve-access-control
Architecture: any
Depends: libauthen-pam-perl,
libc6 (>= 2.3),
libcrypt-openssl-random-perl,
libcrypt-openssl-rsa-perl,
libjson-perl,
libjson-xs-perl,
libmime-base32-perl,
libnet-ldap-perl,
libnet-ssleay-perl,
libpve-common-perl (>= 5.0-27),
liburi-perl,
libwww-perl,
perl (>= 5.6.0-16),
pve-cluster,
${perl:Depends},
Description: Proxmox VE access control library
This package contains the role based user management and access
control function used by Proxmox VE.