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 /xzdec.pkg/control | |
parent | 7259c809244b449793fe5ace9a939d06a11503e2 (diff) |
control, build, liblzma.5, xz, xzdec: Use oh-shlibdeps
Diffstat (limited to 'xzdec.pkg/control')
-rw-r--r-- | xzdec.pkg/control | 2 |
1 files changed, 1 insertions, 1 deletions
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 |