summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2019-04-06 21:46:06 (EDT)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2019-04-06 21:46:06 (EDT)
commite9299f830498ecb58314ee667a53ba9b6be6dc92 (patch)
tree7810383fd562f750f17379db47a991763a0237d6
parent9a1b3d97f90a9e7ab2ce6bd2ff1f7d4a308bfa48 (diff)
Use oh-shlibdeps
-rwxr-xr-xbuild1
-rw-r--r--bzip2.pkg/control2
-rw-r--r--control2
-rw-r--r--libbz2.1.0.pkg/control1
4 files changed, 4 insertions, 2 deletions
diff --git a/build b/build
index 95f3ac5..f6d9eac 100755
--- a/build
+++ b/build
@@ -44,3 +44,4 @@ install: build
oh-fixperms
oh-strip
oh-installfiles
+ oh-shlibdeps
diff --git a/bzip2.pkg/control b/bzip2.pkg/control
index e23c507..b6b0a75 100644
--- a/bzip2.pkg/control
+++ b/bzip2.pkg/control
@@ -1,6 +1,6 @@
Architecture: any
Platform: all
-Depends: libbz2.1.0 (= ${Binary-Version})
+Depends: libbz2.1.0 (= ${Binary-Version}), ${Shlib-Depends}
Replaces: busybox (<< 1.21.1-6)
Conflicts: busybox (<< 1.21.1-6)
Description: High-quality data compression utilities
diff --git a/control b/control
index efadeed..a2a850c 100644
--- a/control
+++ b/control
@@ -1,3 +1,3 @@
Maintainer: Patrick McDermott <patrick.mcdermott@libiquity.com>
-Build-Depends: opkbuild (>= 3.0.0-beta7), opkhelper-3.0
+Build-Depends: opkbuild (>= 3.0.0-beta7), opkhelper-3.0 (>= 3.1.2)
Homepage: https://sourceware.org/bzip2/
diff --git a/libbz2.1.0.pkg/control b/libbz2.1.0.pkg/control
index d7ad2a1..e8a6840 100644
--- a/libbz2.1.0.pkg/control
+++ b/libbz2.1.0.pkg/control
@@ -1,5 +1,6 @@
Architecture: any
Platform: all
+Depends: ${Shlib-Depends}
Description: High-quality data compression library
${Common-Description}
.