diff --git a/Makefile b/Makefile index c9c0cbc..7b3c806 100644 --- a/Makefile +++ b/Makefile @@ -6,7 +6,7 @@ DOC_PACKAGE=pve-docs MEDIAWIKI_PACKAGE=pve-docs-mediawiki # also update debian/changelog -PKGREL=4 +PKGREL=1 GITVERSION:=$(shell cat .git/refs/heads/master) @@ -216,7 +216,7 @@ $(MEDIAWIKI_DEB): pve-docs-mediawiki-import .PHONY: upload upload: ${GEN_DEB} ${DOC_DEB} ${MEDIAWIKI_DEB} - tar cf - ${GEN_DEB} ${DOC_DEB} ${MEDIAWIKI_DEB} | ssh repoman@repo.proxmox.com -- upload --product pve --dist jessie + tar cf - ${GEN_DEB} ${DOC_DEB} ${MEDIAWIKI_DEB} | ssh -X repoman@repo.proxmox.com -- upload --product pve --dist stretch .PHONY: update update: clean diff --git a/debian/changelog b/debian/changelog index 264781a..acd9088 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +pve-docs (5.0-1) unstable; urgency=medium + + * version bump for Debian stretch (set RELEASE=5.0) + + -- Proxmox Support Team Sat, 11 Mar 2017 08:04:15 +0100 + pve-docs (4.4-4) unstable; urgency=medium * Document that Sys.Audit allows also to read cluster paramaters