summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-04-29 18:37:17 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-04-29 18:37:17 (EDT)
commitf1a6880ff4e299ff8fde28dd9452149cb7f7c30b (patch)
treedd08d1022f77688839a00c8d037fd0f8728f1558
parent01415a2638049ea09d7be6f59bced4276cc84d9b (diff)
libtcl8.6, tclsh8.6: Use oh-shlibdeps
-rwxr-xr-xbuild1
-rw-r--r--changelog1
-rw-r--r--control2
-rw-r--r--libtcl8.6.pkg/control2
-rw-r--r--tclsh8.6.pkg/control2
5 files changed, 5 insertions, 3 deletions
diff --git a/build b/build
index e2ec593..a1cd256 100755
--- a/build
+++ b/build
@@ -63,3 +63,4 @@ install: build
oh-fixperms
oh-strip
oh-installfiles
+ oh-shlibdeps
diff --git a/changelog b/changelog
index 2bc7b7e..61b38d1 100644
--- a/changelog
+++ b/changelog
@@ -2,6 +2,7 @@ tcl8.6 (8.6.9+sip1-1) trunk
* New upstream version.
* libtcl8.6-dev: Remove static library.
+ * libtcl8.6, tclsh8.6: Use automatic shared library dependencies.
-- Patrick McDermott <patrick.mcdermott@libiquity.com> Mon, 29 Apr 2019 18:21:49 -0400
diff --git a/control b/control
index 77ace47..e773c0a 100644
--- a/control
+++ b/control
@@ -1,3 +1,3 @@
Maintainer: Patrick McDermott <patrick.mcdermott@libiquity.com>
-Build-Depends: opkhelper-3.0, libz.1-dev
+Build-Depends: opkbuild (>= 4.0.1), opkhelper-3.0 (>= 3.1.2), libz.1-dev
Homepage: http://www.tcl.tk/
diff --git a/libtcl8.6.pkg/control b/libtcl8.6.pkg/control
index 7fe8bc7..8e1abaf 100644
--- a/libtcl8.6.pkg/control
+++ b/libtcl8.6.pkg/control
@@ -1,6 +1,6 @@
Architecture: any
Platform: all
-Depends: libtcl8.6-data (= ${Binary-Version}), libz.1
+Depends: libtcl8.6-data (= ${Binary-Version}), ${Shlib-Depends}
Description: Tool Command Language ${Version} - library
${Common-Description}
.
diff --git a/tclsh8.6.pkg/control b/tclsh8.6.pkg/control
index d8f8702..c7e719d 100644
--- a/tclsh8.6.pkg/control
+++ b/tclsh8.6.pkg/control
@@ -1,7 +1,7 @@
Architecture: any
Platform: all
Depends: libtcl8.6 (= ${Binary-Version}), libtcl8.6-data (= ${Binary-Version}),
- libz.1
+ ${Shlib-Depends}
Description: Tool Command Language ${Version} - shell
${Common-Description}
.