File tree Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Expand file tree Collapse file tree 2 files changed +20
-2
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,24 @@ Source: gdb-python
22Section: misc
33Priority: optional
44Maintainer: 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
523Standards-Version: 4.1.2
624
725Package: gdb-python
Original file line number Diff line number Diff line change 33SOURCE_NAME := $(shell dpkg-parsechangelog | sed -rne "s,^Source: (.* ) ,\1,p")
44
55% :
6- dh $@
6+ dh $@ --with python3
77
88override_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
1313override_dh_auto_build :
You can’t perform that action at this time.
0 commit comments