From 579463aff252c30e97ccb2045e84f4f4d69690da Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Tue, 4 Jan 2011 13:57:32 -0200 Subject: [PATCH] make scrapy*-0.13 packages conflict with scrapy*-0.12 packages --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index b4b159470..cc0d49040 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, scrapy, scrapy-0.11 +Conflicts: python-scrapy, scrapy, scrapy-0.11, scrapy-0.12 Provides: python-scrapy, scrapy Description: Python web crawling and scraping framework Scrapy is a fast high-level screen scraping and web crawling framework, @@ -20,7 +20,7 @@ Description: Python web crawling and scraping framework Package: scrapyd-SUFFIX Architecture: all Depends: scrapy, python-setuptools -Conflicts: scrapyd, scrapyd-0.11 +Conflicts: scrapyd, scrapyd-0.11, scrapyd-0.12 Provides: scrapyd Description: Scrapy Service The Scrapy service allows you to deploy your Scrapy projects by building