diff options
author | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-07 19:00:10 (EDT) |
---|---|---|
committer | Patrick McDermott <patrick.mcdermott@libiquity.com> | 2019-04-07 19:00:10 (EDT) |
commit | c3ab0d876ab53b313835eaf422f131b7ec9445ff (patch) | |
tree | 3eecd2eab8a6fdd51d64fce2fff011bc532c9285 | |
parent | c471eeb68e6c9ae6fd5de58e1071e52f7b1b4c74 (diff) |
Use oh-shlibdeps
-rwxr-xr-x | build | 1 | ||||
-rw-r--r-- | control | 2 | ||||
-rw-r--r-- | patch.pkg/control | 1 |
3 files changed, 3 insertions, 1 deletions
@@ -19,3 +19,4 @@ install: build oh-fixperms oh-strip oh-installfiles + oh-shlibdeps @@ -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://savannah.gnu.org/projects/patch/ diff --git a/patch.pkg/control b/patch.pkg/control index d1c652e..234abc6 100644 --- a/patch.pkg/control +++ b/patch.pkg/control @@ -1,5 +1,6 @@ Architecture: any Platform: all +Depends: ${Shlib-Depends} Conflicts: busybox (<< 1.21.1-12) Description: Utility to apply diff files to original files ${Common-Description} |