diff options
author | Steve Langasek <vorlon@debian.org> | 2013-02-12 15:06:20 -0800 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2019-01-08 22:11:50 -0800 |
commit | efa8c2d01b648e877bc1aebb742b8376489ad31f (patch) | |
tree | fcd49982d7adbca7124c8be8e8d902bb484735c8 /debian/control | |
parent | e37745a85b56476d8f46310ff70139b373015324 (diff) | |
download | pam-efa8c2d01b648e877bc1aebb742b8376489ad31f.tar.gz pam-efa8c2d01b648e877bc1aebb742b8376489ad31f.tar.bz2 pam-efa8c2d01b648e877bc1aebb742b8376489ad31f.zip |
Add an or'ed dependency on cdebconf, which also implements the
xloadtemplatefile extension that prevents us from depending on just
'debconf-2.0'. Thanks to RĂ©gis Boudin <regis@boudin.name> for the info.
Closes: #677278.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/control b/debian/control index f3ee8bd9..dc703a3d 100644 --- a/debian/control +++ b/debian/control @@ -57,7 +57,7 @@ Section: admin Priority: required Architecture: all Multi-Arch: foreign -Depends: ${misc:Depends}, debconf (>= 1.5.19), libpam-modules (>= 1.0.1-6) +Depends: ${misc:Depends}, debconf (>= 1.5.19) | cdebconf, libpam-modules (>= 1.0.1-6) Replaces: libpam0g-util, libpam0g-dev Conflicts: libpam0g-util Description: Runtime support for the PAM library |