[Python-modules-commits] r34126 - in packages/python-scrapy/trunk/debian (changelog control)
yoh at users.alioth.debian.org
yoh at users.alioth.debian.org
Thu Sep 3 13:39:46 UTC 2015
Date: Thursday, September 3, 2015 @ 13:39:45
Author: yoh
Revision: 34126
Tested that new project could be created (Closes: #755732), moved python-lxml to depends, dh-python to b-d
* Fresh upstream release.
Tested that new project could be created (Closes: #755732)
* debian/control
- dh-python to Build-Depends (thanks lintian)
- moved python-lxml to Depends from Recommends (Closes: #797365)
Modified:
packages/python-scrapy/trunk/debian/changelog
packages/python-scrapy/trunk/debian/control
Modified: packages/python-scrapy/trunk/debian/changelog
===================================================================
--- packages/python-scrapy/trunk/debian/changelog 2015-09-03 13:39:40 UTC (rev 34125)
+++ packages/python-scrapy/trunk/debian/changelog 2015-09-03 13:39:45 UTC (rev 34126)
@@ -1,8 +1,12 @@
python-scrapy (1.0.3-1) unstable; urgency=medium
- * Fresh upstream release
+ * Fresh upstream release.
+ Tested that new project could be created (Closes: #755732)
* Do install .egg so that scrapy entry point could find scrapy module
(Closes: #797364)
+ * debian/control
+ - dh-python to Build-Depends (thanks lintian)
+ - moved python-lxml to Depends from Recommends (Closes: #797365)
-- Yaroslav Halchenko <debian at onerussian.com> Wed, 02 Sep 2015 21:36:10 -0400
Modified: packages/python-scrapy/trunk/debian/control
===================================================================
--- packages/python-scrapy/trunk/debian/control 2015-09-03 13:39:40 UTC (rev 34125)
+++ packages/python-scrapy/trunk/debian/control 2015-09-03 13:39:45 UTC (rev 34126)
@@ -3,7 +3,7 @@
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team at lists.alioth.debian.org>
Uploaders: Ignace Mouzannar <mouzannar at gmail.com>
-Build-Depends: bash-completion, debhelper (>= 7.0.50~), python (>= 2.6.6-3~)
+Build-Depends: bash-completion, debhelper (>= 7.0.50~), python (>= 2.6.6-3~), dh-python
Build-Depends-Indep:
libjs-jquery,
python-setuptools,
@@ -23,6 +23,7 @@
python-boto,
python-cssselect,
python-libxml2,
+ python-lxml,
python-queuelib,
python-twisted-conch,
python-twisted-core,
@@ -36,7 +37,6 @@
python-django,
python-guppy,
python-imaging,
- python-lxml,
python-mysqldb,
python-pygments,
python-simplejson | python (>= 2.6)
More information about the Python-modules-commits
mailing list