summaryrefslogtreecommitdiff
path: root/p/haskell-posix-pty
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2017-05-05 14:27:34 -0700
committerSean Whitton <spwhitton@spwhitton.name>2017-05-05 14:27:34 -0700
commitb1ab8abf2e1e722d61ac5ae11c0ec95fa868922d (patch)
tree9a2c9ac9993845c2a3cf857eddf22bee215b25ca /p/haskell-posix-pty
parent2227cc9b4d129b3fdea26abcbf63410178817eb0 (diff)
downloadDHG_packages-b1ab8abf2e1e722d61ac5ae11c0ec95fa868922d.tar.gz
posix-pty: rewrite description
Diffstat (limited to 'p/haskell-posix-pty')
-rw-r--r--p/haskell-posix-pty/debian/control10
1 files changed, 7 insertions, 3 deletions
diff --git a/p/haskell-posix-pty/debian/control b/p/haskell-posix-pty/debian/control
index b550080e4..c36ee6f19 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