X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=Makefile;h=f89560886721fe893ed5fb8395d0f135b6063b68;hb=205ffbe363110dc0fa58e207b39b3addb26f22dc;hp=d9e09b724036ada5ebff76354f2221bf571aac8c;hpb=365d86c541cb9ed212f7b4a1b8ed62ab97f641d4;p=iproute2.git diff --git a/Makefile b/Makefile index d9e09b7..f895608 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -RELEASE=4.1 +RELEASE=5.0 -VERSION=4.4.0 +VERSION=4.10.0 PKGREL=1 DIR=iproute2-${VERSION} @@ -15,7 +15,8 @@ DEBS= \ all: ${DEBS} echo ${DEBS} -${DEBS}: ${SRC} +.PHONY: deb +${DEBS} deb: ${SRC} rm -rf ${DIR} tar xf ${SRC} cp -a debian ${DIR}/debian @@ -29,14 +30,7 @@ download: .PHONY: upload upload: ${DEBS} - umount /pve/${RELEASE}; mount /pve/${RELEASE} -o rw - mkdir -p /pve/${RELEASE}/extra - rm -f /pve/${RELEASE}/extra/iproute2_*.deb - rm -f /pve/${RELEASE}/extra/iproute2-doc_*.deb - rm -f /pve/${RELEASE}/extra/Packages* - cp ${DEBS} /pve/${RELEASE}/extra - cd /pve/${RELEASE}/extra; dpkg-scanpackages . /dev/null > Packages; gzip -9c Packages > Packages.gz - umount /pve/${RELEASE}; mount /pve/${RELEASE} -o ro + tar cf - ${DEBS} | ssh repoman@repo.proxmox.com upload .PHONY: clean clean: