mirror of
https://git.proxmox.com/git/proxmox-perl-rs
synced 2025-05-24 17:27:08 +00:00

Note: this is more of a soft requirement, since as long as the Notify module isn't loaded we don't need the latest version. This is important to keep in mind since we do not currently have a `pmg-rs` notify `Context` implementation and thus cannot depend on a newer `pmg-rs`. However, as long as pmg code doesn't try to *use* the Notify module, this won't be a problem. Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
25 lines
1008 B
Plaintext
25 lines
1008 B
Plaintext
Source: libproxmox-rs-perl
|
|
Section: perl
|
|
Priority: optional
|
|
Build-Depends: debhelper-compat (= 13), perlmod-bin,
|
|
Maintainer: Proxmox Support Team <support@proxmox.com>
|
|
Standards-Version: 4.6.2
|
|
Vcs-Git: git://git.proxmox.com/git/proxmox-perl-rs.git
|
|
Vcs-Browser: https://git.proxmox.com/?p=proxmox-perl-rs.git
|
|
Homepage: https://www.proxmox.com
|
|
Rules-Requires-Root: no
|
|
|
|
Package: libproxmox-rs-perl
|
|
Architecture: any
|
|
# always bump both versioned Depends and Breaks, otherwise systems with both
|
|
# libpmg-rs-perl and libpve-rs-perl might load an outdated lib and break
|
|
Depends: libpve-rs-perl (>= 0.8.5) | libpmg-rs-perl (>= 0.6.2),
|
|
${misc:Depends},
|
|
${perl:Depends},
|
|
${shlibs:Depends},
|
|
Breaks: libpmg-rs-perl (<< 0.6.2), libpve-rs-perl (<< 0.7.2),
|
|
Replaces: libpve-rs-perl (<< 0.6.0),
|
|
Description: PVE/PMG common perl parts for Rust perlmod bindings
|
|
Contains the perl side of modules provided by the libraries of both
|
|
libpve-rs-perl and libpmg-rs-perl, loading whichever is available.
|