[Python-modules-commits] r14529 - in packages/python-whoosh/trunk/debian (changelog control)

aelmahmoudy-guest at users.alioth.debian.org aelmahmoudy-guest at users.alioth.debian.org
Wed Oct 6 08:54:16 UTC 2010


    Date: Wednesday, October 6, 2010 @ 08:54:08
  Author: aelmahmoudy-guest
Revision: 14529

Added Breaks: ${python:Breaks}, to avoid getting
python (<= <UNSUPPORTED VERSION>) in Depends.

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

Modified: packages/python-whoosh/trunk/debian/changelog
===================================================================
--- packages/python-whoosh/trunk/debian/changelog	2010-10-06 08:51:04 UTC (rev 14528)
+++ packages/python-whoosh/trunk/debian/changelog	2010-10-06 08:54:08 UTC (rev 14529)
@@ -16,6 +16,8 @@
     + Add XS-Python-Version field.
     + Drop python-support from Build-Deps
     + Bumped python-all Build-Dep to (>= 2.6.6-2)
+    + Added Breaks: ${python:Breaks}, to avoid getting
+      python (<= <UNSUPPORTED VERSION>) in Depends.
   * debian/rules:
     + added --with python2 to dh call.
     + Removed override for dh_pysupport, not needed anymore.

Modified: packages/python-whoosh/trunk/debian/control
===================================================================
--- packages/python-whoosh/trunk/debian/control	2010-10-06 08:51:04 UTC (rev 14528)
+++ packages/python-whoosh/trunk/debian/control	2010-10-06 08:54:08 UTC (rev 14529)
@@ -14,6 +14,7 @@
 Package: python-whoosh
 Architecture: all
 Depends: ${python:Depends}, ${misc:Depends}, libjs-jquery
+Breaks: ${python:Breaks}
 Description: pure-Python full-text indexing, search, and spell checking library
  Whoosh is a fast, pure-Python indexing and search library. Programmers
  can use it to easily add search functionality to their applications and




More information about the Python-modules-commits mailing list