summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-04-29 20:56:21 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-04-29 20:56:21 (EDT)
commit0d4d56ebb4dbbbdc6cecac46af546baa383b5e45 (patch)
tree1cd9ce39974dea254ee0e2abd7245d4e6aa4c747
parent16ce3c21adf388fc551b030580037f9c7a36a293 (diff)
expect, libexpect.5.45: Use oh-shlibdeps
-rwxr-xr-xbuild1
-rw-r--r--changelog1
-rw-r--r--expect.pkg/control2
-rw-r--r--libexpect.5.45.pkg/control1
4 files changed, 4 insertions, 1 deletions
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 <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}
.