From be5257a3885c0d9692c089a739fa97264fe8cb54 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Sun, 27 Dec 2020 12:34:52 -0500 Subject: curl, libcurl.4: Use oh-shlibdeps --- diff --git a/build b/build index 11569a6..7af830c 100755 --- a/build +++ b/build @@ -24,3 +24,4 @@ install: build oh-fixperms oh-strip oh-installfiles + oh-shlibdeps diff --git a/changelog b/changelog index c1ed20e..d659a1a 100644 --- a/changelog +++ b/changelog @@ -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 Sat, 26 Dec 2020 21:01:49 -0500 diff --git a/control b/control index 3139de3..91140fe 100644 --- a/control +++ b/control @@ -1,5 +1,6 @@ Maintainer: Patrick McDermott -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} -- cgit v0.9.1