mirror of https://github.com/scrapy/scrapy.git
Make scrapy conflict with previous versionsof the debian package
This commit is contained in:
parent
3926ca45b3
commit
2897061b98
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue