From: Fabian Grünbichler Date: Mon, 12 Jun 2017 08:08:46 +0000 (+0200) Subject: build: remove fakeroot from dpkg-buildpackage X-Git-Url: https://git.proxmox.com/?p=pve-access-control.git;a=commitdiff_plain;h=a96a6fd40c5b64e6877c73e7c77e72f60e680c9f;ds=sidebyside build: remove fakeroot from dpkg-buildpackage --- diff --git a/Makefile b/Makefile index d373815..bfb2688 100644 --- a/Makefile +++ b/Makefile @@ -58,7 +58,7 @@ ${DEB}: rm -rf build rsync -a * build echo "git clone git://git.proxmox.com/git/pve-access-control.git\\ngit checkout ${GITVERSION}" >build/debian/SOURCE - cd build; dpkg-buildpackage -rfakeroot -b -us -uc + cd build; dpkg-buildpackage -b -us -uc lintian ${DEB} .PHONY: upload