From a049f390d9261d727f8eb74ab909b16a330da5c4 Mon Sep 17 00:00:00 2001 From: Trent Lloyd Date: Wed, 6 Mar 2019 13:14:24 +0800 Subject: [PATCH] Build with dtrace/USDT probe support --- debian/changelog | 7 +++++++ debian/control | 2 +- debian/control.in | 2 +- debian/rules | 1 + 4 files changed, 10 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index e0c281e..c9c21eb 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python3.8 (3.8.0~a1-0ubuntu2) disco; urgency=medium + + * Enable dtrace/USDT probe support (--with-dtrace) and build-dep on + systemtap-sdt-dev + + -- Trent Lloyd Wed, 06 Mar 2019 13:13:12 +0800 + python3.8 (3.8.0~a1-0ubuntu1) disco; urgency=medium * Python 3.8.0 alpha 1 release. diff --git a/debian/control b/debian/control index b9271f9..49b3146 100644 --- a/debian/control +++ b/debian/control @@ -16,7 +16,7 @@ Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.17.11), libsqlite3-dev, libffi-dev (>= 3.0.5) [!or1k !avr32], libgpm2 [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], mime-support, netbase, bzip2, time, python3:any, - net-tools, xvfb, xauth + net-tools, xvfb, xauth, systemtap-sdt-dev Build-Depends-Indep: python3-sphinx, texinfo Standards-Version: 4.3.0 Vcs-Browser: https://salsa.debian.org/cpython-team/python3 diff --git a/debian/control.in b/debian/control.in index 21d0976..23a40c9 100644 --- a/debian/control.in +++ b/debian/control.in @@ -15,7 +15,7 @@ Build-Depends: debhelper (>= 9), @bd_dpkgdev@ libsqlite3-dev, libffi-dev (>= 3.0.5) [!or1k !avr32], libgpm2 [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64], mime-support, netbase, bzip2, time, python3@bd_qual@, - net-tools, xvfb, xauth + net-tools, xvfb, xauth, systemtap-sdt-dev Build-Depends-Indep: python3-sphinx, texinfo Standards-Version: 4.3.0 Vcs-Browser: https://salsa.debian.org/cpython-team/python3 diff --git a/debian/rules b/debian/rules index ea46904..bfc35cc 100755 --- a/debian/rules +++ b/debian/rules @@ -356,6 +356,7 @@ common_configure_args = \ --without-ensurepip \ --with-system-expat \ --with-system-libmpdec \ + --with-dtrace \ ifneq (,$(filter $(DEB_HOST_ARCH), avr32 or1k)) common_configure_args += --without-ffi -- 2.20.1