From 85e2b493b4e56aafbccd26efae8862bb2b673417 Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Fri, 13 Jan 2012 10:55:20 -0200 Subject: [PATCH] make scrapyd debian package dependent on the same (or higher) version of scrapy package --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index fa407cc84..9f3d4ba63 100644 --- a/debian/control +++ b/debian/control @@ -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