From: Martin Mares Date: Sun, 19 Nov 2017 14:07:43 +0000 (+0100) Subject: Debian: Fixed erroneous dependencies X-Git-Tag: v0.9~4 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=9671ee17d8b0304832449c01c3e439831646bcc5;p=subauth.git Debian: Fixed erroneous dependencies --- 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.