[DHG_packages] 09/09: posix-pty: rewrite description

Sean Whitton spwhitton at spwhitton.name
Fri May 5 21:49:52 UTC 2017


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

spwhitton pushed a commit to branch master
in repository DHG_packages.

commit b1ab8abf2e1e722d61ac5ae11c0ec95fa868922d
Author: Sean Whitton <spwhitton at spwhitton.name>
Date:   Fri May 5 14:27:34 2017 -0700

    posix-pty: rewrite description
---
 p/haskell-posix-pty/debian/control | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

diff --git a/p/haskell-posix-pty/debian/control b/p/haskell-posix-pty/debian/control
index b550080..c36ee6f 100644
--- a/p/haskell-posix-pty/debian/control
+++ b/p/haskell-posix-pty/debian/control
@@ -13,9 +13,13 @@ Standards-Version: 3.9.8
 Homepage: https://bitbucket.org/merijnv/posix-pty
 Vcs-Browser: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git/tree/p/haskell-posix-pty
 Vcs-Git: https://anonscm.debian.org/cgit/pkg-haskell/DHG_packages.git
-X-Description: Pseudo terminal interaction with subprocesses.
- This package simplifies the creation of subprocesses that interact with
- their parent via a pseudo terminal (see @man pty@).
+X-Description: interact with pseudoterminals using subprocesses
+ This Haskell library permits programs to interact with
+ pseudoterminals, where those pseudoterminals are represented as
+ subprocesses.  There are functions available to read and write to the
+ terminals, and to resize them.
+ .
+ See pty(7) for more information on pseudoterminals.
 
 Package: libghc-posix-pty-dev
 Architecture: any

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



More information about the Pkg-haskell-commits mailing list