buildsys: use fakeroot for dpkg-deb

This commit is contained in:
Wolfgang Bumiller 2017-02-06 11:47:37 +01:00
parent 8ae77032bd
commit 156fd8f736

View File

@ -60,7 +60,7 @@ ${DEB}:
install -D -m 0644 copyright build/${DOCDIR}/copyright
install -m 0644 changelog.Debian build/${DOCDIR}/
gzip -9 -n build/${DOCDIR}/changelog.Debian
dpkg-deb --build build
fakeroot dpkg-deb --build build
mv build.deb ${DEB}
#rm -rf build
lintian ${DEB}