mirror of
https://git.proxmox.com/git/pve-access-control
synced 2025-10-04 19:01:16 +00:00
build: make control static
This commit is contained in:
parent
98eb404f77
commit
20922e7fbd
1
Makefile
1
Makefile
@ -57,7 +57,6 @@ deb: ${DEB}
|
||||
${DEB}:
|
||||
rm -rf build
|
||||
rsync -a * build
|
||||
sed -e s/@@ARCH@@/${ARCH}/ <debian/control.in >build/debian/control
|
||||
echo "git clone git://git.proxmox.com/git/pve-access-control.git\\ngit checkout ${GITVERSION}" >build/debian/SOURCE
|
||||
cd build; dpkg-buildpackage -rfakeroot -b -us -uc
|
||||
lintian ${DEB}
|
||||
|
2
debian/control.in → debian/control
vendored
2
debian/control.in → debian/control
vendored
@ -7,7 +7,7 @@ Standards-Version: 3.9.5
|
||||
Homepage: http://www.proxmox.com
|
||||
|
||||
Package: libpve-access-control
|
||||
Architecture: @@ARCH@@
|
||||
Architecture: any
|
||||
Depends: libc6 (>= 2.3), perl (>= 5.6.0-16), libcrypt-openssl-rsa-perl, libcrypt-openssl-random-perl, libjson-xs-perl, libjson-perl, libterm-readline-gnu-perl,libnet-ldap-perl, libpve-common-perl, pve-cluster, libauthen-pam-perl, libnet-ssleay-perl, liburi-perl, libwww-perl, libmime-base32-perl
|
||||
Description: Proxmox VE access control library
|
||||
This package contains the role based user management and access
|
Loading…
Reference in New Issue
Block a user