]> git.proxmox.com Git - criu.git/commitdiff
buildsys: remove fakeroot from dpkg-buildpackage
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 10 Mar 2017 11:27:30 +0000 (12:27 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 10 Mar 2017 11:27:30 +0000 (12:27 +0100)
Makefile

index 8fbf65c2ff7cd5a978c293e635411a3b0e2dee8f..08d06f85592ded8fecc773a32efe456d8c6e7753 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -25,7 +25,7 @@ $(DEB1): $(SRCTAR)
        mv ${SRCDIR}/debian/changelog ${SRCDIR}/debian/changelog.org
        cat changelog.Debian ${SRCDIR}/debian/changelog.org > ${SRCDIR}/debian/changelog
        echo "git clone git://git.proxmox.com/git/criu.git\\ngit checkout ${GITVERSION}" >  ${SRCDIR}/debian/SOURCE
-       cd ${SRCDIR}; dpkg-buildpackage -rfakeroot -b -us -uc
+       cd ${SRCDIR}; dpkg-buildpackage -b -us -uc
        lintian ${DEBS}