summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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}
.