X-Git-Url: https://git.proxmox.com/?p=iproute2.git;a=blobdiff_plain;f=Makefile;h=d8917b361463b5b01c69d88e5be48a356d3c0078;hp=ed78c6c230c24cfccaec0a5912ace0d8d2d31f61;hb=cd0d3ac3065ea4bdbdb3c1907ef754f3e2bffa45;hpb=ced20272d28f9d03fedb957f11d2ef3117c31a46 diff --git a/Makefile b/Makefile index ed78c6c..d8917b3 100644 --- a/Makefile +++ b/Makefile @@ -1,10 +1,8 @@ -RELEASE=5.0 - -VERSION=4.10.0 +VERSION=4.13.0 PKGREL=1 DIR=iproute2-${VERSION} -SRC=iproute2-${VERSION}.orig.tar.gz +SRC=iproute2-${VERSION}.orig.tar.xz ARCH:=$(shell dpkg-architecture -qDEB_BUILD_ARCH) @@ -24,9 +22,9 @@ ${DEBS} deb: ${SRC} download: - rm -rf iproute2-${VERSION} iproute2-${VERSION}.orig.tar.gz + rm -rf iproute2-${VERSION} $(SRC) git clone -b v${VERSION} --depth=1 git://git.kernel.org/pub/scm/linux/kernel/git/shemminger/iproute2.git iproute2-${VERSION} - tar czf iproute2-${VERSION}.orig.tar.gz iproute2-${VERSION}/ + tar cJf $(SRC) iproute2-${VERSION}/ .PHONY: upload upload: ${DEBS} @@ -34,7 +32,7 @@ upload: ${DEBS} .PHONY: clean clean: - rm -rf *~ debian/*~ *.changes *.dsc ${DIR} iproute2_${VERSION}.orig.tar.gz *.deb + rm -rf *~ debian/*~ *.changes *.dsc ${DIR} *.deb *.buildinfo .PHONY: dinstall dinstall: ${DEBS}