diff options
author | Steve Langasek <vorlon@debian.org> | 2008-08-03 03:52:19 -0700 |
---|---|---|
committer | Steve Langasek <steve.langasek@ubuntu.com> | 2019-01-03 17:28:19 -0800 |
commit | 6824e112b77a535fd22e593b78c5f42b2926a29e (patch) | |
tree | d09604bba6b456aabc7fc1a81b66d001e3647a00 /debian/control | |
parent | eedc0a1271c2df47a300517493028c3e98800570 (diff) | |
download | pam-6824e112b77a535fd22e593b78c5f42b2926a29e.tar.gz pam-6824e112b77a535fd22e593b78c5f42b2926a29e.tar.bz2 pam-6824e112b77a535fd22e593b78c5f42b2926a29e.zip |
Build-Conflict with libdb4.2-dev, which satisfies the libdb-dev
build-dependency but causes pam_userdb to be silently omitted.
Closes: #493574.
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
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/ |