From f1a6880ff4e299ff8fde28dd9452149cb7f7c30b Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Mon, 29 Apr 2019 18:37:17 -0400 Subject: libtcl8.6, tclsh8.6: Use oh-shlibdeps --- 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 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 -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} . -- cgit v0.9.1