diff options
-rwxr-xr-x | build | 1 | ||||
-rw-r--r-- | changelog | 1 | ||||
-rw-r--r-- | control | 2 | ||||
-rw-r--r-- | libtcl8.6.pkg/control | 2 | ||||
-rw-r--r-- | tclsh8.6.pkg/control | 2 |
5 files changed, 5 insertions, 3 deletions
@@ -63,3 +63,4 @@ install: build oh-fixperms oh-strip oh-installfiles + oh-shlibdeps @@ -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 @@ -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} . |