From ac862bdcad723b201faac635e5293dbf29a3b34e Mon Sep 17 00:00:00 2001 From: "deepin-community-bot[bot]" <156989552+deepin-community-bot[bot]@users.noreply.github.com> Date: Wed, 10 Dec 2025 09:44:35 +0000 Subject: [PATCH] feat: update python-ptrace to 0.9.9-0.2 --- debian/changelog | 7 +++++++ debian/control | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index 72698af..b89e3d3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +python-ptrace (0.9.9-0.2) unstable; urgency=medium + + * Non-maintainer upload. + * Add build-dependes on python3-setuptools (Closes: #1080761) + + -- Alexandre Detiste Sat, 22 Mar 2025 14:33:58 +0100 + python-ptrace (0.9.9-0.1) unstable; urgency=medium * Non-maintainer upload. diff --git a/debian/control b/debian/control index 5e945be..60608cf 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,8 @@ Priority: optional Maintainer: Pierre Chifflier Build-Depends: debhelper-compat (= 13), dh-python, - python3-all-dev + python3-all-dev, + python3-setuptools, Standards-Version: 4.1.4 Homepage: https://github.com/vstinner/python-ptrace Rules-Requires-Root: no