[pve-devel] [PATCH cluster 01/16] d/control: add missing build-depends

Fabian Grünbichler f.gruenbichler at proxmox.com
Wed Nov 6 13:36:06 CET 2019


Signed-off-by: Fabian Grünbichler <f.gruenbichler at proxmox.com>
---
this strictly speaking breaks bootstrapping - but it is already broken,
we just no longer hide it. one solution for this would be to adapt
libpve-cluster* and libpve-access-control* to optionally skip building
their respective -api- binary packages to break the bootstrapping cycle
- build profiles should work for this, but in practice we probably never
need this since they are all 'arch: all' packages

 debian/control | 1 +
 1 file changed, 1 insertion(+)

diff --git a/debian/control b/debian/control
index b3410d2..8a068e0 100644
--- a/debian/control
+++ b/debian/control
@@ -11,6 +11,7 @@ Build-Depends: check,
                libfuse-dev (>= 2.9.2-4),
                libglib2.0-dev (>= 2.42.1-1),
                libpve-apiclient-perl,
+               libpve-access-control,
                libpve-common-perl (>= 5.0-28),
                libqb-dev (>= 0.17.1-1),
                libquorum-dev (>= 2.3.4-1),
-- 
2.20.1





More information about the pve-devel mailing list