Skip to content

Commit ac81662

Browse files
committed
make scrapy*-0.12 packages conflict with scrapy*-0.11 packages
1 parent b56e933 commit ac81662

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

debian/control

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Homepage: http://scrapy.org/
99
Package: scrapy-SUFFIX
1010
Architecture: all
1111
Depends: ${python:Depends}, python-libxml2, python-twisted, python-openssl
12-
Conflicts: python-scrapy, scrapy
12+
Conflicts: python-scrapy, scrapy, scrapy-0.11
1313
Provides: python-scrapy, scrapy
1414
Description: Python web crawling and scraping framework
1515
Scrapy is a fast high-level screen scraping and web crawling framework,
@@ -20,7 +20,7 @@ Description: Python web crawling and scraping framework
2020
Package: scrapyd-SUFFIX
2121
Architecture: all
2222
Depends: scrapy, python-setuptools
23-
Conflicts: scrapyd
23+
Conflicts: scrapyd, scrapyd-0.11
2424
Provides: scrapyd
2525
Description: Scrapy Service
2626
The Scrapy service allows you to deploy your Scrapy projects by building

0 commit comments

Comments
 (0)