diff options
author | Steve Langasek <vorlon@debian.org> | 2013-02-12 15:02:52 -0800 |
---|---|---|
committer | Steve Langasek <vorlon@debian.org> | 2019-01-08 22:11:50 -0800 |
commit | e37745a85b56476d8f46310ff70139b373015324 (patch) | |
tree | af635fbcb670f13c376f32402baf6406586e448a | |
parent | 53f3c305c2d6722d22d9a8338ae8fde4a83a4d5e (diff) | |
download | pam-e37745a85b56476d8f46310ff70139b373015324.tar.gz pam-e37745a85b56476d8f46310ff70139b373015324.tar.bz2 pam-e37745a85b56476d8f46310ff70139b373015324.zip |
Revert libaudit support for now, because libaudit isn't multiarched yet
in unstable so this regresses cross-installability. Reopens bug
#699159.
-rw-r--r-- | debian/changelog | 8 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 3 |
3 files changed, 11 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 6afde36e..94cf8ffd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,11 @@ +pam (1.1.3-9) UNRELEASED; urgency=low + + * Revert libaudit support for now, because libaudit isn't multiarched yet + in unstable so this regresses cross-installability. Reopens bug + #699159. + + -- Steve Langasek <vorlon@debian.org> Tue, 12 Feb 2013 15:01:08 -0800 + pam (1.1.3-8) unstable; urgency=low * Confirm NMU for bug #611136; thanks to Michael Gilbert. diff --git a/debian/control b/debian/control index a299e549..f3ee8bd9 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Priority: optional Uploaders: Sam Hartman <hartmans@debian.org>, Roger Leigh <rleigh@debian.org> Maintainer: Steve Langasek <vorlon@debian.org> 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, libaudit-dev +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-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 ac2ffab7..68cbf0a1 100755 --- a/debian/rules +++ b/debian/rules @@ -20,7 +20,8 @@ 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 + --enable-isadir=/lib/security --disable-regenerate-docu \ + --disable-audit # make sure the SAG, MWG, ADG are readable with a browser. override_dh_compress: |