Source: python-msrestazure
Maintainer: Debian Azure Packaging Team <pkg-azure-team@lists.alioth.debian.org>
Uploaders: Antoine R. Dumont (@ardumont) <antoine.romain.dumont@gmail.com>,
           Iain R. Learmonth <irl@debian.org>
Section: python
Priority: optional
Build-Depends: debhelper (>= 9),
               dh-python,
               python-all,
               python-adal (>= 0.4.0~),
               python-keyring (>= 5.6~),
               python-setuptools,
               python-msrest (>= 0.4.10~),
               python3-all,
               python3-adal,
               python3-keyring,
               python3-setuptools,
               python3-msrest (>= 0.4.4~)
Standards-Version: 4.1.0
Vcs-Browser: https://anonscm.debian.org/cgit/pkg-azure/python-msrestazure.git
Vcs-Git: https://anonscm.debian.org/git/pkg-azure/python-msrestazure.git
X-Python-Version: >= 2.7
X-Python3-Version: >= 3.0
Homepage: https://github.com/Azure/msrestazure-for-python

Package: python-msrestazure
Architecture: all
Depends: ${misc:Depends},
         ${python:Depends}
Description: Runtime library for AutoRest generated Python 2.x clients
 The AutoRest tool generates client libraries for accessing Azure's
 RESTful web services. Input to AutoRest is a spec that describes the
 REST API using the Swagger format. This package contains a Swagger
 generator for AutoRest for Python 2.x applications.

Package: python3-msrestazure
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends}
Description: Runtime library for AutoRest generated Python 3.x clients
 The AutoRest tool generates client libraries for accessing Azure's
 RESTful web services. Input to AutoRest is a spec that describes the
 REST API using the Swagger format. This package contains a Swagger
 generator for AutoRest for Python 3.x applications.
