diff --git a/Makefile b/Makefile index 9782d41..ce027dd 100644 --- a/Makefile +++ b/Makefile @@ -42,9 +42,10 @@ ${DEB}: ${OPKGNAME}/Xdgmime.xs ${BUILDSRC} cd ${BUILDSRC}; dpkg-buildpackage -b -us -uc lintian ${DEB} -.PHONY: upload +.phony: upload +upload: UPLOAD_DIST ?= ${DEB_DISTRIBUTION} upload: ${DEB} - tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pmg --dist stretch + tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pmg --dist ${UPLOAD_DIST} CLEANFILES = *~ debian/*~ *.deb ${BUILDSRC} libxdgmime-perl* *.buildinfo *.build *.dsc *tar.?z