diff options
-rw-r--r-- | debian/changelog | 3 | ||||
-rw-r--r-- | debian/control | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index 93a81c7b..c73ca052 100644 --- a/debian/changelog +++ b/debian/changelog @@ -11,6 +11,9 @@ pam (1.0.1-2) UNRELEASED; urgency=low * Drop various bits of unused cruft from the debian/ directory. * Drop libpam-runtime.preinst, only used for upgrades from woody to sarge to deal with modified conffiles. + * Build-Conflict with libdb4.2-dev, which satisfies the libdb-dev + build-dependency but causes pam_userdb to be silently omitted. + Closes: #493574. -- Steve Langasek <vorlon@debian.org> Wed, 30 Jul 2008 00:55:10 -0700 diff --git a/debian/control b/debian/control index ae2acce2..4f181e92 100644 --- a/debian/control +++ b/debian/control @@ -7,6 +7,7 @@ Standards-Version: 3.8.0 Build-Depends: libcrack2-dev (>= 2.8), bzip2, debhelper, quilt, flex, libdb-dev, libselinux1-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64 !netbsd-i386], po-debconf Build-Depends-Indep: xsltproc, libxml2-utils, docbook-xml, docbook-xsl, w3m Build-Conflicts-Indep: fop +Build-Conflicts: libdb4.2-dev Vcs-Bzr: http://bzr.debian.org/bzr/pkg-pam/debian/sid/ Homepage: http://pam.sourceforge.net/ |