]> git.proxmox.com Git - pve-access-control.git/blobdiff - Makefile
bump version to 5.0-4
[pve-access-control.git] / Makefile
index ca82850cf9ba353bbf87b8dd2f9160780ebcb722..a9512ea716f7690182b11d242fe4f0faed0749d1 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
-VERSION=4.0
+VERSION=5.0
 PACKAGE=libpve-access-control
-PKGREL=23
+PKGREL=4
 
 DESTDIR=
 PREFIX=/usr
@@ -60,14 +60,14 @@ ${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}
 
 .PHONY: upload
 upload: ${DEB}
-       tar cf - ${DEB} | ssh repoman@repo.proxmox.com upload
+       tar cf - ${DEB} | ssh repoman@repo.proxmox.com -- upload --product pve --dist stretch --arch ${ARCH}
 
 .PHONY: clean
 clean: