[vim] 09/20: Reference Python 3 instead of Python in long descriptions

James McCoy jamessan at debian.org
Sun Aug 13 20:08:38 UTC 2017


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

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

commit 8ed89d66cbaaba0882bb20f0184c51fd9b288f92
Author: James McCoy <jamessan at debian.org>
Date:   Sun Aug 13 11:49:17 2017 -0400

    Reference Python 3 instead of Python in long descriptions
    
    Signed-off-by: James McCoy <jamessan at debian.org>
---
 debian/changelog | 2 ++
 debian/control   | 8 ++++----
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 6876df6..127569c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -26,6 +26,8 @@ vim (2:8.0.0923-1) UNRELEASED; urgency=medium
     patch.  (Closes: #852722)
   * Declare compliance with policy 4.0.1
     + Change Priority: extra packages to optional
+  * Reference Python 3 instead of Python in long descriptions.  (Closes:
+    #868020)
 
  -- James McCoy <jamessan at debian.org>  Sat, 17 Jun 2017 21:51:10 -0400
 
diff --git a/debian/control b/debian/control
index 0bb1090..2916c2a 100644
--- a/debian/control
+++ b/debian/control
@@ -180,7 +180,7 @@ Description: Vi IMproved - enhanced vi editor - with GTK2 GUI
  completion, block operations, folding, Unicode support, etc.
  .
  This package contains a version of vim compiled with a GTK2 GUI
- and support for scripting with Lua, Perl, Python, Ruby, and Tcl.
+ and support for scripting with Lua, Perl, Python 3, Ruby, and Tcl.
 
 Package: vim-gtk3
 Priority: optional
@@ -214,7 +214,7 @@ Description: Vi IMproved - enhanced vi editor - with GTK3 GUI
  .
  This package contains a version of vim compiled with a GTK3 GUI
  and support for scripting with Lua,${vim:Perl-Desc}
- Python,${vim:Ruby-Desc} and Tcl.
+ Python 3,${vim:Ruby-Desc} and Tcl.
 
 Package: vim-nox
 Priority: optional
@@ -243,7 +243,7 @@ Description: Vi IMproved - enhanced vi editor - with scripting languages support
  completion, block operations, folding, Unicode support, etc.
  .
  This package contains a version of vim compiled with support for
- scripting with Lua, Perl, Python, Ruby, and Tcl but no GUI.
+ scripting with Lua, Perl, Python 3, Ruby, and Tcl but no GUI.
 
 Package: vim-athena
 Priority: optional
@@ -274,7 +274,7 @@ Description: Vi IMproved - enhanced vi editor - with Athena GUI
  completion, block operations, folding, Unicode support, etc.
  .
  This package contains a version of vim compiled with a Athena GUI
- and support for scripting with Lua, Perl, Python, Ruby, and Tcl.
+ and support for scripting with Lua, Perl, Python 3, Ruby, and Tcl.
 
 Package: vim-gnome
 Priority: optional

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



More information about the pkg-vim-maintainers mailing list