diff options
author | Steve Langasek <vorlon@debian.org> | 2008-11-12 17:59:58 -0800 |
---|---|---|
committer | Steve Langasek <steve.langasek@ubuntu.com> | 2019-01-03 17:28:28 -0800 |
commit | f3adbcb0a9685b0ea34a52bc34c2a82469a585c5 (patch) | |
tree | 7003a78423d519a659b4a7b5964344728d8e8fd6 | |
parent | 53e1fe8f90939d6b7586cf6a6d78214dc9ef7b2e (diff) | |
download | pam-f3adbcb0a9685b0ea34a52bc34c2a82469a585c5.tar.gz pam-f3adbcb0a9685b0ea34a52bc34c2a82469a585c5.tar.bz2 pam-f3adbcb0a9685b0ea34a52bc34c2a82469a585c5.zip |
libpam-runtime needs a versioned dep on debconf, because it uses x_loadtemplatefile
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index b159b7fb..ae161407 100644 --- a/debian/control +++ b/debian/control @@ -42,7 +42,7 @@ Package: libpam-runtime Section: admin Priority: required Architecture: all -Depends: ${misc:Depends} +Depends: debconf (>= 1.5.19) | cdebconf Replaces: libpam0g-util, libpam0g-dev Conflicts: libpam0g-util, libpam0g (<< 0.66-0) Description: Runtime support for the PAM library |