diff options
-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} |