From 0d4d56ebb4dbbbdc6cecac46af546baa383b5e45 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Mon, 29 Apr 2019 20:56:21 -0400 Subject: expect, libexpect.5.45: Use oh-shlibdeps --- diff --git a/build b/build index ea253d9..23294db 100755 --- a/build +++ b/build @@ -43,3 +43,4 @@ install: build oh-fixperms oh-strip oh-installfiles + oh-shlibdeps diff --git a/changelog b/changelog index 882ef35..d15a3af 100644 --- a/changelog +++ b/changelog @@ -1,6 +1,7 @@ expect (5.45.4-1) trunk * New upstream version. + * expect, libexpect.5.45: Use automatic shared library dependencies. -- Patrick McDermott Mon, 29 Apr 2019 20:19:25 -0400 diff --git a/expect.pkg/control b/expect.pkg/control index 5ff4733..91d4742 100644 --- a/expect.pkg/control +++ b/expect.pkg/control @@ -1,7 +1,7 @@ Architecture: any Platform: all Depends: libexpect.${Source-Version-Upstream} (= ${Binary-Version}), - libtcl${Tcl-Version} + ${Shlib-Depends} Description: Tool for automating interactive applications - interpreter ${Common-Description} . diff --git a/libexpect.5.45.pkg/control b/libexpect.5.45.pkg/control index c35e7fc..1594fdd 100644 --- a/libexpect.5.45.pkg/control +++ b/libexpect.5.45.pkg/control @@ -1,5 +1,6 @@ Architecture: any Platform: all +Depends: ${Shlib-Depends} Description: Tool for automating interactive applications - library ${Common-Description} . -- cgit v0.9.1