From 08952562e976d85dc5a8f227b16b1ada6dfd671d Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Fri, 17 Sep 2010 16:25:02 -0300 Subject: [PATCH] Make Ubuntu package conflict with standard Scrapy Debian/Ubuntu package --- debian/control | 2 ++ 1 file changed, 2 insertions(+) diff --git a/debian/control b/debian/control index 8e4097dd9..217e520ab 100644 --- a/debian/control +++ b/debian/control @@ -9,6 +9,8 @@ Homepage: http://scrapy.org/ Package: scrapy Architecture: all Depends: ${python:Depends}, python-libxml2, python-twisted, python-openssl +Conflicts: python-scrapy +Provides: python-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.