]> mj.ucw.cz Git - subauth.git/commitdiff
Debian: Fixed erroneous dependencies
authorMartin Mares <mj@ucw.cz>
Sun, 19 Nov 2017 14:07:43 +0000 (15:07 +0100)
committerMartin Mares <mj@ucw.cz>
Sun, 19 Nov 2017 14:07:43 +0000 (15:07 +0100)
debian/control

index f1a7504810e44cc3c5fbfbc54db7d0b63715ba30..3f009f4782787f91dfa5fdd9f33657955eff21be 100644 (file)
@@ -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.