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 | |
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.
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 94cf8ffd..4f3b8aa9 100644 --- a/debian/changelog +++ b/debian/changelog @@ -3,6 +3,10 @@ pam (1.1.3-9) UNRELEASED; urgency=low * Revert libaudit support for now, because libaudit isn't multiarched yet in unstable so this regresses cross-installability. Reopens bug #699159. + * 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. -- Steve Langasek <vorlon@debian.org> Tue, 12 Feb 2013 15:01:08 -0800 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 |