[Python-modules-commits] [python-neovim] 03/04: Add Breaks and Build-Depends on neovim 0.1.3

Víctor Cuadrado Juan viccuad-guest at moszumanska.debian.org
Wed Apr 20 14:40:11 UTC 2016


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 666da8ff64c81c6f11ec153b01fefe894b4e35e4
Author: Víctor Cuadrado Juan <me at viccuad.me>
Date:   Wed Apr 20 16:39:01 2016 +0200

    Add Breaks and Build-Depends on neovim 0.1.3
    
    python-neovim is only compatible with neovim >= 0.1.3
---
 debian/control | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index 38f6554..ad9df65 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,7 @@ Build-Depends:
  python3-msgpack (>= 0.4.0),
  python3-greenlet,
 # dependencies for tests:
- neovim,
+ neovim (>= 0.1.3),
  python-nose,
  python3-nose
 Standards-Version: 3.9.8
@@ -32,7 +32,8 @@ Package: python-neovim
 Architecture: all
 Depends:
  ${misc:Depends},
- ${python:Depends},
+ ${python:Depends}
+Breaks: neovim (<< 0.1.3)
 Provides: ${python:Provides}
 Description: Python2 library for scripting Neovim processes through its msgpack-rpc API
  Neovim is a Vim fork that focuses on refactoring, extensibility and
@@ -47,6 +48,7 @@ Architecture: all
 Depends:
  ${misc:Depends},
  ${python3:Depends}
+Breaks: neovim (<< 0.1.3)
 Provides: ${python3:Provides}
 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