diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-27 12:34:52 (EST) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2020-12-27 12:34:52 (EST) |
commit | be5257a3885c0d9692c089a739fa97264fe8cb54 (patch) | |
tree | 9df055ed3a8b42c48b058544a662796fe062ad19 | |
parent | 8972e8ffa796de6c83f35b61300e8c8f4dca2cd4 (diff) |
curl, libcurl.4: Use oh-shlibdeps
-rwxr-xr-x | build | 1 | ||||
-rw-r--r-- | changelog | 1 | ||||
-rw-r--r-- | control | 3 | ||||
-rw-r--r-- | curl.pkg/control | 2 | ||||
-rw-r--r-- | libcurl.4.pkg/control | 2 |
5 files changed, 6 insertions, 3 deletions
@@ -24,3 +24,4 @@ install: build oh-fixperms oh-strip oh-installfiles + oh-shlibdeps @@ -9,6 +9,7 @@ curl (7.74.0-1) trunk * curl.4-common: New common package. This is necessary because curl.4-doc is Architecture:all and therefore can't depend on libcurl.4:${Host-Arch}. + * curl, libcurl.4: Use automatic shared library dependencies. -- Patrick McDermott <patrick.mcdermott@libiquity.com> Sat, 26 Dec 2020 21:01:49 -0500 @@ -1,5 +1,6 @@ Maintainer: Patrick McDermott <patrick.mcdermott@libiquity.com> -Build-Depends: opkbuild (>= 4.2.0), opkhelper-3.0, busybox (>= 1.32.0-1), +Build-Depends: opkbuild (>= 4.2.0), opkhelper-3.0 (>= 3.1.4), + busybox (>= 1.32.0-1), gpg, dirmngr, gpgconf, gpg-agent, libz.1-dev, libwolfssl.24-dev, nss-certdata-server-auth, diff --git a/curl.pkg/control b/curl.pkg/control index 8f055f1..ab2b0b5 100644 --- a/curl.pkg/control +++ b/curl.pkg/control @@ -1,6 +1,6 @@ Architecture: any Platform: all Section: util -Depends: curl.4-common (= ${Source-Version}), libz.1 +Depends: curl.4-common (= ${Source-Version}), ${Shlib-Depends} Description: Command-line tool for transferring data with URL syntax ${Curl-Description} diff --git a/libcurl.4.pkg/control b/libcurl.4.pkg/control index af4fb17..9e5dd82 100644 --- a/libcurl.4.pkg/control +++ b/libcurl.4.pkg/control @@ -1,6 +1,6 @@ Architecture: any Platform: all Section: lib -Depends: curl.4-common (= ${Source-Version}), libz.1 +Depends: curl.4-common (= ${Source-Version}), ${Shlib-Depends} Description: Client-side URL transfer library ${Libcurl-Description} |