[neovim] 01/01: Add python(3)-neovim to Recommends

James McCoy jamessan at debian.org
Wed Mar 9 02:33:55 UTC 2016


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

jamessan pushed a commit to branch debian/sid
in repository neovim.

commit 5e1512566da40faae931c4127f81107480943378
Author: James McCoy <jamessan at debian.org>
Date:   Tue Mar 8 21:33:31 2016 -0500

    Add python(3)-neovim to Recommends
    
    Closes: #812737
    Signed-off-by: James McCoy <jamessan at debian.org>
    
    # Please enter the commit message for your changes. Lines starting
    # with '#' will be ignored, and an empty message aborts the commit.
    # On branch debian/sid
    # Your branch is up-to-date with 'origin/debian/sid'.
    #
    # Changes to be committed:
    #	modified:   debian/changelog
    #	modified:   debian/control
    #
    # ------------------------ >8 ------------------------
    # Do not touch the line above.
    # Everything below will be removed.
    diff --git c/debian/changelog i/debian/changelog
    index 14d19af..4fb3388 100644
    --- c/debian/changelog
    +++ i/debian/changelog
    @@ -3,6 +3,7 @@ neovim (0.1.2-2) UNRELEASED; urgency=medium
       * debian/control:
         + Remove unnecessary luarocks Build-Depends
         + Add libkvm-dev Build-Depends for kfreebsd-*
    +    + Add python(3)-neovim to Recommends.  (Closes: #812737)
    
      -- James McCoy <jamessan at debian.org>  Sun, 21 Feb 2016 21:22:16 -0500
    
    diff --git c/debian/control i/debian/control
    index ef9dbf9..e3fb95a 100644
    --- c/debian/control
    +++ i/debian/control
    @@ -29,7 +29,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-vim/neovim.git
     Package: neovim
     Architecture: any
     Depends: ${misc:Depends}, ${shlibs:Depends}, neovim-runtime (= ${source:Version})
    -Recommends: xsel | xclip
    +Recommends: xsel | xclip, python-neovim, python3-neovim
     Suggests: ctags, vim-scripts
     Description: heavily refactored vim fork
      Neovim is a fork of Vim focused on modern code and features, rather than
---
 debian/changelog | 1 +
 debian/control   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 14d19af..4fb3388 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -3,6 +3,7 @@ neovim (0.1.2-2) UNRELEASED; urgency=medium
   * debian/control:
     + Remove unnecessary luarocks Build-Depends
     + Add libkvm-dev Build-Depends for kfreebsd-*
+    + Add python(3)-neovim to Recommends.  (Closes: #812737)
 
  -- James McCoy <jamessan at debian.org>  Sun, 21 Feb 2016 21:22:16 -0500
 
diff --git a/debian/control b/debian/control
index ef9dbf9..e3fb95a 100644
--- a/debian/control
+++ b/debian/control
@@ -29,7 +29,7 @@ Vcs-Browser: https://anonscm.debian.org/cgit/pkg-vim/neovim.git
 Package: neovim
 Architecture: any
 Depends: ${misc:Depends}, ${shlibs:Depends}, neovim-runtime (= ${source:Version})
-Recommends: xsel | xclip
+Recommends: xsel | xclip, python-neovim, python3-neovim
 Suggests: ctags, vim-scripts
 Description: heavily refactored vim fork
  Neovim is a fork of Vim focused on modern code and features, rather than

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-vim/neovim.git



More information about the pkg-vim-maintainers mailing list