From 3926ca45b3ce23941c97e5ccb1f1aa2d4b9d6794 Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Wed, 17 Nov 2010 17:08:21 -0200 Subject: [PATCH] debian/control: Added scrapy/scrapyd to Provides --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 1bbec3e55..5a900f38a 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ Package: scrapy-SUFFIX Architecture: all Depends: ${python:Depends}, python-libxml2, python-twisted, python-openssl Conflicts: python-scrapy -Provides: python-scrapy +Provides: python-scrapy, scrapy Description: Python web crawling and scraping framework Scrapy is a fast high-level screen scraping and web crawling framework, used to crawl websites and extract structured data from their pages. @@ -20,6 +20,7 @@ Description: Python web crawling and scraping framework Package: scrapyd-SUFFIX Architecture: all Depends: scrapy, python-setuptools +Provides: scrapyd Description: Scrapy Service The Scrapy service allows you to deploy your Scrapy projects by building Python eggs of them and uploading them to the Scrapy service using a JSON API