From 77b2009b136f8154dc7208b7e0474d1055c182f9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabian=20Gr=C3=BCnbichler?= Date: Fri, 2 Aug 2019 15:40:44 +0200 Subject: [PATCH] build: add ZFS 0.8 debhelper build-dependencies MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler --- debian/control.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/control.in b/debian/control.in index bb7867e..81a33a1 100644 --- a/debian/control.in +++ b/debian/control.in @@ -8,6 +8,7 @@ Build-Depends: asciidoc-base, bison, cpio, debhelper (>= 10~), + dh-python, file, flex, gcc (>= 8.3.0-6), @@ -26,6 +27,7 @@ Build-Depends: asciidoc-base, python-minimal, rsync, sed, + sphinx-common, tar, xmlto, zlib1g-dev,