make scrapy*-0.12 packages conflict with scrapy*-0.11 packages

This commit is contained in:
Pablo Hoffman 2011-01-04 13:56:28 -02:00
parent b56e933be9
commit ac8166251e
1 changed files with 2 additions and 2 deletions

4
debian/control vendored
View File

@ -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
Conflicts: python-scrapy, scrapy, scrapy-0.11
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
Conflicts: scrapyd, scrapyd-0.11
Provides: scrapyd
Description: Scrapy Service
The Scrapy service allows you to deploy your Scrapy projects by building