[Python-modules-commits] r31851 - in packages/python-elasticsearch/trunk/debian (2 files)

zigo at users.alioth.debian.org zigo at users.alioth.debian.org
Thu Feb 12 13:54:29 UTC 2015


    Date: Thursday, February 12, 2015 @ 13:54:28
  Author: zigo
Revision: 31851

Moved some packages from Build-Depends to Build-Depends-Indep.

Modified:
  packages/python-elasticsearch/trunk/debian/changelog
  packages/python-elasticsearch/trunk/debian/control

Modified: packages/python-elasticsearch/trunk/debian/changelog
===================================================================
--- packages/python-elasticsearch/trunk/debian/changelog	2015-02-12 13:54:24 UTC (rev 31850)
+++ packages/python-elasticsearch/trunk/debian/changelog	2015-02-12 13:54:28 UTC (rev 31851)
@@ -5,6 +5,7 @@
   * Uploading to experimental.
   * Standards-Version: is now 3.9.6.
   * Added python-sphinx-rtd-theme as Build-Depends-Indep.
+  * Moved some packages from Build-Depends to Build-Depends-Indep.
 
  -- Thomas Goirand <zigo at debian.org>  Thu, 12 Feb 2015 13:42:27 +0000
 

Modified: packages/python-elasticsearch/trunk/debian/control
===================================================================
--- packages/python-elasticsearch/trunk/debian/control	2015-02-12 13:54:24 UTC (rev 31850)
+++ packages/python-elasticsearch/trunk/debian/control	2015-02-12 13:54:28 UTC (rev 31851)
@@ -6,25 +6,25 @@
 Build-Depends: debhelper (>= 9),
                dh-python,
                python-all,
-               python-coverage,
-               python-mock,
-               python-nose,
-               python-pylibmc,
-               python-requests,
                python-setuptools,
-               python-thrift,
-               python-urllib3,
-               python-yaml,
                python3-all,
-               python3-coverage,
-               python3-mock,
-               python3-nose,
-               python3-requests,
-               python3-setuptools,
-               python3-urllib3
+               python3-setuptools
 Build-Depends-Indep: libjs-jquery,
+                     python-coverage,
+                     python-mock,
+                     python-nose,
+                     python-pylibmc,
+                     python-requests,
                      python-sphinx (>= 1.0.7+dfsg-1~),
-                     python-sphinx-rtd-theme
+                     python-sphinx-rtd-theme,
+                     python-thrift,
+                     python-urllib3,
+                     python-yaml,
+                     python3-coverage,
+                     python3-mock,
+                     python3-nose,
+                     python3-requests,
+                     python3-urllib3
 Standards-Version: 3.9.6
 X-Python-Version: >= 2.6
 X-Python3-Version: >= 3.2




More information about the Python-modules-commits mailing list