mirror of
https://git.proxmox.com/git/proxmox-perl-rs
synced 2025-05-23 11:16:40 +00:00
pve: upgrade perlmod-bin dependency to 0.2
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
parent
ec95bb1c53
commit
c57e1868e7
@ -23,7 +23,8 @@ PERLMOD_GENPACKAGE := /usr/lib/perlmod/genpackage.pl \
|
|||||||
--lib=pve_rs \
|
--lib=pve_rs \
|
||||||
--lib-tag=proxmox \
|
--lib-tag=proxmox \
|
||||||
--lib-package=Proxmox::Lib::PVE \
|
--lib-package=Proxmox::Lib::PVE \
|
||||||
--lib-prefix=PVE
|
--lib-prefix=PVE \
|
||||||
|
--include-file=Fixup.pm
|
||||||
|
|
||||||
PERLMOD_PACKAGES := \
|
PERLMOD_PACKAGES := \
|
||||||
PVE::RS::APT::Repositories \
|
PVE::RS::APT::Repositories \
|
||||||
@ -48,7 +49,6 @@ all: PVE
|
|||||||
Proxmox PVE: Proxmox/Lib/PVE.pm
|
Proxmox PVE: Proxmox/Lib/PVE.pm
|
||||||
Proxmox/Lib/PVE.pm: Fixup.pm
|
Proxmox/Lib/PVE.pm: Fixup.pm
|
||||||
$(PERLMOD_GENPACKAGE) $(PERLMOD_PACKAGES)
|
$(PERLMOD_GENPACKAGE) $(PERLMOD_PACKAGES)
|
||||||
sed -i -e '/package Proxmox/rFixup.pm' Proxmox/Lib/PVE.pm
|
|
||||||
|
|
||||||
check: all
|
check: all
|
||||||
$(MAKE) -C test test
|
$(MAKE) -C test test
|
||||||
|
@ -34,7 +34,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