diff options
-rwxr-xr-x | build | 1 | ||||
-rw-r--r-- | changelog | 1 | ||||
-rw-r--r-- | expect.pkg/control | 2 | ||||
-rw-r--r-- | libexpect.5.45.pkg/control | 1 |
4 files changed, 4 insertions, 1 deletions
@@ -43,3 +43,4 @@ install: build oh-fixperms oh-strip oh-installfiles + oh-shlibdeps @@ -1,6 +1,7 @@ expect (5.45.4-1) trunk * New upstream version. + * expect, libexpect.5.45: Use automatic shared library dependencies. -- Patrick McDermott <patrick.mcdermott@libiquity.com> 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} . |