From ce53ed5ced7b1c702254efc969e1f95158e12109 Mon Sep 17 00:00:00 2001 From: Patrick McDermott Date: Mon, 29 Apr 2019 18:08:48 -0400 Subject: control, build, liblzma.5, xz, xzdec: Use oh-shlibdeps --- diff --git a/build b/build index 6586122..83d2dbb 100755 --- a/build +++ b/build @@ -28,3 +28,4 @@ install: build oh-fixperms oh-strip oh-installfiles + oh-shlibdeps diff --git a/control b/control index 6b235d0..f8ace95 100644 --- a/control +++ b/control @@ -1,3 +1,3 @@ Maintainer: Patrick McDermott -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 -- cgit v0.9.1