Source: scrapyd
Section: python
Priority: optional
Maintainer: Scrapinghub Team <info@scrapinghub.com>
Build-Depends: debhelper (>= 7.0.50), python (>=2.6)
Standards-Version: 3.8.4
Homepage: http://scrapy.org/

Package: scrapyd
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, scrapy
Description: Service to host scrapy crawlers
 This package installs and configures Scrapyd to run as a system service.
 .
 Scrapyd is an application for deploying and running Scrapy spiders.
 It enables you to deploy (upload) your projects and control their spiders
 using an API.

Package: scrapyd-deploy
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, scrapy, python-w3lib, python-setuptools
Description: Scrapyd deployment tool
 The package contains the Scrapyd deployment tool.
 .
 scrapyd-deploy is used to deploy Scrapy projects to Scrapyd servers.
 It contains the same functionality as provided by the `scrapy deploy` command.
