From efa8c2d01b648e877bc1aebb742b8376489ad31f Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Tue, 12 Feb 2013 15:06:20 -0800 Subject: =?UTF-8?q?Add=20an=20or'ed=20dependency=20on=20cdebconf,=20which?= =?UTF-8?q?=20also=20implements=20the=20xloadtemplatefile=20extension=20th?= =?UTF-8?q?at=20prevents=20us=20from=20depending=20on=20just=20'debconf-2.?= =?UTF-8?q?0'.=20=20Thanks=20to=20R=C3=A9gis=20Boudin=20=20for=20the=20info.=20Closes:=20#677278.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- debian/changelog | 4 ++++ debian/control | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 for the info. + Closes: #677278. -- Steve Langasek 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 -- cgit v1.2.3