diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-23 17:14:40 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-23 17:14:40 (EDT) |
commit | ea4d6cabf23dedc16be9b960d50f963edc4751a4 (patch) | |
tree | 36ac106c25d58a5452b4a8fc0763e50bc67553fc | |
parent | b4f72669b55b43e50edfd1b61edae743c37da238 (diff) |
libreadline.6: Use oh-shlibdeps
-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} |