X-Git-Url: https://git.proxmox.com/?p=pve-access-control.git;a=blobdiff_plain;f=Makefile;h=09f1011b466b947b887734c0dfe3fb72f8f12796;hp=a8068e7742aca221f880baa8d2769f96482d7d3c;hb=refs%2Fheads%2Fstable-4;hpb=4e515e6d6d273787a16388f7d628eddc2c4a94d8 diff --git a/Makefile b/Makefile index a8068e7..09f1011 100644 --- a/Makefile +++ b/Makefile @@ -44,7 +44,7 @@ install: pveum.1 oathkeygen pveum.bash-completion install -d ${DESTDIR}/${MAN1DIR} install -d ${DESTDIR}/${DOCDIR} install -m 0644 pveum.1 ${DESTDIR}/${MAN1DIR} - gzip -9 ${DESTDIR}/${MAN1DIR}/pveum.1 + gzip -9 -n ${DESTDIR}/${MAN1DIR}/pveum.1 install -m 0644 -D pveum.bash-completion ${DESTDIR}${BASHCOMPLDIR}/pveum .PHONY: deb @@ -59,15 +59,15 @@ ${DEB}: install -m 0644 triggers build/DEBIAN install -D -m 0644 copyright build/${DOCDIR}/copyright install -m 0644 changelog.Debian build/${DOCDIR}/ - gzip -9 build/${DOCDIR}/changelog.Debian - dpkg-deb --build build + gzip -9 -n build/${DOCDIR}/changelog.Debian + 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 jessie --arch ${ARCH} .PHONY: clean clean: