bump version tp 2.0-1 for debain stretch

Makefile: use "--product pmg,pve --dist stretch" for upload target
This commit is contained in:
Dietmar Maurer 2017-03-10 09:07:50 +01:00
parent 21e68a8a33
commit bf0c1ca606
2 changed files with 9 additions and 3 deletions

View File

@ -1,6 +1,6 @@
PACKAGE=libpve-apiclient-perl
PKGVER=1.0
PKGREL=2
PKGVER=2.0
PKGREL=1
DEB=${PACKAGE}_${PKGVER}-${PKGREL}_all.deb
@ -28,7 +28,7 @@ install:
.PHONY: upload
upload: ${DEB}
tar cf - ${DEB} | ssh repoman@repo.proxmox.com upload
tar cf - ${DEB} | ssh -X repoman@repo.proxmox.com upload --product pmg,pve --dist stretch
distclean: clean

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
libpve-apiclient-perl (2.0-1) unstable; urgency=medium
* bump version for debian stretch
-- Proxmox Support Team <support@proxmox.com> Fri, 10 Mar 2017 09:07:29 +0100
libpve-apiclient-perl (1.0-2) unstable; urgency=medium
* add simple example code: example1.pl, example2.pl and perftest1.pl