From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from firstgate.proxmox.com (firstgate.proxmox.com [IPv6:2a01:7e0:0:424::9]) by lore.proxmox.com (Postfix) with ESMTPS id C348A1FF177 for ; Fri, 2 Aug 2024 15:28:56 +0200 (CEST) Received: from firstgate.proxmox.com (localhost [127.0.0.1]) by firstgate.proxmox.com (Proxmox) with ESMTP id B4113E13A; Fri, 2 Aug 2024 15:29:01 +0200 (CEST) From: Max Carrara To: pve-devel@lists.proxmox.com Date: Fri, 2 Aug 2024 15:26:56 +0200 Message-Id: <20240802132656.270077-19-m.carrara@proxmox.com> X-Mailer: git-send-email 2.39.2 In-Reply-To: <20240802132656.270077-1-m.carrara@proxmox.com> References: <20240802132656.270077-1-m.carrara@proxmox.com> MIME-Version: 1.0 X-SPAM-LEVEL: Spam detection results: 0 AWL 0.034 Adjusted score from AWL reputation of From: address BAYES_00 -1.9 Bayes spam probability is 0 to 1% DMARC_MISSING 0.1 Missing DMARC policy KAM_DMARC_STATUS 0.01 Test Rule for DKIM or SPF Failure with Strict Alignment SPF_HELO_NONE 0.001 SPF: HELO does not publish an SPF Record SPF_PASS -0.001 SPF: sender matches SPF record Subject: [pve-devel] [PATCH v1 pve-common 18/18] deb: split PBSClient.pm into new package libproxmox-backup-client-perl X-BeenThere: pve-devel@lists.proxmox.com X-Mailman-Version: 2.1.29 Precedence: list List-Id: Proxmox VE development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: Proxmox VE development discussion Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: pve-devel-bounces@lists.proxmox.com Sender: "pve-devel" .. and also add corresponding 'debian/*.install' files for 'libpve-common-perl' and the new package. Signed-off-by: Max Carrara --- Makefile | 1 + debian/control | 12 +++++++++ debian/libproxmox-backup-client-perl.install | 1 + debian/libpve-common-perl.install | 28 ++++++++++++++++++++ 4 files changed, 42 insertions(+) create mode 100644 debian/libproxmox-backup-client-perl.install create mode 100644 debian/libpve-common-perl.install diff --git a/Makefile b/Makefile index c2969aa..28d7214 100644 --- a/Makefile +++ b/Makefile @@ -4,6 +4,7 @@ SOURCE_PACKAGE=libpve-common-perl PACKAGES = \ $(SOURCE_PACKAGE) \ + libproxmox-backup-client-perl \ ARCH=all diff --git a/debian/control b/debian/control index ac4cd66..11a1e17 100644 --- a/debian/control +++ b/debian/control @@ -52,3 +52,15 @@ Breaks: ifupdown2 (<< 2.0.1-1+pve5), qemu-server (<< 8.0.1), Description: Proxmox VE base library This package contains the base library used by other Proxmox VE components. + +Package: libproxmox-backup-client-perl +Architecture: all +Depends: libpve-common-perl (>= X.Y.Z), + proxmox-backup-client (>= 2.1.10~), + proxmox-backup-file-restore, + ${perl:Depends} +Replaces: libpve-common-perl (<< X.Y.Z) +Breaks: libpve-common-perl (<< X.Y.Z) +Description: Proxmox Backup Client Perl Library + This package contains utilities that wrap common Proxmox Backup client CLI + operations. diff --git a/debian/libproxmox-backup-client-perl.install b/debian/libproxmox-backup-client-perl.install new file mode 100644 index 0000000..a54f59b --- /dev/null +++ b/debian/libproxmox-backup-client-perl.install @@ -0,0 +1 @@ +/usr/share/perl5/PVE/PBSClient.pm diff --git a/debian/libpve-common-perl.install b/debian/libpve-common-perl.install new file mode 100644 index 0000000..bf42f42 --- /dev/null +++ b/debian/libpve-common-perl.install @@ -0,0 +1,28 @@ +/usr/share/perl5/PVE/AtomicFile.pm +/usr/share/perl5/PVE/CalendarEvent.pm +/usr/share/perl5/PVE/Certificate.pm +/usr/share/perl5/PVE/CGroup.pm +/usr/share/perl5/PVE/CLIFormatter.pm +/usr/share/perl5/PVE/CLIHandler.pm +/usr/share/perl5/PVE/CpuSet.pm +/usr/share/perl5/PVE/Daemon.pm +/usr/share/perl5/PVE/Exception.pm +/usr/share/perl5/PVE/Format.pm +/usr/share/perl5/PVE/INotify.pm +/usr/share/perl5/PVE/Job/ +/usr/share/perl5/PVE/Job/Registry.pm +/usr/share/perl5/PVE/JSONSchema.pm +/usr/share/perl5/PVE/LDAP.pm +/usr/share/perl5/PVE/Network.pm +/usr/share/perl5/PVE/OTP.pm +/usr/share/perl5/PVE/ProcFSTools.pm +/usr/share/perl5/PVE/PTY.pm +/usr/share/perl5/PVE/RESTEnvironment.pm +/usr/share/perl5/PVE/RESTHandler.pm +/usr/share/perl5/PVE/SafeSyslog.pm +/usr/share/perl5/PVE/SectionConfig.pm +/usr/share/perl5/PVE/Syscall.pm +/usr/share/perl5/PVE/SysFSTools.pm +/usr/share/perl5/PVE/Systemd.pm +/usr/share/perl5/PVE/Ticket.pm +/usr/share/perl5/PVE/Tools.pm -- 2.39.2 _______________________________________________ pve-devel mailing list pve-devel@lists.proxmox.com https://lists.proxmox.com/cgi-bin/mailman/listinfo/pve-devel