From f3b52520da1570fcf085cdf55fdc1141dce61b6c Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Mon, 21 Dec 2020 12:48:57 -0500 Subject: Use oh-shlibdeps --- diff --git a/build b/build index b8502f4..c7f5c52 100755 --- a/build +++ b/build @@ -18,3 +18,4 @@ install: build oh-fixperms oh-strip oh-installfiles + oh-shlibdeps diff --git a/changelog b/changelog index 76c37c3..54993bd 100644 --- a/changelog +++ b/changelog @@ -5,6 +5,7 @@ pkgconf.3 (1.7.3-1) trunk * libpkgconf.3, libpkgconf.3-dev: New packages. * Source package renamed to pkgconf.3. * pkgconf: Fix self-dependency. + * Use automatic shared library dependencies. -- Patrick McDermott Mon, 21 Dec 2020 11:21:19 -0500 diff --git a/control b/control index e249d2f..0d3aa6a 100644 --- a/control +++ b/control @@ -1,3 +1,4 @@ Maintainer: Patrick McDermott -Build-Depends: opkbuild (>= 4.0.0), busybox (>= 1.32.0-1), opkhelper-3.0 +Build-Depends: opkbuild (>= 4.0.0), busybox (>= 1.32.0-1), + opkhelper-3.0 (>= 3.1.3) Homepage: http://pkgconf.org/ diff --git a/libpkgconf.3.pkg/control b/libpkgconf.3.pkg/control index b57d271..57bacd0 100644 --- a/libpkgconf.3.pkg/control +++ b/libpkgconf.3.pkg/control @@ -1,5 +1,6 @@ Architecture: any Platform: all +Depends: ${Shlib-Depends} Description: Compiler and linker configuration library - development files ${Common-Description} . diff --git a/pkgconf.pkg/control b/pkgconf.pkg/control index 2f77ce6..151ba39 100644 --- a/pkgconf.pkg/control +++ b/pkgconf.pkg/control @@ -1,4 +1,5 @@ Architecture: any Platform: all +Depends: ${Shlib-Depends} Description: Compiler and linker configuration utility ${Common-Description} -- cgit v0.9.1