summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-12-21 12:48:57 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-12-21 12:48:57 (EST)
commitf3b52520da1570fcf085cdf55fdc1141dce61b6c (patch)
tree7fb9b046d339f4435069499a1fc334329f1e06de
parent8395a405ca208d43c35023850a1f0cf9a052a10a (diff)
Use oh-shlibdeps
-rwxr-xr-xbuild1
-rw-r--r--changelog1
-rw-r--r--control3
-rw-r--r--libpkgconf.3.pkg/control1
-rw-r--r--pkgconf.pkg/control1
5 files changed, 6 insertions, 1 deletions
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 <patrick.mcdermott@libiquity.com> 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 <patrick.mcdermott@libiquity.com>
-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}