diff --git a/common/pkg/debian/control b/common/pkg/debian/control index cdda8c5..8bc510c 100644 --- a/common/pkg/debian/control +++ b/common/pkg/debian/control @@ -17,6 +17,8 @@ Depends: ${perl:Depends}, ${shlibs:Depends}, libpve-rs-perl (>= 0.6.0) | libpmg-rs-perl (>= 0.5.0), +Breaks: libpve-rs-perl (<< 0.6.0) +Replaces: libpve-rs-perl (<< 0.6.0) Description: PVE/PMG common parts which have been ported to Rust - Perl packages Contains the perl side of modules provided by the libraries of both libpve-rs-perl and libpmg-rs-perl, loading whichever is available.