5
0
mirror of git://git.proxmox.com/git/qemu-server.git synced 2024-12-23 17:34:19 +03:00

buildsys: use fakeroot for dpkg-deb

This commit is contained in:
Wolfgang Bumiller 2017-02-06 16:13:08 +01:00
parent befb7c4662
commit 265faf1f21

View File

@ -104,7 +104,7 @@ ${DEB}: ${PKGSOURCES}
install -m 0644 changelog.Debian build/${DOCDIR}/${PACKAGE}/
gzip -9 -n build/${DOCDIR}/${PACKAGE}/changelog.Debian
echo "git clone git://git.proxmox.com/git/qemu-server.git\\ngit checkout ${GITVERSION}" > build/${DOCDIR}/${PACKAGE}/SOURCE
dpkg-deb --build build
fakeroot dpkg-deb --build build
mv build.deb ${DEB}
lintian ${DEB}