bump version to 5.0-1

This commit is contained in:
Wolfgang Bumiller 2017-03-13 12:00:25 +01:00
parent 0d830d2461
commit 36ca08b70d
2 changed files with 10 additions and 3 deletions

View File

@ -1,6 +1,6 @@
VERSION=4.0 VERSION=5.0
PACKAGE=qemu-server PACKAGE=qemu-server
PKGREL=110 PKGREL=1
CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro CFLAGS= -O2 -Werror -Wall -Wtype-limits -Wl,-z,relro
@ -110,12 +110,13 @@ ${DEB}: ${PKGSOURCES}
.PHONY: upload .PHONY: upload
upload: ${DEB} 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 .PHONY: clean
clean: clean:
make cleanup-docgen 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 -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 {} ';' find . -name '*~' -exec rm {} ';'

View File

@ -1,3 +1,9 @@
qemu-server (5.0-1) unstable; urgency=medium
* bump version for stretch
-- Proxmox Support Team <support@proxmox.com> Mon, 13 Mar 2017 11:59:35 +0100
qemu-server (4.0-109) unstable; urgency=medium qemu-server (4.0-109) unstable; urgency=medium
* drop netcat6 dependency * drop netcat6 dependency