[Pkg-privacy-commits] [Git][pkg-privacy-team/txtorcon][master] 3 commits: NMU
Alexandre Detiste (@detiste-guest)
gitlab at salsa.debian.org
Thu May 14 21:56:36 BST 2026
Alexandre Detiste pushed to branch master at Privacy Maintainers / txtorcon
Commits:
f0b12109 by Alexandre Detiste at 2025-02-15T16:46:45+01:00
NMU
- - - - -
1c6cf799 by Alexandre Detiste at 2025-02-15T16:52:07+01:00
apply Multi-Arch: hint
- - - - -
8d5e6b78 by Alexandre Detiste at 2026-05-14T22:56:35+02:00
Merge branch 'master' into 'master'
NMU for 3 easy bugs
See merge request pkg-privacy-team/txtorcon!1
- - - - -
3 changed files:
- debian/changelog
- debian/control
- debian/rules
Changes:
=====================================
debian/changelog
=====================================
@@ -1,3 +1,13 @@
+txtorcon (24.8.0-1.1) unstable; urgency=medium
+
+ * Non-maintainer upload.
+ * Remove Jérémy Bobbio from Uploaders, RIP. (Closes: #1087245)
+ * Remove python3-six dependency (Closes: #1087335)
+ * Remove python3-mock build-dependency (Closes: #1090028)
+ * Apply "Multi-Arch:" hint
+
+ -- Alexandre Detiste <tchet at debian.org> Sat, 15 Feb 2025 16:43:32 +0100
+
txtorcon (24.8.0-1) unstable; urgency=medium
* Team upload.
=====================================
debian/control
=====================================
@@ -1,18 +1,15 @@
Source: txtorcon
Maintainer: Debian Privacy Tools Maintainers <pkg-privacy-maintainers at lists.alioth.debian.org>
-Uploaders: Jérémy Bobbio <lunar at debian.org>
Section: python
Priority: optional
-Build-Depends: debhelper-compat (= 12),
- dh-python,
+Build-Depends: debhelper-compat (= 13),
+ dh-sequence-python3,
graphviz,
lsof,
python3-all,
python3-geoip,
- python3-mock,
python3-repoze.sphinx.autointerface,
python3-setuptools,
- python3-six,
python3-sphinx,
python3-twisted,
tor
@@ -25,7 +22,6 @@ Rules-Requires-Root: no
Package: python3-txtorcon
Architecture: all
Depends: python3-geoip,
- python3-six,
python3-twisted,
python3-zope.interface,
${misc:Depends},
@@ -47,6 +43,7 @@ Description: Twisted-based asynchronous Tor control protocol implementation (Pyt
Package: python-txtorcon-doc
Section: doc
Architecture: all
+Multi-Arch: foreign
Depends: ${misc:Depends},
${sphinxdoc:Depends}
Description: Twisted-based asynchronous Tor control protocol implementation (Documentation)
=====================================
debian/rules
=====================================
@@ -3,7 +3,7 @@
export PYBUILD_NAME=txtorcon
%:
- dh $@ --with=python3,sphinxdoc --buildsystem=pybuild
+ dh $@ --with=sphinxdoc --buildsystem=pybuild
override_dh_auto_build:
PYTHONPATH=. http_proxy='127.0.0.1:9' sphinx-build -N -bhtml docs/ docs/_build/html # HTML generator
View it on GitLab: https://salsa.debian.org/pkg-privacy-team/txtorcon/-/compare/d8b6dac53508601b69b897dbf01537547e8c8c1f...8d5e6b786f9bb0c2f458d8058e575a208baa66e2
--
View it on GitLab: https://salsa.debian.org/pkg-privacy-team/txtorcon/-/compare/d8b6dac53508601b69b897dbf01537547e8c8c1f...8d5e6b786f9bb0c2f458d8058e575a208baa66e2
You're receiving this email because of your account on salsa.debian.org. Manage all notifications: https://salsa.debian.org/-/profile/notifications | Help: https://salsa.debian.org/help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/pkg-privacy-commits/attachments/20260514/26025c5f/attachment-0001.htm>
More information about the Pkg-privacy-commits
mailing list