mirror of https://github.com/scrapy/scrapy.git
added missing scrapyd/default_scrapyd.conf file to MANIFEST.in
This commit is contained in:
parent
09f084c220
commit
4361150494
|
|
@ -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 *
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue