Package: libpam-runtime
Version: 1.1.3-7.1
Tags: patch
Hi,
As cdebconf is becoming actually usable, I started looking at removing
debconf on a test system, and noticed that libpam-runtime depends on
debconf only. The attached patch adds "| debconf-2.0" to the debconf
dependency.
Thanks in advance,
Regis
diff -Nru --exclude changelog pam-1.1.3/debian/control pam-1.1.3/debian/control
--- pam-1.1.3/debian/control 2012-06-12 22:03:45.000000000 +0200
+++ pam-1.1.3/debian/control 2012-06-12 22:03:46.000000000 +0200
@@ -57,7 +57,7 @@
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) | debconf-2.0, libpam-modules (>= 1.0.1-6)
Replaces: libpam0g-util, libpam0g-dev
Conflicts: libpam0g-util
Description: Runtime support for the PAM library