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

Víctor Cuadrado Juan viccuad-guest at moszumanska.debian.org
Mon Nov 13 19:29:58 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 40df29d5777b942bc6fd8318f811541203d05aeb
Author: Víctor Cuadrado Juan <me at viccuad.me>
Date:   Mon Nov 13 20:29:19 2017 +0100

    Revert "Add "Provides: vim-python{,3}" virtual package"
    
    This reverts commit d6ae9ef45c9acecbcab69ef45892771d755f5f85.
---
 debian/changelog | 1 -
 debian/control   | 4 ++--
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 9d3bfac..48bfc07 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,7 +10,6 @@ python-neovim (0.2.0-1) UNRELEASED; urgency=medium
   * Update Std-Ver to 4.1.1 (no changes needed)
   * Drop "Testsuite: autopkgtest*" from d/control as it isn't needed
   * Update Breaks and Build-Depends to neovim 0.2.1
-  * Add "Provides: vim-python{,3}" virtual package (Closes: #872942)
   * Add "Recommends: neovim"
 
  -- Víctor Cuadrado Juan <me at viccuad.me>  Mon, 13 Nov 2017 18:44:45 +0100
diff --git a/debian/control b/debian/control
index e996efa..18cdfdc 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
 Recommends: neovim
 Description: Python2 library for scripting Neovim processes through its msgpack-rpc API
  Neovim is a Vim fork that focuses on refactoring, extensibility and
@@ -49,8 +49,8 @@ Architecture: all
 Depends:
  ${misc:Depends},
  ${python3:Depends}
+Provides: ${python3:Provides}
 Breaks: neovim (<< 0.2.1)
-Provides: ${python3:Provides}, vim-python3
 Recommends: neovim
 Description: Python3 library for scripting Neovim processes through its msgpack-rpc API
  Neovim is a Vim fork that focuses on refactoring, extensibility and

-- 
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