summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McDermott <patrick.mcdermott@libiquity.com>2020-11-06 05:23:37 (EST)
committer Patrick McDermott <patrick.mcdermott@libiquity.com>2020-11-06 07:34:30 (EST)
commit6c899293b51fb4eeaa3dd782fb1ae975d8135d82 (patch)
tree3b1ab187d3c68f299142d07910b2cac9fa2097b5
parent8d60dfeb9a161ba00a67f4269ca3f18ebe6e2704 (diff)
busybox: Organize into section "util"
-rw-r--r--busybox.pkg/control1
-rw-r--r--changelog1
-rw-r--r--control2
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
diff --git a/changelog b/changelog
index b425867..47831cf 100644
--- a/changelog
+++ b/changelog
@@ -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
diff --git a/control b/control
index 3d2df9a..1c45e1e 100644
--- a/control
+++ b/control
@@ -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,