]> git.proxmox.com Git - librados2-perl.git/commitdiff
buildsys: use fakeroot for dpkg-deb
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 7 Feb 2017 14:27:11 +0000 (15:27 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 7 Feb 2017 14:27:11 +0000 (15:27 +0100)
Makefile

index 07348ded758b00907c060b20f53d70108ffb850d..0c9d6e497254d923b1caac8618112c069c586688 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -60,7 +60,7 @@ ${DEB}:
        install -m 0644 changelog.Debian debian/${DOCDIR}/
        gzip -9 -n debian/${DOCDIR}/changelog.Debian
        echo "git clone git://git.proxmox.com/git/librados2-perl.git\\ngit checkout ${GITVERSION}" > debian/${DOCDIR}/SOURCE
-       dpkg-deb --build debian 
+       fakeroot dpkg-deb --build debian        
        mv debian.deb ${DEB}
        rm -rf debian
        lintian ${DEB}