]> git.proxmox.com Git - pve-access-control.git/blobdiff - Makefile
bump version to 5.1-3
[pve-access-control.git] / Makefile
index e8ff5b492f7f26bca7f42ea489aeaeec89264b37..35dcf10ef07815925c03a21683cc4c79522ca7ee 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
-VERSION=5.0
+VERSION=5.1
 PACKAGE=libpve-access-control
-PKGREL=4
+PKGREL=3
 
 DESTDIR=
 PREFIX=/usr
@@ -57,9 +57,8 @@ deb: ${DEB}
 ${DEB}:
        rm -rf build
        rsync -a * build
-       sed -e s/@@ARCH@@/${ARCH}/ <debian/control.in >build/debian/control
        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