From 2897061b983c96cf693e6d51693da4d8a78de99e Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Wed, 17 Nov 2010 17:30:22 -0200 Subject: [PATCH] Make scrapy conflict with previous versionsof the debian package --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 5a900f38a..09379ba20 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Homepage: http://scrapy.org/ Package: scrapy-SUFFIX Architecture: all Depends: ${python:Depends}, python-libxml2, python-twisted, python-openssl -Conflicts: python-scrapy +Conflicts: python-scrapy, scrapy Provides: python-scrapy, scrapy Description: Python web crawling and scraping framework Scrapy is a fast high-level screen scraping and web crawling framework, @@ -20,6 +20,7 @@ Description: Python web crawling and scraping framework Package: scrapyd-SUFFIX Architecture: all Depends: scrapy, python-setuptools +Conflicts: scrapyd Provides: scrapyd Description: Scrapy Service The Scrapy service allows you to deploy your Scrapy projects by building