[Python-modules-commits] r10592 - in packages/python-scrapy/trunk/debian (3 files)

ghantoos-guest at users.alioth.debian.org ghantoos-guest at users.alioth.debian.org
Wed Nov 25 15:58:48 UTC 2009


    Date: Wednesday, November 25, 2009 @ 15:58:47
  Author: ghantoos-guest
Revision: 10592

* Release 0.7-2
* Changed dependecy on python-twisted which is "extra" to python-twisted-core,
  python-twisted-web and python-twisted-conch.

Modified:
  packages/python-scrapy/trunk/debian/changelog
  packages/python-scrapy/trunk/debian/control
  packages/python-scrapy/trunk/debian/copyright

Modified: packages/python-scrapy/trunk/debian/changelog
===================================================================
--- packages/python-scrapy/trunk/debian/changelog	2009-11-25 14:34:38 UTC (rev 10591)
+++ packages/python-scrapy/trunk/debian/changelog	2009-11-25 15:58:47 UTC (rev 10592)
@@ -6,9 +6,8 @@
     - Added dependency on python-beautifulsoup and python-clientform.
     - Added Recommends field listing listing all the non absolute dependencies.
     - Moved python-simplejson dependency from Suggests to Recommends.
-  * debian/copyright:
-    - Removed the copyright mention of BeautifulSoup and ClientForm as they
-      are now dependencies, hence not installed by the python-scrapy package.
+    - Changed dependecy on python-twisted which is "extra" to
+      python-twisted-core, python-twisted-web and python-twisted-conch.
   * debian/rules:
     - Now excludes BeautifulSoup.py and ClientForm.py.
   * debian/patches:
@@ -17,7 +16,7 @@
   * debian/source/format:
     - New file set to "3.0 (quilt)".
 
- -- Ignace Mouzannar <mouzannar at gmail.com>  Sat, 21 Nov 2009 15:05:09 +0100
+ -- Ignace Mouzannar <mouzannar at gmail.com>  Tue, 24 Nov 2009 00:07:21 +0100
 
 python-scrapy (0.7-1) unstable; urgency=low
 

Modified: packages/python-scrapy/trunk/debian/control
===================================================================
--- packages/python-scrapy/trunk/debian/control	2009-11-25 14:34:38 UTC (rev 10591)
+++ packages/python-scrapy/trunk/debian/control	2009-11-25 15:58:47 UTC (rev 10592)
@@ -4,7 +4,7 @@
 Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
 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
+Build-Depends-Indep: python-support, python, python-sphinx, libjs-jquery, python-twisted-core, python-twisted-web, python-twisted-conch
 Standards-Version: 3.8.3
 Homepage: http://scrapy.org/
 Vcs-Svn: svn://svn.debian.org/svn/python-modules/packages/python-scrapy/trunk/
@@ -12,8 +12,8 @@
 
 Package: python-scrapy
 Architecture: all
-Depends: ${misc:Depends}, ${python:Depends}, python-twisted, python-libxml2, python-beautifulsoup, python-clientform
-Recommends: python (>= 2.6) | python-simplejson, 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-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
 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	2009-11-25 14:34:38 UTC (rev 10591)
+++ packages/python-scrapy/trunk/debian/copyright	2009-11-25 15:58:47 UTC (rev 10592)
@@ -20,6 +20,19 @@
     Johan Dahlin <johan at gnome.org>
 License: MIT
 
+File: scrapy/xlib/BeautifulSoup.py 
+Copyright:
+    2004-2008, Leonard Richardson <leonardr at segfault.org>
+License: BSD
+
+File: scrapy/xlib/ClientForm.py
+Copyright:
+    2002-2007, John J. Lee <jjl at pobox.com>
+         2005, Gary Poster
+         2005, Zope Corporation
+    1998-2000, Gisle Aas
+Licence: BSD
+
 Files: scrapy/xlib/pydispatch/*
 Copyright:
     2001-2006, Patrick K. O'Brien <pydispatcher-devel at lists.sourceforge.net>




More information about the Python-modules-commits mailing list