From 6add875a6ef197b5c437c7263147a59ef35e03e5 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Sun, 20 Oct 2013 15:23:03 -0700 Subject: Reintroduce libaudit support now that libaudit has been multiarched. Closes: #699159. --- debian/changelog | 2 ++ debian/control | 2 +- debian/rules | 3 +-- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/debian/changelog b/debian/changelog index 464ee52a..85a92be0 100644 --- a/debian/changelog +++ b/debian/changelog @@ -2,6 +2,8 @@ pam (1.1.3-10) UNRELEASED; urgency=low * Fix pam-auth-update handling of trailing blank lines in the fields of profiles. LP: #1160288. + * Reintroduce libaudit support now that libaudit has been multiarched. + Closes: #699159. -- Steve Langasek Mon, 15 Apr 2013 12:09:09 -0700 diff --git a/debian/control b/debian/control index dc703a3d..9518870d 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Uploaders: Sam Hartman , Roger Leigh Maintainer: Steve Langasek Standards-Version: 3.9.1 -Build-Depends: libcrack2-dev (>= 2.8), bzip2, debhelper (>= 8.9.4), quilt (>= 0.48-1), flex, libdb-dev, libselinux1-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64 !netbsd-i386], po-debconf, dh-autoreconf, autopoint +Build-Depends: libcrack2-dev (>= 2.8), bzip2, debhelper (>= 8.9.4), quilt (>= 0.48-1), flex, libdb-dev, libselinux1-dev [!hurd-i386 !kfreebsd-i386 !kfreebsd-amd64 !netbsd-i386], po-debconf, dh-autoreconf, autopoint, libaudit-dev Build-Depends-Indep: xsltproc, libxml2-utils, docbook-xml, docbook-xsl, w3m Build-Conflicts-Indep: fop Build-Conflicts: libdb4.2-dev, libxcrypt-dev diff --git a/debian/rules b/debian/rules index 68cbf0a1..ac2ffab7 100755 --- a/debian/rules +++ b/debian/rules @@ -20,8 +20,7 @@ dl = $(d)/local override_dh_auto_configure: dh_auto_configure -- --enable-static --enable-shared \ --libdir=/lib/$(DEB_HOST_MULTIARCH) \ - --enable-isadir=/lib/security --disable-regenerate-docu \ - --disable-audit + --enable-isadir=/lib/security --disable-regenerate-docu # make sure the SAG, MWG, ADG are readable with a browser. override_dh_compress: -- cgit v1.2.3