From 265faf1f219248df2f977b75a2265586f3fb3f74 Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 6 Feb 2017 16:13:08 +0100 Subject: [PATCH] buildsys: use fakeroot for dpkg-deb --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 22870619..b79d9566 100644 --- a/Makefile +++ b/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}