From 3e34ad82c385f2ee77f9c3478532bdf7100f529a Mon Sep 17 00:00:00 2001 From: Tristan Seligmann Date: Sun, 21 Feb 2016 22:45:12 +0200 Subject: Import python-service-identity_16.0.0-1.dsc --- debian/control | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 debian/control (limited to 'debian/control') diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..f47c296 --- /dev/null +++ b/debian/control @@ -0,0 +1,36 @@ +Source: python-service-identity +Priority: optional +Maintainer: Matthias Klose +Uploaders: Free Ekanayaka +Build-Depends: debhelper (>= 9), dh-python, + python-all, python-setuptools, python-openssl, python-pyasn1-modules, python-characteristic, python-pytest, + python3-all, python3-setuptools, python3-openssl, python3-pyasn1-modules, python3-characteristic, python3-pytest, + python3-idna, python-idna +Build-Depends-Indep: python3-sphinx +Standards-Version: 3.9.7 +Section: python +Homepage: https://pypi.python.org/pypi/service_identity + +Package: python-service-identity +Architecture: all +Depends: ${python:Depends}, ${misc:Depends} +Recommends: python-idna +Description: Service identity verification for pyOpenSSL (Python 2 module) + Service_identity aspires to give you all the tools you need for verifying + whether a certificate is valid for the intended purposes. + . + In the simplest case, this means host name verification. However, + service_identity implements RFC 6125 fully and plans to add other + relevant RFCs too. + +Package: python3-service-identity +Architecture: all +Depends: ${python3:Depends}, ${misc:Depends} +Recommends: python3-idna +Description: Service identity verification for pyOpenSSL (Python 3 module) + Service_identity aspires to give you all the tools you need for verifying + whether a certificate is valid for the intended purposes. + . + In the simplest case, this means host name verification. However, + service_identity implements RFC 6125 fully and plans to add other + relevant RFCs too. -- cgit v1.2.3