bump proxmox-rs-perl to 0.3.0, pmg-rs to 0.7.0
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
3255c3b59c
commit
4917bd4ead
@ -1,4 +1,4 @@
|
||||
include /usr/share/dpkg/default.mk
|
||||
include /usr/share/dpkg/pkg-info.mk
|
||||
|
||||
PACKAGE=libproxmox-rs-perl
|
||||
|
||||
@ -8,7 +8,9 @@ export GITVERSION:=$(shell git rev-parse HEAD)
|
||||
PERL_INSTALLVENDORARCH != perl -MConfig -e 'print $$Config{installvendorarch};'
|
||||
PERL_INSTALLVENDORLIB != perl -MConfig -e 'print $$Config{installvendorlib};'
|
||||
|
||||
DEB=${PACKAGE}_${DEB_VERSION}_${ARCH}.deb
|
||||
DEB=$(PACKAGE)_$(DEB_VERSION)_$(ARCH).deb
|
||||
DSC=$(PACKAGE)_$(DEB_VERSION_UPSTREAM_REVISION).dsc
|
||||
BUILDDIR ?= $(PACKAGE)-$(DEB_VERSION_UPSTREAM)
|
||||
|
||||
DESTDIR=
|
||||
|
||||
@ -34,8 +36,30 @@ install: Proxmox/RS/CalendarEvent.pm
|
||||
find PVE \! -type d -print -exec install -Dm644 '{}' $(DESTDIR)$(PERL_INSTALLVENDORLIB)'/{}' ';'
|
||||
find Proxmox \! -type d -print -exec install -Dm644 '{}' $(DESTDIR)$(PERL_INSTALLVENDORLIB)'/{}' ';'
|
||||
|
||||
$(BUILDDIR): debian PVE Proxmox Makefile
|
||||
rm -rf $(BUILDDIR) $(BUILDDIR).tmp
|
||||
mkdir $(BUILDDIR).tmp
|
||||
cp -t $(BUILDDIR).tmp -a debian PVE Proxmox Makefile
|
||||
mv $(BUILDDIR).tmp $(BUILDDIR)
|
||||
|
||||
.PHONY: deb
|
||||
deb: $(DEB)
|
||||
$(DEB): build
|
||||
cd build; dpkg-buildpackage -b -us -uc --no-pre-clean
|
||||
lintian $(DEBS)
|
||||
$(DEB): $(BUILDDIR)
|
||||
cd $(BUILDDIR); dpkg-buildpackage -b -us -uc --no-pre-clean
|
||||
lintian $(DEB)
|
||||
|
||||
.PHONY: dsc
|
||||
dsc: $(DSC)
|
||||
$(DSC): $(BUILDDIR)
|
||||
cd $(BUILDDIR); dpkg-buildpackage -S -us -uc -d
|
||||
lintian $(DSC)
|
||||
|
||||
sbuild: $(DSC)
|
||||
sbuild $(DSC)
|
||||
|
||||
.PHONY: upload
|
||||
upload: UPLOAD_DIST ?= $(DEB_DISTRIBUTION)
|
||||
upload: $(DEB)
|
||||
# check if working directory is clean
|
||||
git diff --exit-code --stat && git diff --exit-code --stat --staged
|
||||
tar cf - $(DEB) | ssh -X repoman@repo.proxmox.com upload --product pve,pmg --dist $(DEB_DISTRIBUTION)
|
||||
|
@ -1,3 +1,9 @@
|
||||
libproxmox-rs-perl (0.3.0) bullseye; urgency=medium
|
||||
|
||||
* rebuild for Debian 12 Bookworm based release series
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Wed, 17 May 2023 15:48:41 +0200
|
||||
|
||||
libproxmox-rs-perl (0.2.1) bullseye; urgency=medium
|
||||
|
||||
* update to proxmox-subscription 0.3 / proxmox-http 0.7
|
||||
|
@ -1 +0,0 @@
|
||||
12
|
@ -2,7 +2,8 @@ Source: libproxmox-rs-perl
|
||||
Section: perl
|
||||
Priority: optional
|
||||
Build-Depends:
|
||||
debhelper (>= 12),
|
||||
debhelper-compat (= 13),
|
||||
perlmod-bin,
|
||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||
Standards-Version: 4.5.1
|
||||
Vcs-Git: git://git.proxmox.com/git/proxmox-perl-rs.git
|
||||
|
@ -1,3 +1,9 @@
|
||||
libpmg-rs-perl (0.7.0) bullseye; urgency=medium
|
||||
|
||||
* rebuild for Debian 12 Bookworm based release series
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Wed, 17 May 2023 15:48:43 +0200
|
||||
|
||||
libpmg-rs-perl (0.6.2) bullseye; urgency=medium
|
||||
|
||||
* update to proxmox-subscription 0.3 / proxmox-http 0.7
|
||||
|
Loading…
Reference in New Issue
Block a user