From c57e1868e7b178d3a90e4d3acff889341748b98c Mon Sep 17 00:00:00 2001 From: Wolfgang Bumiller Date: Mon, 18 Dec 2023 10:20:58 +0100 Subject: [PATCH] pve: upgrade perlmod-bin dependency to 0.2 Signed-off-by: Wolfgang Bumiller --- pve-rs/Makefile | 4 ++-- pve-rs/debian/control | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pve-rs/Makefile b/pve-rs/Makefile index a4ab00d..5e44ebe 100644 --- a/pve-rs/Makefile +++ b/pve-rs/Makefile @@ -23,7 +23,8 @@ PERLMOD_GENPACKAGE := /usr/lib/perlmod/genpackage.pl \ --lib=pve_rs \ --lib-tag=proxmox \ --lib-package=Proxmox::Lib::PVE \ - --lib-prefix=PVE + --lib-prefix=PVE \ + --include-file=Fixup.pm PERLMOD_PACKAGES := \ PVE::RS::APT::Repositories \ @@ -48,7 +49,6 @@ all: PVE Proxmox PVE: Proxmox/Lib/PVE.pm Proxmox/Lib/PVE.pm: Fixup.pm $(PERLMOD_GENPACKAGE) $(PERLMOD_PACKAGES) - sed -i -e '/package Proxmox/rFixup.pm' Proxmox/Lib/PVE.pm check: all $(MAKE) -C test test diff --git a/pve-rs/debian/control b/pve-rs/debian/control index ae5e4eb..ecdf71c 100644 --- a/pve-rs/debian/control +++ b/pve-rs/debian/control @@ -34,7 +34,7 @@ Build-Depends: cargo:native , librust-serde-json-1+default-dev, librust-url-2+default-dev, libstd-rust-dev , - perlmod-bin, + perlmod-bin (>= 0.2.0-~~), rustc:native , Maintainer: Proxmox Support Team Standards-Version: 4.6.1