X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=4746f579c2f58211328b86703a58ebfbe1b9b4b1;hb=0835385bea89e7d8eebdb79af5f2c15f2beadb05;hp=ca82850cf9ba353bbf87b8dd2f9160780ebcb722;hpb=8ae77032bdda8fe0bfb6cc1c76ea9aa60615afe6;p=pve-access-control.git diff --git a/Makefile b/Makefile index ca82850..4746f57 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -VERSION=4.0 +VERSION=5.0 PACKAGE=libpve-access-control -PKGREL=23 +PKGREL=1 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: