diff options
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/debian/control b/debian/control index f3032bf6..f6297e6f 100644 --- a/debian/control +++ b/debian/control @@ -43,7 +43,7 @@ Package: libpam-runtime Section: admin Priority: required Architecture: all -Depends: debconf (>= 1.5.19) +Depends: ${misc:Depends}, debconf (>= 1.5.19) Replaces: libpam0g-util, libpam0g-dev Conflicts: libpam0g-util, libpam0g (<< 0.66-0) Description: Runtime support for the PAM library @@ -55,7 +55,7 @@ Package: libpam0g-dev Section: libdevel Priority: optional Architecture: any -Depends: libpam0g (= ${binary:Version}), libc6-dev|libc-dev +Depends: ${misc:Depends}, libpam0g (= ${binary:Version}), libc6-dev|libc-dev Conflicts: libpam-dev, libpam-dbg Replaces: libpam0g (<= 0.65) Provides: libpam-dev @@ -74,7 +74,7 @@ Section: admin Priority: optional Architecture: any Replaces: libpam0g-cracklib -Depends: ${shlibs:Depends}, libpam-runtime (>= 1.0.1-6), cracklib-runtime, wamerican | wordlist +Depends: ${misc:Depends}, ${shlibs:Depends}, libpam-runtime (>= 1.0.1-6), cracklib-runtime, wamerican | wordlist Description: PAM module to enable cracklib support This package includes libpam_cracklib, a PAM module that tests passwords to make sure they are not too weak during password change. @@ -84,6 +84,7 @@ Provides: pam-doc Section: doc Priority: optional Architecture: all +Depends: ${misc:Depends} Description: Documentation of PAM Contains documentation (in HTML, ASCII, and PostScript format) for libpam, the Pluggable Authentication Modules library, a suite of shared |