From 36ca08b70de2ef36d8e56f82b87fcf68f17e377e Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 13 Mar 2017 12:00:25 +0100 Subject: [PATCH] bump version to 5.0-1 --- Makefile | 7 ++++--- changelog.Debian | 6 ++++++ 2 files changed, 10 insertions(+), 3 deletions(-) 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