Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <tchet@debian.org> Sat, 22 Mar 2025 14:33:58 +0100

python-ptrace (0.9.9-0.1) unstable; urgency=medium

* Non-maintainer upload.
Expand Down
3 changes: 2 additions & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@ Priority: optional
Maintainer: Pierre Chifflier <pollux@debian.org>
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
Expand Down
Loading