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:
parent
befb7c4662
commit
265faf1f21
2
Makefile
2
Makefile
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user