[Python-modules-commits] r31168 - in packages/django-haystack/trunk/debian (control)

fladi-guest at users.alioth.debian.org fladi-guest at users.alioth.debian.org
Mon Oct 20 12:16:29 UTC 2014


    Date: Monday, October 20, 2014 @ 12:16:28
  Author: fladi-guest
Revision: 31168

Drop packages required by tests from Build-Depends. Bump Standards-Version to 3.9.6. Add python-elasticsearch to Suggests.

Modified:
  packages/django-haystack/trunk/debian/control

Modified: packages/django-haystack/trunk/debian/control
===================================================================
--- packages/django-haystack/trunk/debian/control	2014-10-20 12:04:00 UTC (rev 31167)
+++ packages/django-haystack/trunk/debian/control	2014-10-20 12:16:28 UTC (rev 31168)
@@ -5,14 +5,9 @@
 Uploaders: Michael Fladischer <FladischerMichael at fladi.at>
 Build-Depends: debhelper (>= 9),
                python-all,
-               python-django (>= 1.5),
-               python-httplib2,
-               python-mock,
-               python-pysolr,
                python-setuptools,
-               python-sphinx (>= 1.0.7+dfsg),
-               python-whoosh
-Standards-Version: 3.9.5
+               python-sphinx (>= 1.0.7+dfsg)
+Standards-Version: 3.9.6
 X-Python-Version: >= 2.6
 Homepage: https://github.com/toastdriven/django-haystack
 Vcs-Svn: svn://anonscm.debian.org/python-modules/packages/django-haystack/trunk/
@@ -23,10 +18,10 @@
 Depends: python-django (>= 1.5),
          ${misc:Depends},
          ${python:Depends}
-Suggests: python-httplib2,
-          python-pysolr,
-          python-whoosh,
-          python-xapian
+Suggests: python-elasticsearch,
+          python-httplib2,
+          python-pysolr (>= 3.2.0),
+          python-whoosh
 Description: modular search for Django
  Haystack provides modular search for Django. It features a unified, familiar
  API that allows you to plug in different search backends (such as Solr,




More information about the Python-modules-commits mailing list