From 7e7ebe0ac62933bb7b0b3372ad6769a060a8306f Mon Sep 17 00:00:00 2001 From: Serapheim Dimitropoulos Date: Mon, 30 Sep 2019 21:08:38 +0000 Subject: [PATCH] Update Ubuntu package definitions with latest dependencies --- debian/control | 19 ++++++++++++++++++- debian/rules | 0 2 files changed, 18 insertions(+), 1 deletion(-) mode change 100644 => 100755 debian/rules diff --git a/debian/control b/debian/control index cb9d7a69b..d3e13a621 100644 --- a/debian/control +++ b/debian/control @@ -3,7 +3,24 @@ Section: misc Priority: optional Maintainer: Delphix Engineering Standards-Version: 4.1.2 -Build-Depends: debhelper (>= 9), dh-python, python3 +Build-Depends: autoconf, + automake, + bison, + flex, + gawk, + git, + gcc, + libbz2-dev, + libkdumpfile, + liblzma-dev, + liblzo2-dev, + libtool, + make, + pkg-config, + python3, + python3-distutils, + python3.6-dev, + zlib1g-dev Package: drgn Architecture: any diff --git a/debian/rules b/debian/rules old mode 100644 new mode 100755