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

vcheng at users.alioth.debian.org vcheng at users.alioth.debian.org
Mon Mar 31 06:39:26 UTC 2014


    Date: Monday, March 31, 2014 @ 06:39:25
  Author: vcheng
Revision: 28390

standards version 3.9.5, wrap-and-sort -s

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.install
  packages/python-scrapy/trunk/debian/rules

Modified: packages/python-scrapy/trunk/debian/changelog
===================================================================
--- packages/python-scrapy/trunk/debian/changelog	2014-03-31 06:35:24 UTC (rev 28389)
+++ packages/python-scrapy/trunk/debian/changelog	2014-03-31 06:39:25 UTC (rev 28390)
@@ -10,6 +10,7 @@
   [ Vincent Cheng ]
   * New upstream release. (Closes: #742983)
     - Drop patch, applied upstream.
+  * Update Standards version to 3.9.5.
 
  -- Vincent Cheng <vcheng at debian.org>  Sun, 30 Mar 2014 23:32:02 -0700
 

Modified: packages/python-scrapy/trunk/debian/control
===================================================================
--- packages/python-scrapy/trunk/debian/control	2014-03-31 06:35:24 UTC (rev 28389)
+++ packages/python-scrapy/trunk/debian/control	2014-03-31 06:39:25 UTC (rev 28390)
@@ -3,24 +3,46 @@
 Priority: optional
 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~), bash-completion, python (>= 2.6.6-3~)
-Build-Depends-Indep: python-sphinx, libjs-jquery, python-twisted-core, python-twisted-web, python-twisted-conch
+Build-Depends: bash-completion, debhelper (>= 7.0.50~), python (>= 2.6.6-3~)
+Build-Depends-Indep:
+ libjs-jquery,
+ python-sphinx,
+ python-twisted-conch,
+ python-twisted-core,
+ python-twisted-web
 X-Python-Version: >=2.5, <=2.7
-Standards-Version: 3.9.3
+Standards-Version: 3.9.5
 Homepage: http://scrapy.org/
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/python-scrapy/trunk/
 Vcs-Browser: http://anonscm.debian.org/viewvc/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-boto, python-w3lib
-Recommends: python-simplejson | python (>= 2.6), python-lxml, python-guppy, python-django, ipython, python-pygments, python-imaging, python-mysqldb
+Depends:
+ python-boto,
+ python-libxml2,
+ python-twisted-conch,
+ python-twisted-core,
+ python-twisted-mail,
+ python-twisted-web,
+ python-w3lib,
+ ${misc:Depends},
+ ${python:Depends}
+Recommends:
+ ipython,
+ python-django,
+ python-guppy,
+ python-imaging,
+ python-lxml,
+ python-mysqldb,
+ python-pygments,
+ python-simplejson | python (>= 2.6)
 Provides: ${python:Provides}
 Suggests: python-openssl
 Description: Python web scraping and crawling framework
- Scrapy is a fast high-level screen scraping and web crawling framework, 
- used to crawl websites and extract structured data from their pages. 
- It can be used for a wide range of purposes, from data mining to 
+ Scrapy is a fast high-level screen scraping and web crawling framework,
+ used to crawl websites and extract structured data from their pages.
+ It can be used for a wide range of purposes, from data mining to
  monitoring and automated testing.
  .
  This package provides the python-scrapy script and modules.

Modified: packages/python-scrapy/trunk/debian/copyright
===================================================================
--- packages/python-scrapy/trunk/debian/copyright	2014-03-31 06:35:24 UTC (rev 28389)
+++ packages/python-scrapy/trunk/debian/copyright	2014-03-31 06:39:25 UTC (rev 28390)
@@ -1,4 +1,4 @@
-Format: http://anonscm.debian.org/viewvc/dep/web/deps/dep5.mdwn?revision=213&view=co&pathrev=213
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
 Upstream-Name: scrapy
 Upstream-Contact: Scrapy developers <scrapy-developers at googlegroups.com>
 Source: http://scrapy.org/download/
@@ -87,14 +87,14 @@
  FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
  DEALINGS IN THE SOFTWARE.
 
-Files: scrapy/xlib/BeautifulSoup.py 
+Files: scrapy/xlib/BeautifulSoup.py
 Copyright:
     2004-2008, Leonard Richardson <leonardr at segfault.org>
 License: BSD
  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,
     this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyright
@@ -126,7 +126,7 @@
  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,
     this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyright
@@ -155,7 +155,7 @@
  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,
     this list of conditions and the following disclaimer.
  2. Redistributions in binary form must reproduce the above copyright
@@ -202,7 +202,7 @@
 
 Files: scrapy/xlib/ordereddict.py
 Copyright:
-     2009, Raymond Hettinger 
+     2009, Raymond Hettinger
 License: MIT
  Permission is hereby granted, free of charge, to any person
  obtaining a copy of this software and associated documentation

Modified: packages/python-scrapy/trunk/debian/python-scrapy.install
===================================================================
--- packages/python-scrapy/trunk/debian/python-scrapy.install	2014-03-31 06:35:24 UTC (rev 28389)
+++ packages/python-scrapy/trunk/debian/python-scrapy.install	2014-03-31 06:39:25 UTC (rev 28390)
@@ -1,3 +1,3 @@
+extras/scrapy-ws.py usr/bin/
 usr/bin
 usr/lib
-extras/scrapy-ws.py usr/bin/

Modified: packages/python-scrapy/trunk/debian/rules
===================================================================
--- packages/python-scrapy/trunk/debian/rules	2014-03-31 06:35:24 UTC (rev 28389)
+++ packages/python-scrapy/trunk/debian/rules	2014-03-31 06:39:25 UTC (rev 28390)
@@ -4,7 +4,7 @@
 export DH_ALWAYS_EXCLUDE=license.txt:_sources/:.buildinfo:*.egg
 
 %:
-	dh $@ --with bash_completion --with python2
+	dh $@ --with python2,bash_completion
 
 override_dh_auto_install:
 	dh_auto_install




More information about the Python-modules-commits mailing list