Skip to content

Commit 4361150

Browse files
committed
added missing scrapyd/default_scrapyd.conf file to MANIFEST.in
1 parent 09f084c commit 4361150

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

MANIFEST.in

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ include INSTALL
44
include LICENSE
55
include MANIFEST.in
66
include scrapy/core/downloader/responsetypes/mime.types
7+
include scrapyd/default_scrapyd.conf
78
recursive-include scrapy/templates *
89
recursive-include scrapy/tests/sample_data *
910
recursive-include docs *

debian/changelog

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
1-
scrapy-SUFFIX (0.11) unstable; urgency=low
1+
scrapy-0.12 (0.12.0-r2528+1296238425) unstable; urgency=low
2+
3+
* Automatic build
4+
5+
-- Insophia Team <[email protected]> Fri, 28 Jan 2011 16:13:46 -0200
6+
7+
scrapy-0.12 (0.11) unstable; urgency=low
28

39
* Initial release.
410

debian/control

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
Source: scrapy-SUFFIX
1+
Source: scrapy-0.12
22
Section: python
33
Priority: optional
44
Maintainer: Insophia Team <[email protected]>
55
Build-Depends: debhelper (>= 7.0.50), python (>=2.5), python-twisted
66
Standards-Version: 3.8.4
77
Homepage: http://scrapy.org/
88

9-
Package: scrapy-SUFFIX
9+
Package: scrapy-0.12
1010
Architecture: all
1111
Depends: ${python:Depends}, python-libxml2, python-twisted, python-openssl
1212
Conflicts: python-scrapy, scrapy, scrapy-0.11
@@ -17,9 +17,9 @@ Description: Python web crawling and scraping framework
1717
It can be used for a wide range of purposes, from data mining to
1818
monitoring and automated testing.
1919

20-
Package: scrapyd-SUFFIX
20+
Package: scrapyd-0.12
2121
Architecture: all
22-
Depends: scrapy-SUFFIX, python-setuptools
22+
Depends: scrapy-0.12, python-setuptools
2323
Conflicts: scrapyd, scrapyd-0.11
2424
Provides: scrapyd
2525
Description: Scrapy Service

0 commit comments

Comments
 (0)