[Python-modules-commits] [python-neovim] 06/08: Add "Provides: vim-python{, 3}" virtual package

Víctor Cuadrado Juan viccuad-guest at moszumanska.debian.org
Mon Nov 13 17:55:34 UTC 2017


This is an automated email from the git hooks/post-receive script.

viccuad-guest pushed a commit to branch master
in repository python-neovim.

commit d6ae9ef45c9acecbcab69ef45892771d755f5f85
Author: Víctor Cuadrado Juan <me at viccuad.me>
Date:   Mon Nov 13 18:42:30 2017 +0100

    Add "Provides: vim-python{,3}" virtual package
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index b94ecc8..2c49ad5 100644
--- a/debian/control
+++ b/debian/control
@@ -33,8 +33,8 @@ Architecture: all
 Depends:
  ${misc:Depends},
  ${python:Depends}
-Provides: ${python:Provides}
 Breaks: neovim (<< 0.2.1)
+Provides: ${python:Provides}, vim-python
 Description: Python2 library for scripting Neovim processes through its msgpack-rpc API
  Neovim is a Vim fork that focuses on refactoring, extensibility and
  simplification of the original code base.
@@ -48,8 +48,8 @@ Architecture: all
 Depends:
  ${misc:Depends},
  ${python3:Depends}
-Provides: ${python3:Provides}
 Breaks: neovim (<< 0.2.1)
+Provides: ${python3:Provides}, vim-python3
 Description: Python3 library for scripting Neovim processes through its msgpack-rpc API
  Neovim is a Vim fork that focuses on refactoring, extensibility and
  simplification of the original code base.

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-neovim.git



More information about the Python-modules-commits mailing list