Source: python-googleapi
Section: python
Priority: optional
Maintainer: Laszlo Boszormenyi (GCS) <gcs@debian.org>
Build-Depends: debhelper (>= 7.0.50),
               python-all,
               python-setuptools,
               python3-all (>= 3.2),
               python3-setuptools
Standards-Version: 3.9.5
Homepage: http://code.google.com/p/google-api-python-client/

Package: python-googleapi
Architecture: all
Depends: python-oauth2client,
         python-uritemplate,
         ${misc:Depends},
         ${python:Depends}
Description: Google APIs Client Library - Python 2.x
 This package contains the Google APIs Client Library for Python, which is the
 core Python library for accessing. Samples are available in the
 python-googleapi-samples package.
 .
 This package provides the Python 2.x module.

Package: python3-googleapi
Architecture: all
Depends: python3-oauth2client,
         python3-uritemplate,
         ${misc:Depends},
         ${python3:Depends}
Description: Google APIs Client Library - Python 3.x
 This package contains the Google APIs Client Library for Python, which is the
 core Python library for accessing. Samples are available in the
 python-googleapi-samples package.
 .
 This package provides the Python 3.x module.

Package: python-googleapi-samples
Architecture: all
Depends: python-googleapi, ${misc:Depends}, ${python:Depends}
Description: Google APIs Client Library for Python, samples
 This package contains the Google APIs Client Library for Python, which is the
 core Python library for accessing.
 .
 This package contains some samples for the python-googleapi package.
