mirror of
https://git.proxmox.com/git/qemu-server
synced 2025-11-02 21:47:33 +00:00
build: make control static
This commit is contained in:
parent
88c9e28016
commit
df4694f32d
1
Makefile
1
Makefile
@ -89,7 +89,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/qemu-server.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: qemu-server
|
||||
Architecture: @@ARCH@@
|
||||
Architecture: any
|
||||
Depends: libc6 (>= 2.7-18), perl (>= 5.10.0-19), libterm-readline-gnu-perl, pve-qemu-kvm (>= 2.2-1), libpve-access-control, libpve-storage-perl, pve-cluster, libjson-perl, libjson-xs-perl, libio-multiplex-perl, libnet-ssleay-perl, socat, pve-firewall, libuuid-perl, pve-ha-manager, dbus, libpve-common-perl (>= 4.0-92), libpve-guest-common-perl
|
||||
Description: Qemu Server Tools
|
||||
This package contains the Qemu Server tools used by Proxmox VE
|
||||
Loading…
Reference in New Issue
Block a user