Source: python-httpsig
Priority: optional
Section: python
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Petter Reinholdtsen <pere@hungry.com>
Build-Depends: debhelper (>= 10),
               dh-python,
               python-all,
               python-setuptools,
               python-setuptools-scm,
               python3-all,
               python3-setuptools,
               python3-setuptools-scm
Standards-Version: 4.1.4
Homepage: https://github.com/ahknight/httpsig
Vcs-Git: https://salsa.debian.org/python-team/modules/python-httpsig.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/python-httpsig

Package: python-httpsig
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends}
Description: sign HTTP requests according to IETF HTTP Signatures draft
 Sign HTTP requests with secure signatures according to the IETF HTTP
 Signatures specification (`Draft 8`_).

Package: python3-httpsig
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: sign HTTP requests according to IETF HTTP Signatures draft - Python 3 version of the package
 Sign HTTP requests with secure signatures according to the IETF HTTP
 Signatures specification (`Draft 8`_).
 .
 This is the Python 3 version of the package.
