diff options
-rw-r--r-- | changelog | 2 | ||||
-rw-r--r-- | control | 2 |
2 files changed, 3 insertions, 1 deletions
@@ -14,6 +14,8 @@ pam (0.79-4) UNRELEASED; urgency=low * Patch 061: fix a double free in pam_issue, caused by overuse (and misuse) of strdup (similar to patch 059). Already fixed upstream. Closes: #327272. + * Don't build-depend on libselinux1-dev and libcap-dev on kfreebsd archs. + Closes: #352329. -- Steve Langasek <vorlon@debian.org> Sun, 23 Oct 2005 23:17:24 -0700 @@ -4,7 +4,7 @@ Priority: optional Uploaders: Karl Ramm <kcr@debian.org>, Steve Langasek <vorlon@debian.org> Maintainer: Sam Hartman <hartmans@debian.org> Standards-Version: 3.5.8 -Build-Depends: cracklib2-dev (>= 2.7-9), bzip2, debhelper, patch, libdb4.3-dev, libcap-dev [!hurd-i386 !freebsd-i386 !netbsd-i386], libselinux1-dev [!hurd-i386 !freebsd-i386 !netbsd-i386] +Build-Depends: cracklib2-dev (>= 2.7-9), bzip2, debhelper, patch, libdb4.3-dev, libcap-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64 !netbsd-i386], libselinux1-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64 !netbsd-i386] Build-Depends-Indep: linuxdoc-tools, linuxdoc-tools-latex, tetex-extra, groff, opensp Package: libpam0g |