diff options
-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} |