From 613ba5a8672d3b800028e2f192443a8a0e91dce5 Mon Sep 17 00:00:00 2001 From: Ralph Ronnquist Date: Wed, 4 Dec 2024 22:01:40 +1100 Subject: [PATCH] should be pre-depends --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index 30cdd64..2bd9c70 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,8 @@ vcs-browser: https://git.devuan.org/devuan/overlay-boot.git Package: overlay-boot Architecture: linux-any -Depends: ${shlibs:Depends}, ${misc:Depends}, ${misc:Pre-Depends}, +Pre-Depends: ${misc:Pre-Depends} +Depends: ${shlibs:Depends}, ${misc:Depends}, mount, iproute2, ifupdown, procps Description: Admin scripts for running overlay subhosts Overlay subhosting that uses unshare and chroot for running services -- 2.47.2