diff options
-rw-r--r-- | busybox.pkg/control | 1 | ||||
-rw-r--r-- | changelog | 1 | ||||
-rw-r--r-- | control | 2 |
3 files changed, 3 insertions, 1 deletions
diff --git a/busybox.pkg/control b/busybox.pkg/control index ed9cc41..46ff9ec 100644 --- a/busybox.pkg/control +++ b/busybox.pkg/control @@ -1,6 +1,7 @@ Architecture: any Platform: any Essential: yes +Section: util Depends: ${Shlib-Depends}, ${Extra-Depends} Description: Multi-call binary that combines many common UNIX utilities BusyBox combines tiny versions of many common UNIX utilities into a single @@ -12,6 +12,7 @@ busybox (1.32.0-1) trunk * Update Maintainer. * busybox: Use automatic shared library dependencies, and depend on wolfutil if wget is configured to use "OpenSSL". + * busybox: Organize into section "util". -- Patrick McDermott <patrick.mcdermott@libiquity.com> Wed, 04 Nov 2020 03:58:13 -0500 @@ -1,5 +1,5 @@ Maintainer: Patrick McDermott <patrick.mcdermott@libiquity.com> -Build-Depends: opkbuild (>= 4.0.1), opkhelper-3.0 (>= 3.1.3), +Build-Depends: opkbuild (>= 4.2.0), opkhelper-3.0 (>= 3.1.3), config-busybox-${Host-Plat}, gpg, dirmngr, pkgconf, libncurses.6-dev, terminfo, |