mirror of
git://git.proxmox.com/git/pve-apiclient.git
synced 2025-01-03 05:17:58 +03:00
bump version tp 2.0-1 for debain stretch
Makefile: use "--product pmg,pve --dist stretch" for upload target
This commit is contained in:
parent
21e68a8a33
commit
bf0c1ca606
6
Makefile
6
Makefile
@ -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
6
debian/changelog
vendored
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user