From 98170cd90a800625fef6c15cc8ee6a45d2be8886 Mon Sep 17 00:00:00 2001 From: Pavel Zakharov Date: Mon, 14 Jun 2021 12:10:49 -0400 Subject: [PATCH] TOOL-11726 gdb-python: add build-dependencies to control file and stop requiring python 3.6 PR URL: https://www.github.com/delphix/gdb-python/pull/4 --- debian/control | 18 ++++++++++++++++++ debian/rules | 4 ++-- 2 files changed, 20 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index d928cff8b84..197be405484 100644 --- a/debian/control +++ b/debian/control @@ -2,6 +2,24 @@ Source: gdb-python Section: misc Priority: optional Maintainer: Delphix Engineering +Build-Depends: + autoconf, + automake, + bison, + dh-python, + flex, + git, + liblzo2-dev, + libmpfr-dev, + libsnappy1v5, + libtool, + pkg-config, + python3-distutils, + python3-future, + python3-pyelftools, + python3-dev, + texinfo, + zlib1g-dev Standards-Version: 4.1.2 Package: gdb-python diff --git a/debian/rules b/debian/rules index 9c09bb54bf6..7ce6fe8e9d5 100755 --- a/debian/rules +++ b/debian/rules @@ -3,11 +3,11 @@ SOURCE_NAME := $(shell dpkg-parsechangelog | sed -rne "s,^Source: (.*),\1,p") %: - dh $@ + dh $@ --with python3 override_dh_auto_configure: dh_auto_configure -- \ - --with-python=/usr/bin/python3.6 \ + --with-python=/usr/bin/python3 \ --prefix=/opt/gdb-python override_dh_auto_build: