]> git.proxmox.com Git - pve-access-control.git/blobdiff - Makefile
bump version to 5.0-5
[pve-access-control.git] / Makefile
index d373815dfb80437a484e5853441aa99470a7ba8d..36b9425c9048bbf2fa5e71a3ecc2713c83c41b53 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
 VERSION=5.0
 PACKAGE=libpve-access-control
-PKGREL=4
+PKGREL=5
 
 DESTDIR=
 PREFIX=/usr
@@ -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