From 43611504947d06fe9ebe8344bcb0c5048645f0b6 Mon Sep 17 00:00:00 2001 From: Pablo Hoffman Date: Fri, 28 Jan 2011 16:21:00 -0200 Subject: [PATCH] added missing scrapyd/default_scrapyd.conf file to MANIFEST.in --- MANIFEST.in | 1 + debian/changelog | 8 +++++++- debian/control | 8 ++++---- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/MANIFEST.in b/MANIFEST.in index 96a6f4a4e..3002ca360 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,6 +4,7 @@ include INSTALL include LICENSE include MANIFEST.in include scrapy/core/downloader/responsetypes/mime.types +include scrapyd/default_scrapyd.conf recursive-include scrapy/templates * recursive-include scrapy/tests/sample_data * recursive-include docs * diff --git a/debian/changelog b/debian/changelog index a9c54e63c..f7aa89017 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,4 +1,10 @@ -scrapy-SUFFIX (0.11) unstable; urgency=low +scrapy-0.12 (0.12.0-r2528+1296238425) unstable; urgency=low + + * Automatic build + + -- Insophia Team Fri, 28 Jan 2011 16:13:46 -0200 + +scrapy-0.12 (0.11) unstable; urgency=low * Initial release. diff --git a/debian/control b/debian/control index 70d6ca0e8..7bd44872b 100644 --- a/debian/control +++ b/debian/control @@ -1,4 +1,4 @@ -Source: scrapy-SUFFIX +Source: scrapy-0.12 Section: python Priority: optional Maintainer: Insophia Team @@ -6,7 +6,7 @@ Build-Depends: debhelper (>= 7.0.50), python (>=2.5), python-twisted Standards-Version: 3.8.4 Homepage: http://scrapy.org/ -Package: scrapy-SUFFIX +Package: scrapy-0.12 Architecture: all Depends: ${python:Depends}, python-libxml2, python-twisted, python-openssl Conflicts: python-scrapy, scrapy, scrapy-0.11 @@ -17,9 +17,9 @@ Description: Python web crawling and scraping framework It can be used for a wide range of purposes, from data mining to monitoring and automated testing. -Package: scrapyd-SUFFIX +Package: scrapyd-0.12 Architecture: all -Depends: scrapy-SUFFIX, python-setuptools +Depends: scrapy-0.12, python-setuptools Conflicts: scrapyd, scrapyd-0.11 Provides: scrapyd Description: Scrapy Service