mirror of https://github.com/scrapy/scrapy.git
make scrapyd debian package dependent on the same (or higher) version of scrapy package
This commit is contained in:
parent
2ee523b14a
commit
85e2b493b4
|
|
@ -20,7 +20,7 @@ Description: Python web crawling and scraping framework
|
|||
|
||||
Package: scrapyd-SUFFIX
|
||||
Architecture: all
|
||||
Depends: scrapy-SUFFIX, python-setuptools
|
||||
Depends: scrapy-SUFFIX (>= ${source:Version}), python-setuptools
|
||||
Conflicts: scrapyd, scrapyd-0.11
|
||||
Provides: scrapyd
|
||||
Description: Scrapy Service
|
||||
|
|
|
|||
Loading…
Reference in New Issue