[DHG_packages] 05/09: posix-pty: add missing extra lib to Depends:

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 ea1f8250f2d74aee04aa090fe912083ce9fef4db
Author: Sean Whitton <spwhitton at spwhitton.name>
Date:   Fri May 5 14:19:13 2017 -0700

    posix-pty: add missing extra lib to Depends:
---
 p/haskell-posix-pty/debian/control | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/p/haskell-posix-pty/debian/control b/p/haskell-posix-pty/debian/control
index 8f73af0..560e4b1 100644
--- a/p/haskell-posix-pty/debian/control
+++ b/p/haskell-posix-pty/debian/control
@@ -20,7 +20,8 @@ X-Description: Pseudo terminal interaction with subprocesses.
 
 Package: libghc-posix-pty-dev
 Architecture: any
-Depends: ${haskell:Depends},
+Depends: libutil-dev,
+ ${haskell:Depends},
  ${misc:Depends},
  ${shlibs:Depends},
 Recommends: ${haskell:Recommends},

-- 
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