diff --git a/Makefile b/Makefile index f2f908b2..cdb5aa0e 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ -VERSION=4.0 +VERSION=5.0 PACKAGE=qemu-server -PKGREL=110 +PKGREL=1 CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro @@ -110,12 +110,13 @@ ${DEB}: ${PKGSOURCES} .PHONY: upload upload: ${DEB} - tar cf - ${DEB} | ssh repoman@repo.proxmox.com upload --product pve --dist jessie + tar cf - ${DEB} | ssh repoman@repo.proxmox.com upload --product pve --dist stretch .PHONY: clean clean: make cleanup-docgen rm -rf build *.deb control vzsyscalls.ph _h2ph_pre.ph ${PACKAGE}-*.tar.gz dist *.1 *.5 *.pod vmtar sparsecp *.tmp *.bash-completion + rm -f *.buildinfo find . -name '*~' -exec rm {} ';' diff --git a/changelog.Debian b/changelog.Debian index cdc40054..b275c7fa 100644 --- a/changelog.Debian +++ b/changelog.Debian @@ -1,3 +1,9 @@ +qemu-server (5.0-1) unstable; urgency=medium + + * bump version for stretch + + -- Proxmox Support Team Mon, 13 Mar 2017 11:59:35 +0100 + qemu-server (4.0-109) unstable; urgency=medium * drop netcat6 dependency