From 02d484370f0191a1748e71908393fa2271458402 Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 23 Dec 2020 11:54:44 +0100 Subject: [PATCH] fix build depends --- debian/control | 1 + debian/debcargo.toml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/debian/control b/debian/control index ab0b3ac9..75256707 100644 --- a/debian/control +++ b/debian/control @@ -77,6 +77,7 @@ Build-Depends: debhelper (>= 11), libfuse3-dev, libsystemd-dev, uuid-dev, + libsgutils2-dev, debhelper (>= 12~), bash-completion, pve-eslint (>= 7.12.1-1), diff --git a/debian/debcargo.toml b/debian/debcargo.toml index 9fdb60af..4e2a41d0 100644 --- a/debian/debcargo.toml +++ b/debian/debcargo.toml @@ -29,6 +29,7 @@ build_depends = [ "texlive-xetex ", "xindy ", ] + build_depends_excludes = [ "debhelper (>=11)", ] @@ -39,4 +40,5 @@ depends = [ "libfuse3-dev", "libsystemd-dev", "uuid-dev", + "libsgutils2-dev", ]