mirror of
https://git.proxmox.com/git/proxmox-perl-rs
synced 2025-05-23 21:40:23 +00:00
pmg: upgrade perlmod-bin dependency to 0.2
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
c57e1868e7
commit
a5330e34d2
@ -22,7 +22,8 @@ PERLMOD_GENPACKAGE := /usr/lib/perlmod/genpackage.pl \
|
|||||||
--lib=pmg_rs \
|
--lib=pmg_rs \
|
||||||
--lib-tag=proxmox \
|
--lib-tag=proxmox \
|
||||||
--lib-package=Proxmox::Lib::PMG \
|
--lib-package=Proxmox::Lib::PMG \
|
||||||
--lib-prefix=PMG
|
--lib-prefix=PMG \
|
||||||
|
--include-file=Fixup.pm
|
||||||
|
|
||||||
PERLMOD_PACKAGES := \
|
PERLMOD_PACKAGES := \
|
||||||
PMG::RS::APT::Repositories \
|
PMG::RS::APT::Repositories \
|
||||||
@ -44,7 +45,6 @@ all: PMG
|
|||||||
Proxmox PMG: Proxmox/Lib/PMG.pm
|
Proxmox PMG: Proxmox/Lib/PMG.pm
|
||||||
Proxmox/Lib/PMG.pm: Fixup.pm
|
Proxmox/Lib/PMG.pm: Fixup.pm
|
||||||
$(PERLMOD_GENPACKAGE) $(PERLMOD_PACKAGES)
|
$(PERLMOD_GENPACKAGE) $(PERLMOD_PACKAGES)
|
||||||
sed -i -e '/package Proxmox/rFixup.pm' Proxmox/Lib/PMG.pm
|
|
||||||
|
|
||||||
.PHONY: install
|
.PHONY: install
|
||||||
install: target/release/libpmg_rs.so Proxmox/Lib/PMG.pm PMG
|
install: target/release/libpmg_rs.so Proxmox/Lib/PMG.pm PMG
|
||||||
|
@ -32,7 +32,7 @@ Build-Depends: cargo:native <!nocheck>,
|
|||||||
librust-serde-json-1+default-dev,
|
librust-serde-json-1+default-dev,
|
||||||
librust-url-2+default-dev,
|
librust-url-2+default-dev,
|
||||||
libstd-rust-dev <!nocheck>,
|
libstd-rust-dev <!nocheck>,
|
||||||
perlmod-bin,
|
perlmod-bin (>= 0.2.0-~~),
|
||||||
rustc:native <!nocheck>,
|
rustc:native <!nocheck>,
|
||||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||||
Standards-Version: 4.6.1
|
Standards-Version: 4.6.1
|
||||||
|
Loading…
Reference in New Issue
Block a user