diff options
-rwxr-xr-x | build | 1 | ||||
-rw-r--r-- | changelog | 1 | ||||
-rw-r--r-- | control | 2 | ||||
-rw-r--r-- | libreadline.6.pkg/control | 2 |
4 files changed, 4 insertions, 2 deletions
@@ -30,3 +30,4 @@ install: build oh-fixperms oh-strip -k oh-installfiles + oh-shlibdeps @@ -4,6 +4,7 @@ readline (8.0-1) trunk * Update Maintainer and Homepage. * libreadline.6: Remove upstream CHANGES and README from /usr/share/doc/libreadline.6/. + * libreadline.6: Use automatic shared library dependencies. * libreadline-dev: Remove static libraries. -- Patrick McDermott <patrick.mcdermott@libiquity.com> Sun, 23 Jun 2019 16:48:51 -0400 @@ -1,3 +1,3 @@ Maintainer: Patrick McDermott <patrick.mcdermott@libiquity.com> -Build-Depends: opkhelper-3.0, gpg, dirmngr +Build-Depends: opkbuild (>= 4.0.1), opkhelper-3.0 (>= 3.1.2), gpg, dirmngr Homepage: http://tiswww.cwru.edu/php/chet/readline/rltop.html diff --git a/libreadline.6.pkg/control b/libreadline.6.pkg/control index 84e0842..d83c480 100644 --- a/libreadline.6.pkg/control +++ b/libreadline.6.pkg/control @@ -1,5 +1,5 @@ Architecture: any Platform: all -Depends: libtinfo.5 +Depends: ${Shlib-Depends} Description: Line editing and command history libraries ${Common-Description} |