From 9671ee17d8b0304832449c01c3e439831646bcc5 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sun, 19 Nov 2017 15:07:43 +0100 Subject: [PATCH] Debian: Fixed erroneous dependencies --- debian/control | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/control b/debian/control index f1a7504..3f009f4 100644 --- a/debian/control +++ b/debian/control @@ -17,14 +17,14 @@ Description: Sub-authentication daemon Package: libpam-subauth Architecture: any -Depends: subauth, ${shlibs:Depends}, ${misc:Depends} +Depends: subauthd, ${shlibs:Depends}, ${misc:Depends} Description: PAM module for the sub-authentication daemon This package provides the glue between the sub-authentication service and Linux Pluggable Authentication Modules. Package: libapache2-mod-subauth Architecture: any -Depends: subauth, ${shlibs:Depends}, ${misc:Depends} +Depends: subauthd, ${shlibs:Depends}, ${misc:Depends} Description: Apache2 module for the sub-authentication daemon This package provides the glue between the sub-authentication service and Apache2 authentication. -- 2.39.2