From 7ef6b4b2be8804471f48cf603f44d9320105196e Mon Sep 17 00:00:00 2001 From: Ralph Ronnquist Date: Wed, 4 Dec 2024 21:59:03 +1100 Subject: [PATCH] fix missing comma --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index af6ab33..30cdd64 100644 --- a/debian/control +++ b/debian/control @@ -10,7 +10,7 @@ vcs-browser: https://git.devuan.org/devuan/overlay-boot.git Package: overlay-boot Architecture: linux-any -Depends: ${shlibs:Depends}, ${misc:Depends}, ${misc:Pre-Depends} +Depends: ${shlibs:Depends}, ${misc:Depends}, ${misc:Pre-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