]> git.proxmox.com Git - pve-qemu-kvm.git/blobdiff - Makefile
kvm-ifup: use iproute2
[pve-qemu-kvm.git] / Makefile
index fc4a6e8449f678a8ae37da48d08ca8169316729e..b2333b0982c16a4230c77906ea45140c8ef7e0d7 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -2,7 +2,7 @@ RELEASE=4.4
 
 # also update debian/changelog
 KVMVER=2.7.1
-KVMPKGREL=3
+KVMPKGREL=500
 
 KVMPACKAGE=pve-qemu-kvm
 KVMDIR=qemu-kvm
@@ -45,8 +45,8 @@ $(DEB): $(KVMSRC)
        lintian ${DEBS} || true
 
 .PHONY: upload
-upload: ${DEBS} ${KVMDIR}-src.tar.gz
-       tar cf - ${DEBS} | ssh repoman@repo.proxmox.com upload
+upload: ${DEBS}
+       tar cf - ${DEBS} | ssh repoman@repo.proxmox.com upload --product pve --dist stretch
 
 .PHONY: distclean
 distclean: clean
@@ -54,7 +54,7 @@ distclean: clean
 
 .PHONY: clean
 clean:
-       rm -rf *~ ${KVMDIR} ${KVMPACKAGE}_* ${DEBS}
+       rm -rf *.changes *.buildinfo ${KVMDIR} ${KVMPACKAGE}_* ${DEBS}
 
 .PHONY: dinstall
 dinstall: ${DEBS}