added missing scrapyd/default_scrapyd.conf file to MANIFEST.in

This commit is contained in:
Pablo Hoffman 2011-01-28 16:21:00 -02:00
parent 09f084c220
commit 4361150494
3 changed files with 12 additions and 5 deletions

View File

@ -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 *

8
debian/changelog vendored
View File

@ -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 <info@insophia.com> Fri, 28 Jan 2011 16:13:46 -0200
scrapy-0.12 (0.11) unstable; urgency=low
* Initial release.

8
debian/control vendored
View File

@ -1,4 +1,4 @@
Source: scrapy-SUFFIX
Source: scrapy-0.12
Section: python
Priority: optional
Maintainer: Insophia Team <info@insophia.com>
@ -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