diff options
| author | Thomas Lamprecht <t.lamprecht@proxmox.com> | 2025-07-17 00:16:06 +0200 | 
|---|---|---|
| committer | Thomas Lamprecht <t.lamprecht@proxmox.com> | 2025-07-17 00:16:30 +0200 | 
| commit | cc47d2aa653d97db55655249457ac597a5c8c566 (patch) | |
| tree | 686ddd95bbd3fc8e16d2895fe188ac38beec1a4e /debian | |
| parent | a1c88c030cb7aae7e2b1d433ee3a97ec533bb932 (diff) | |
d/control: fix-up bogus package reference in breaks/replaces stanza
Fixes: 98f4d75 ("split into implementation and API endpoint packages")
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Diffstat (limited to 'debian')
| -rw-r--r-- | debian/control | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 3f2c957..cf22ebd 100644 --- a/debian/control +++ b/debian/control @@ -42,7 +42,7 @@ Depends: libpve-common-perl (>= 9.0.2),           ${misc:Depends},           ${perl:Depends},  Breaks: libpve-network-perl (<< 0.9.9~), -Replaces: pve-cluster (<< 0.9.9~), +Replaces: libpve-network-perl (<< 0.9.9~),  Description: API endpoints for Proxmox VE's SDN stack   This package contains the API endpoints for the Software Defined Network of   Proxmox VE.  | 
