Make Ubuntu package conflict with standard Scrapy Debian/Ubuntu package

This commit is contained in:
Pablo Hoffman 2010-09-17 16:25:02 -03:00
parent cad077574b
commit 08952562e9
1 changed files with 2 additions and 0 deletions

2
debian/control vendored
View File

@ -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.