build: make control static

This commit is contained in:
Fabian Grünbichler 2017-06-12 09:44:04 +02:00
parent 88c9e28016
commit df4694f32d
2 changed files with 1 additions and 2 deletions

View File

@ -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}

View File

@ -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