[Python-modules-commits] r23177 - in packages/python-jedi/trunk/debian (control)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Tue Dec 18 19:46:48 UTC 2012
Date: Tuesday, December 18, 2012 @ 19:46:46
Author: piotr
Revision: 23177
fix vim-addon-manager's package name, add an info about enablig the plugin
Modified:
packages/python-jedi/trunk/debian/control
Modified: packages/python-jedi/trunk/debian/control
===================================================================
--- packages/python-jedi/trunk/debian/control 2012-12-17 22:25:19 UTC (rev 23176)
+++ packages/python-jedi/trunk/debian/control 2012-12-18 19:46:46 UTC (rev 23177)
@@ -26,10 +26,12 @@
Package: vim-python-jedi
Architecture: all
-Depends: python3-jedi | python-jedi, ${python:Depends}, ${misc:Depends}
-Recommends: vim-addons
+Depends: python-jedi, ${python:Depends}, ${misc:Depends}
+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
errors. Sometimes it sucks, but that's normal in dynamic languages. But it
sucks less than other tools. It understands almost all of the basic Python
syntax elements including many builtins.
+ .
+ `vim-addons install python-jedi` will create all needed symlinks in ~/.vim/
More information about the Python-modules-commits
mailing list