diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-29 18:08:48 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-29 18:08:48 (EDT) |
commit | ce53ed5ced7b1c702254efc969e1f95158e12109 (patch) | |
tree | c7c043e056a974e0ed42c609d94c7cf0ae4f29cc | |
parent | 7259c809244b449793fe5ace9a939d06a11503e2 (diff) |
control, build, liblzma.5, xz, xzdec: Use oh-shlibdeps
-rwxr-xr-x | build | 1 | ||||
-rw-r--r-- | control | 2 | ||||
-rw-r--r-- | liblzma.5.pkg/control | 1 | ||||
-rw-r--r-- | xz.pkg/control | 2 | ||||
-rw-r--r-- | xzdec.pkg/control | 2 |
5 files changed, 5 insertions, 3 deletions
@@ -28,3 +28,4 @@ install: build oh-fixperms oh-strip oh-installfiles + oh-shlibdeps @@ -1,3 +1,3 @@ Maintainer: Patrick McDermott <patrick.mcdermott@libiquity.com> -Build-Depends: opkhelper-3.0, +Build-Depends: opkbuild (>= 4.0.1), opkhelper-3.0 (>= 3.1.2) Homepage: https://tukaani.org/xz/ diff --git a/liblzma.5.pkg/control b/liblzma.5.pkg/control index c732d59..38c1d45 100644 --- a/liblzma.5.pkg/control +++ b/liblzma.5.pkg/control @@ -1,5 +1,6 @@ Architecture: any Platform: all +Depends: ${Shlib-Depends} Description: XZ and LZMA compression library liblzma is a compression library with an API similar to that of zlib but without file I/O functions. The native file format is the .xz format, but the diff --git a/xz.pkg/control b/xz.pkg/control index 6bf98c8..00aaf5c 100644 --- a/xz.pkg/control +++ b/xz.pkg/control @@ -1,6 +1,6 @@ Architecture: any Platform: all -Depends: liblzma.5 (= ${Binary-Version}) +Depends: liblzma.5 (= ${Binary-Version}), ${Shlib-Depends} Description: XZ compression utilities xz is a general-purpose data compression tool with command line syntax similar to gzip and bzip2. The native file format is the .xz format, but the legacy diff --git a/xzdec.pkg/control b/xzdec.pkg/control index 2e33127..6286456 100644 --- a/xzdec.pkg/control +++ b/xzdec.pkg/control @@ -1,6 +1,6 @@ Architecture: any Platform: all -Depends: liblzma.5 (= ${Binary-Version}) +Depends: liblzma.5 (= ${Binary-Version}), ${Shlib-Depends} Description: Small XZ decompression utilities xzdec is a liblzma-based decompression-only tool for .xz (and only .xz) files. xzdec is intended to work as a drop-in replacement for xz in the most common |