summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Shadura <andrew.shadura@collabora.co.uk>2020-11-30 12:18:52 +0100
committerAndrej Shadura <andrew.shadura@collabora.co.uk>2020-11-30 12:18:52 +0100
commitf8c60f69172b6a18546e36b2aff2e134a9272a2e (patch)
tree589b726217c7362ee143bf3039e26be83d161f12
parent2e9c891b4d43c9589e3565ddd7d6b90ae50bb5d4 (diff)
Wrap and sort
-rw-r--r--debian/control18
1 files changed, 13 insertions, 5 deletions
diff --git a/debian/control b/debian/control
index ff8a519..0ba2417 100644
--- a/debian/control
+++ b/debian/control
@@ -1,10 +1,15 @@
Source: python-ldap3
Maintainer: Debian Python Team <team+python@tracker.debian.org>
-Uploaders: Brian May <bam@debian.org>
+Uploaders:
+ Brian May <bam@debian.org>,
Section: python
Priority: optional
-Build-Depends: debhelper-compat (= 12), dh-python,
- python3-all, python3-setuptools, python3-pyasn1 (>= 0.4.6),
+Build-Depends:
+ debhelper-compat (= 12),
+ dh-python,
+ python3-all,
+ python3-pyasn1 (>= 0.4.6),
+ python3-setuptools,
Standards-Version: 4.0.0
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-ldap3
Vcs-Git: https://salsa.debian.org/python-team/packages/python-ldap3.git
@@ -12,8 +17,11 @@ Homepage: https://github.com/cannatag/ldap3
Package: python3-ldap3
Architecture: all
-Depends: ${python3:Depends}, ${misc:Depends}
-Breaks: python3-tldap (<< 0.3.8~)
+Depends:
+ ${misc:Depends},
+ ${python3:Depends},
+Breaks:
+ python3-tldap (<< 0.3.8~),
Description: Pure Python LDAP client library
A pure Python 3 LDAP version 3 strictly conforming to RFC4511 released under
the LGPL v3 open source license. RFC4511 is the current LDAP specification