diff --git a/pve-rs/debian/control b/pve-rs/debian/control index 641c78a7..4988e33c 100644 --- a/pve-rs/debian/control +++ b/pve-rs/debian/control @@ -35,6 +35,7 @@ Depends: ${misc:Depends}, ${perl:Depends}, ${shlibs:Depends}, +Breaks: libpve-access-control (<< 7.1-3) Description: PVE parts which have been ported to Rust - Rust source code This package contains the source for the Rust pve-rs crate, packaged by debcargo for use with cargo and dh-cargo. diff --git a/pve-rs/debian/debcargo.toml b/pve-rs/debian/debcargo.toml index e642fe27..e9f2069d 100644 --- a/pve-rs/debian/debcargo.toml +++ b/pve-rs/debian/debcargo.toml @@ -6,3 +6,6 @@ maintainer = "Proxmox Support Team " section = "perl" vcs_git = "git://git.proxmox.com/git/proxmox.git" vcs_browser = "https://git.proxmox.com/?p=proxmox.git" + +[packages.libpve-rs-perl] +extra_lines = ["Breaks: libpve-access-control (<< 7.1-3)"]