Skip to content

Commit 7992c55

Browse files
committed
TOOL-11726 gdb-python: add build-dependencies to control file and stop requiring python 3.6
Reviewed at: http://reviews.delphix.com/r/70235/
1 parent c186d2f commit 7992c55

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

debian/control

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@ Source: gdb-python
22
Section: misc
33
Priority: optional
44
Maintainer: Delphix Engineering <eng@delphix.com>
5+
Build-Depends:
6+
autoconf,
7+
automake,
8+
bison,
9+
dh-python,
10+
flex,
11+
git,
12+
liblzo2-dev,
13+
libmpfr-dev,
14+
libsnappy1v5,
15+
libtool,
16+
pkg-config,
17+
python3-distutils,
18+
python3-future,
19+
python3-pyelftools,
20+
python3-dev,
21+
texinfo,
22+
zlib1g-dev
523
Standards-Version: 4.1.2
624

725
Package: gdb-python

debian/rules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
SOURCE_NAME := $(shell dpkg-parsechangelog | sed -rne "s,^Source: (.*),\1,p")
44

55
%:
6-
dh $@
6+
dh $@ --with python3
77

88
override_dh_auto_configure:
99
dh_auto_configure -- \
10-
--with-python=/usr/bin/python3.6 \
10+
--with-python=/usr/bin/python3 \
1111
--prefix=/opt/gdb-python
1212

1313
override_dh_auto_build:

0 commit comments

Comments
 (0)