summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2024-03-16 10:27:56 +0000
committerColin Watson <cjwatson@debian.org>2024-03-16 10:27:56 +0000
commit1a0ca14bb313d11d6fbb68fab353062aafe0e4fd (patch)
treec91cf5a484155ffcee8a5bb3d8c8522e5fa56024
parent34410916b8bb0fed318f3c673bee7223570be36b (diff)
Run "wrap-and-sort -ast"
-rw-r--r--debian/control17
1 files changed, 14 insertions, 3 deletions
diff --git a/debian/control b/debian/control
index 15861e2..05a379d 100644
--- a/debian/control
+++ b/debian/control
@@ -2,9 +2,17 @@ Source: python-tblib
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
-Uploaders: Colin Watson <cjwatson@debian.org>
+Uploaders:
+ Colin Watson <cjwatson@debian.org>,
Standards-Version: 4.6.2
-Build-Depends: debhelper-compat (= 13), dh-sequence-python3, python3-all, python3-setuptools, python3-six <!nocheck>, python3-pytest <!nocheck>, python3-twisted <!nocheck>
+Build-Depends:
+ debhelper-compat (= 13),
+ dh-sequence-python3,
+ python3-all,
+ python3-pytest <!nocheck>,
+ python3-setuptools,
+ python3-six <!nocheck>,
+ python3-twisted <!nocheck>,
Homepage: https://github.com/ionelmc/python-tblib
Vcs-Git: https://salsa.debian.org/python-team/packages/python-tblib.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-tblib
@@ -14,7 +22,10 @@ Testsuite: autopkgtest-pkg-pybuild
Package: python3-tblib
Architecture: all
Multi-Arch: foreign
-Depends: ${misc:Depends}, ${python3:Depends}, python3-six
+Depends:
+ python3-six,
+ ${misc:Depends},
+ ${python3:Depends},
Description: Python 3 traceback fiddling library
This library allows pickling tracebacks so that they can be passed across
process boundaries. The traceback objects that come out are stripped of