Source: cloudprint
Maintainer: David Steele <steele@debian.org>
Section: net
Priority: optional
Build-Depends: python3-setuptools,
               python3,
               debhelper (>= 11),
               dh-python,
               python3-pytest,
               python3-mock,
               python3-requests,
               python3-requests-mock,
               python3-configargparse,
               python3-cups,
Standards-Version: 4.2.1
Vcs-Browser: https://github.com/davesteele/cloudprint-service
Vcs-Git: https://github.com/davesteele/cloudprint-service.git -b master
Homepage: https://pypi.python.org/pypi/cloudprint/

Package: cloudprint
Architecture: all
Depends: cups,
         openssl,
         ${misc:Depends},
         ${python3:Depends},
         rsyslog | system-log-daemon,
Description: Google Cloud Print proxy
 Worker script to support a Google Cloud Print proxy. This can make
 locally-configured printers to be accessed by local or remote users over
 Cloud Print.

Package: cloudprint-service
Architecture: all
Depends: cloudprint,
         ${misc:Depends},
         ${python3:Depends},
         systemd
Provides: cloudprintd
Description: provide a service for sharing printers on Google Cloud Print
 Share locally-defined CUPS printers with the Google Cloud Print service.
 The printers can be accessed locally or remotely by authorized users via
 multiple platforms.
