[Python-modules-commits] r14261 - in packages/python-scrapy/trunk/debian (6 files)
ghantoos-guest at users.alioth.debian.org
ghantoos-guest at users.alioth.debian.org
Tue Aug 24 20:56:22 UTC 2010
Date: Tuesday, August 24, 2010 @ 20:56:17
Author: ghantoos-guest
Revision: 14261
* New upstream release.
* debian/patches:
- 02_view_response.diff: Removed this patch as it has been applied upstream.
- 01_external_modules.diff: Removed this patch as upstream clearly pointed
out the need to use the embedded copies of these external modules instead
of the ones delivered by the Debian packages.
For more details: http://dev.scrapy.org/ticket/129
* debian/control:
- Bumped Standards-Version to 3.9.1.
- Moved python-boto from Recommends to Depends as it is now needed by the
scrapy-sqs script.
- Removed dependencies on python-beautifulsoup and python-clientform as
the embedded modules in scrapy/xlib/ will be used instead.
* debian/copyright:
- Removed reference to deprecated /usr/share/common-licenses/BSD.
* debian/rules:
- Updated to remove language extensions (.py) of new scripts added by
upstream.
- Removed the flag used to ignore BeautifulSoup.py and ClientForm.py.
* debian/scrapy-sqs.1 & debian/scrapy-ws.1
- New manpages for scrapy-sqs and scrapy-ws.
* debian/copyright:
- Added copyright information for folder scrapy/xlib/simplejson/
Modified:
packages/python-scrapy/trunk/debian/changelog
packages/python-scrapy/trunk/debian/control
packages/python-scrapy/trunk/debian/copyright
packages/python-scrapy/trunk/debian/python-scrapy.manpages
packages/python-scrapy/trunk/debian/rules
Deleted:
packages/python-scrapy/trunk/debian/patches/
Modified: packages/python-scrapy/trunk/debian/changelog
===================================================================
--- packages/python-scrapy/trunk/debian/changelog 2010-08-24 12:06:19 UTC (rev 14260)
+++ packages/python-scrapy/trunk/debian/changelog 2010-08-24 20:56:17 UTC (rev 14261)
@@ -1,3 +1,31 @@
+python-scrapy (0.9-1) experimental; urgency=low
+
+ * New upstream release.
+ * debian/patches:
+ - 02_view_response.diff: Removed this patch as it has been applied upstream.
+ - 01_external_modules.diff: Removed this patch as upstream clearly pointed
+ out the need to use the embedded copies of these external modules instead
+ of the ones delivered by the Debian packages.
+ For more details: http://dev.scrapy.org/ticket/129
+ * debian/control:
+ - Bumped Standards-Version to 3.9.1.
+ - Moved python-boto from Recommends to Depends as it is now needed by the
+ scrapy-sqs script.
+ - Removed dependencies on python-beautifulsoup and python-clientform as
+ the embedded modules in scrapy/xlib/ will be used instead.
+ * debian/copyright:
+ - Removed reference to deprecated /usr/share/common-licenses/BSD.
+ * debian/rules:
+ - Updated to remove language extensions (.py) of new scripts added by
+ upstream.
+ - Removed the flag used to ignore BeautifulSoup.py and ClientForm.py.
+ * debian/scrapy-sqs.1 & debian/scrapy-ws.1
+ - New manpages for scrapy-sqs and scrapy-ws.
+ * debian/copyright:
+ - Added copyright information for folder scrapy/xlib/simplejson/
+
+ -- Ignace Mouzannar <mouzannar at gmail.com> Sun, 22 Aug 2010 22:52:30 +0200
+
python-scrapy (0.8-3) unstable; urgency=low
* debian/watch:
Modified: packages/python-scrapy/trunk/debian/control
===================================================================
--- packages/python-scrapy/trunk/debian/control 2010-08-24 12:06:19 UTC (rev 14260)
+++ packages/python-scrapy/trunk/debian/control 2010-08-24 20:56:17 UTC (rev 14261)
@@ -5,15 +5,15 @@
Uploaders: Ignace Mouzannar <mouzannar at gmail.com>
Build-Depends: debhelper (>= 7.0.50~), python-jinja
Build-Depends-Indep: python-support, python, python-sphinx, libjs-jquery, python-twisted-core, python-twisted-web, python-twisted-conch
-Standards-Version: 3.8.4
+Standards-Version: 3.9.1
Homepage: http://scrapy.org/
Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/python-scrapy/trunk/
Vcs-Browser: http://svn.debian.org/viewsvn/python-modules/packages/python-scrapy/trunk/
Package: python-scrapy
Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-twisted-core, python-twisted-web, python-twisted-conch, python-twisted-mail, python-libxml2, python-beautifulsoup, python-clientform
-Recommends: python-simplejson | python (>= 2.6), python-lxml, python-guppy, python-boto, python-django, ipython, python-pygments, python-imaging, python-mysqldb
+Depends: ${misc:Depends}, ${python:Depends}, python-twisted-core, python-twisted-web, python-twisted-conch, python-twisted-mail, python-libxml2, python-boto
+Recommends: python-simplejson | python (>= 2.6), python-lxml, python-guppy, python-django, ipython, python-pygments, python-imaging, python-mysqldb
Provides: ${python:Provides}
Suggests: python-openssl
Description: Python web scraping and crawling framework
Modified: packages/python-scrapy/trunk/debian/copyright
===================================================================
--- packages/python-scrapy/trunk/debian/copyright 2010-08-24 12:06:19 UTC (rev 14260)
+++ packages/python-scrapy/trunk/debian/copyright 2010-08-24 20:56:17 UTC (rev 14261)
@@ -38,9 +38,14 @@
2001-2006, Patrick K. O'Brien <pydispatcher-devel at lists.sourceforge.net>
Licence: BSD
+Files: scrapy/xlib/simplejson/*
+Copyright:
+ 2006-2009, Bob Ippolito <bob at redivi.com>
+Licence: MIT
+
Files: debian/*
Copyright:
- 2009, Ignace Mouzannar <mouzannar at gmail.com>
+ 2009-2010, Ignace Mouzannar <mouzannar at gmail.com>
Licence: BSD
License: BSD
@@ -70,9 +75,6 @@
ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
POSSIBILITY OF SUCH DAMAGE.
- On Debian systems, the complete text of the BSD license can be found
- in `/usr/share/common-licenses/BSD'.
-
License: MIT
Permission is hereby granted, free of charge, to any person
Modified: packages/python-scrapy/trunk/debian/python-scrapy.manpages
===================================================================
--- packages/python-scrapy/trunk/debian/python-scrapy.manpages 2010-08-24 12:06:19 UTC (rev 14260)
+++ packages/python-scrapy/trunk/debian/python-scrapy.manpages 2010-08-24 20:56:17 UTC (rev 14261)
@@ -1 +1,3 @@
debian/scrapy-ctl.1
+debian/scrapy-sqs.1
+debian/scrapy-ws.1
Modified: packages/python-scrapy/trunk/debian/rules
===================================================================
--- packages/python-scrapy/trunk/debian/rules 2010-08-24 12:06:19 UTC (rev 14260)
+++ packages/python-scrapy/trunk/debian/rules 2010-08-24 20:56:17 UTC (rev 14261)
@@ -1,7 +1,7 @@
#!/usr/bin/make -f
# -*- makefile -*-
-export DH_ALWAYS_EXCLUDE=license.txt:_sources/:.buildinfo:BeautifulSoup.py:ClientForm.py
+export DH_ALWAYS_EXCLUDE=license.txt:_sources/:.buildinfo
%:
dh $@
@@ -9,6 +9,8 @@
override_dh_auto_install:
dh_auto_install
mv $(CURDIR)/debian/tmp/usr/bin/scrapy-ctl.py $(CURDIR)/debian/tmp/usr/bin/scrapy-ctl
+ mv $(CURDIR)/debian/tmp/usr/bin/scrapy-sqs.py $(CURDIR)/debian/tmp/usr/bin/scrapy-sqs
+ mv $(CURDIR)/debian/tmp/usr/bin/scrapy-ws.py $(CURDIR)/debian/tmp/usr/bin/scrapy-ws
cd docs/ && $(MAKE) html
override_dh_install:
More information about the Python-modules-commits
mailing list