Skip to content

Commit

Permalink
TOOL-11726 gdb-python: add build-dependencies to control file and sto…
Browse files Browse the repository at this point in the history
…p requiring python 3.6

Reviewed at: http://reviews.delphix.com/r/70235/
  • Loading branch information
pzakha committed Jun 14, 2021
1 parent c186d2f commit 7992c55
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
18 changes: 18 additions & 0 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,24 @@ Source: gdb-python
Section: misc
Priority: optional
Maintainer: Delphix Engineering <[email protected]>
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
Expand Down
4 changes: 2 additions & 2 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7992c55

Please sign in to comment.