diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-22 15:54:43 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-06-22 15:54:43 (EDT) |
commit | 4c3d75282a11d90252202810c3fd9db556d9003e (patch) | |
tree | f83f8694c44bf677b073bf224d069043b562fc6f | |
parent | 6e354da914bc00c1aee9838fdec27e5ead5d79e3 (diff) |
libunistring.0: Use oh-shlibdeps
-rwxr-xr-x | build | 1 | ||||
-rw-r--r-- | changelog | 1 | ||||
-rw-r--r-- | control | 2 | ||||
-rw-r--r-- | libunistring.0.pkg/control | 1 |
4 files changed, 4 insertions, 1 deletions
@@ -24,3 +24,4 @@ install: build oh-fixperms oh-strip oh-installfiles + oh-shlibdeps @@ -2,6 +2,7 @@ libunistring (0.9.10-1) trunk * New upstream version. * Update Maintainer. + * libunistring.0: Use automatic shared library dependencies. -- Patrick McDermott <patrick.mcdermott@libiquity.com> Wed, 19 Jun 2019 18:45:14 -0400 @@ -1,3 +1,3 @@ Maintainer: Patrick McDermott <patrick.mcdermott@libiquity.com> -Build-Depends: opkbuild (>= 4.0.0), gpg, dirmngr, opkhelper-3.0 +Build-Depends: opkbuild (>= 4.0.1), opkhelper-3.0 (>= 3.1.2), gpg, dirmngr Homepage: https://www.gnu.org/software/libunistring/ diff --git a/libunistring.0.pkg/control b/libunistring.0.pkg/control index 7d482b8..baa02c7 100644 --- a/libunistring.0.pkg/control +++ b/libunistring.0.pkg/control @@ -1,4 +1,5 @@ Architecture: any Platform: all +Depends: ${Shlib-Depends} Description: Unicode string library ${Common-Description} |