From 48132017ed92ba8ebe54c82746fe3a009a8e738d Mon Sep 17 00:00:00 2001 From: Serapheim Dimitropoulos Date: Fri, 19 Mar 2021 19:23:21 -0700 Subject: [PATCH] debian packaging: be explicit about our dependencies The elfutils package in Ubuntu 18.04 does not include the libdw-dev package required by libdrgn. Add this package to our list of dependencies and add all other dependencies of elfutils explicitly as an attempt to avoid similar breakages in the future. --- debian/control | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/debian/control b/debian/control index d3e13a621..e01adad2f 100644 --- a/debian/control +++ b/debian/control @@ -6,11 +6,16 @@ Standards-Version: 4.1.2 Build-Depends: autoconf, automake, bison, + elfutils, flex, gawk, git, gcc, libbz2-dev, + libdw1, + libdw-dev, + libelf1, + libelf-dev, libkdumpfile, liblzma-dev, liblzo2-dev,