Skip to content

Commit

Permalink
fix lintian reports
Browse files Browse the repository at this point in the history
  • Loading branch information
nyov committed Mar 16, 2014
1 parent a54193a commit ff457a9
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 16 deletions.
14 changes: 10 additions & 4 deletions debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,18 @@ Homepage: http://scrapy.org/
Package: scrapyd
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, scrapy
Description: Scrapyd server
This package deploys and configures Scrapyd to run as a system service.
Description: Service to host scrapy crawlers
This package installs and configures Scrapyd to run as a system service.
.
Scrapyd is an application for deploying and running Scrapy spiders.
It enables you to deploy (upload) your projects and control their spiders
using an API.

Package: scrapyd-deploy
Architecture: all
Depends: ${misc:Depends}, ${python:Depends}, scrapy, python-w3lib, python-setuptools
Description: Scrapyd deployment tool
The package contains the Scrapyd deployment tool which is used to deploy
Scrapy projects to Scrapyd servers.
The package contains the Scrapyd deployment tool.
.
scrapyd-deploy is used to deploy Scrapy projects to Scrapyd servers.
It contains the same functionality as provided by the `scrapy deploy` command.
13 changes: 5 additions & 8 deletions debian/copyright
Original file line number Diff line number Diff line change
Expand Up @@ -4,20 +4,20 @@ It was downloaded from http://scrapy.org

Upstream Author: Scrapy Developers

Copyright: 2007-2012 Scrapy Developers
Copyright: 2007-2014 Scrapy Developers

License: bsd
License: BSD

Copyright (c) Scrapy developers.
All rights reserved.

Redistribution and use in source and binary forms, with or without modification,
are permitted provided that the following conditions are met:

1. Redistributions of source code must retain the above copyright notice,
1. Redistributions of source code must retain the above copyright notice,
this list of conditions and the following disclaimer.
2. Redistributions in binary form must reproduce the above copyright

2. Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
documentation and/or other materials provided with the distribution.

Expand All @@ -35,6 +35,3 @@ LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

The Debian packaging is (C) 2010-2012, Scrapinghub <info@scrapinghub.com> and
is licensed under the BSD, see `/usr/share/common-licenses/BSD'.
2 changes: 0 additions & 2 deletions debian/lintian-overrides
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
new-package-should-close-itp-bug
package-installs-python-egg
binary-without-manpage usr/bin/scrapyd
5 changes: 3 additions & 2 deletions debian/scrapyd.init
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
#!/bin/bash
### BEGIN INIT INFO
# Provides: scrapyd
# Required-Start: $local_fs $network
# Required-Stop: $local_fs
# Required-Start: $local_fs $remote_fs $network
# Required-Stop: $local_fs $remote_fs
# Default-Start: 2 3 4 5
# Default-Stop: 0 1 6
# Short-Description: Scrapyd
# Description: Run the scrapyd service as a system service.
### END INIT INFO

# PATH should only include /usr/* if it runs after the mountnfs.sh script
Expand Down

0 comments on commit ff457a9

Please sign in to comment.