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

piotr at users.alioth.debian.org piotr at users.alioth.debian.org
Sun Oct 27 17:05:00 UTC 2013


    Date: Sunday, October 27, 2013 @ 17:04:58
  Author: piotr
Revision: 26299

Add vim-python to vim-python-jedi's Depends (closes: 727835)

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

Modified: packages/python-jedi/trunk/debian/changelog
===================================================================
--- packages/python-jedi/trunk/debian/changelog	2013-10-27 09:43:41 UTC (rev 26298)
+++ packages/python-jedi/trunk/debian/changelog	2013-10-27 17:04:58 UTC (rev 26299)
@@ -1,3 +1,9 @@
+python-jedi (0.7.0-2) UNRELEASED; urgency=low
+
+  * Add vim-python to vim-python-jedi's Depends (closes: 727835)
+
+ -- Piotr Ożarowski <piotr at debian.org>  Sun, 27 Oct 2013 18:04:12 +0100
+
 python-jedi (0.7.0-1) unstable; urgency=low
 
   * New upstream release

Modified: packages/python-jedi/trunk/debian/control
===================================================================
--- packages/python-jedi/trunk/debian/control	2013-10-27 09:43:41 UTC (rev 26298)
+++ packages/python-jedi/trunk/debian/control	2013-10-27 17:04:58 UTC (rev 26299)
@@ -32,7 +32,7 @@
 
 Package: vim-python-jedi
 Architecture: all
-Depends: python-jedi, ${python:Depends}, ${misc:Depends}
+Depends: python-jedi, ${python:Depends}, ${misc:Depends}, vim-python
 Recommends: vim-addon-manager
 Description: autocompletion tool for Python - VIM addon files
  Jedi is an autocompletion tool for Python. It works. With and without syntax




More information about the Python-modules-commits mailing list