From 865b608f5c1f4c54909af147989d9ce983e5c9d7 Mon Sep 17 00:00:00 2001 From: Oli Sennhauser Date: Fri, 27 Jan 2023 16:08:34 +0100 Subject: [PATCH] Update control should be in misc:Depends in debian/glbd.substvars but did not find out how it is created. Dependency is need for /etc/init.d/glb status make working... --- debian/control | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/control b/debian/control index ee87417..46bd6ec 100644 --- a/debian/control +++ b/debian/control @@ -9,7 +9,7 @@ Vcs-Git: https://github.com/codership/glb Package: glbd Architecture: any -Depends: ${shlibs:Depends}, ${misc:Depends} +Depends: ${shlibs:Depends}, ${misc:Depends}, netcat-traditional Description: glbd and libglb: TCP proxy daemon and load balancing library in one bottle glbd is a simple TCP connection balancer made with scalability and performance in mind. It was inspired by pen, but unlike pen its functionality is limited only to balancing generic TCP connections.