[Python-modules-commits] [ptyprocess] 02/07: Fix lintian duplicate-short-description warning
Dmitry Shachnev
mitya57 at moszumanska.debian.org
Sat Jun 20 17:57:27 UTC 2015
This is an automated email from the git hooks/post-receive script.
mitya57 pushed a commit to branch master
in repository ptyprocess.
commit 03f5c9f158c654b466695f8fe63d2052aae5c12e
Author: Dmitry Shachnev <mitya57 at gmail.com>
Date: Sat Jun 20 20:42:39 2015 +0300
Fix lintian duplicate-short-description warning
---
debian/control | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian/control b/debian/control
index c5b3a96..4bd35c8 100644
--- a/debian/control
+++ b/debian/control
@@ -14,7 +14,7 @@ Vcs-Browser: http://anonscm.debian.org/gitweb/?p=python-modules/packages/ptyproc
Package: python-ptyprocess
Architecture: all
Depends: ${python:Depends}, ${misc:Depends}
-Description: Run a subprocess in a pseudo terminal from Python
+Description: Run a subprocess in a pseudo terminal from Python 2
Launch a subprocess in a pseudo terminal (pty), and interact with both
the process and its pty.
.
@@ -29,7 +29,7 @@ Description: Run a subprocess in a pseudo terminal from Python
Package: python3-ptyprocess
Architecture: all
Depends: ${python3:Depends}, ${misc:Depends}
-Description: Run a subprocess in a pseudo terminal from Python
+Description: Run a subprocess in a pseudo terminal from Python 3
Launch a subprocess in a pseudo terminal (pty), and interact with both
the process and its pty.
.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/ptyprocess.git
More information about the Python-modules-commits
mailing list