[Python-modules-commits] [python-neovim] 04/04: Fix duplicate-short-description lintian warning

Víctor Cuadrado Juan viccuad-guest at moszumanska.debian.org
Wed Jan 27 12:02:47 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 d5d28379292e938f88021080cc7a1e8ec04ebcce
Author: Víctor Cuadrado Juan <me at viccuad.me>
Date:   Wed Jan 27 13:01:52 2016 +0100

    Fix duplicate-short-description lintian warning
---
 debian/control | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/control b/debian/control
index c2956a2..14be2c3 100644
--- a/debian/control
+++ b/debian/control
@@ -39,7 +39,7 @@ Depends:
  python-gi,
  python-click
 Provides: ${python:Provides}
-Description: Python library for scripting Neovim processes through its msgpack-rpc API
+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. This package includes an
  experimental GTK+ GUI for Neovim (pynvim).
@@ -53,7 +53,7 @@ Depends:
  ${misc:Depends},
  ${python3:Depends}
 Provides: ${python3:Provides}
-Description: Python library for scripting Neovim processes through its msgpack-rpc API
+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