diff -Nru openssh-6.6p1/debian/changelog openssh-6.6p1/debian/changelog --- openssh-6.6p1/debian/changelog 2016-01-14 21:56:09.000000000 +0000 +++ openssh-6.6p1/debian/changelog 2016-01-26 15:39:14.000000000 +0000 @@ -1,3 +1,9 @@ +openssh (1:6.6p1-2ubuntu2.6) trusty; urgency=medium + + * debian/control, debian/rules: enable libaudit support. (LP: #1478087) + + -- Mathieu Trudel-Lapierre Tue, 26 Jan 2016 10:38:35 -0500 + openssh (1:6.6p1-2ubuntu2.5) trusty-proposed; urgency=medium * Backport upstream reporting of max auth attempts, so that fail2bail diff -Nru openssh-6.6p1/debian/control openssh-6.6p1/debian/control --- openssh-6.6p1/debian/control 2015-08-14 11:31:09.000000000 +0000 +++ openssh-6.6p1/debian/control 2016-01-26 15:37:37.000000000 +0000 @@ -3,7 +3,7 @@ Priority: standard Maintainer: Ubuntu Developers XSBC-Original-Maintainer: Debian OpenSSH Maintainers -Build-Depends: libwrap0-dev | libwrap-dev, zlib1g-dev (>= 1:1.2.3), libssl-dev (>= 0.9.8g), libpam0g-dev | libpam-dev, libgtk2.0-dev, libedit-dev, debhelper (>= 8.1.0~), libselinux1-dev [linux-any], libkrb5-dev | heimdal-dev, dpkg (>= 1.16.1~), libck-connector-dev, dh-autoreconf, autotools-dev, dh-systemd (>= 1.4) +Build-Depends: libwrap0-dev | libwrap-dev, zlib1g-dev (>= 1:1.2.3), libssl-dev (>= 0.9.8g), libpam0g-dev | libpam-dev, libgtk2.0-dev, libedit-dev, debhelper (>= 8.1.0~), libselinux1-dev [linux-any], libkrb5-dev | heimdal-dev, dpkg (>= 1.16.1~), libck-connector-dev, dh-autoreconf, autotools-dev, dh-systemd (>= 1.4), libaudit-dev [linux-any] Standards-Version: 3.9.5 Uploaders: Colin Watson , Matthew Vernon Homepage: http://www.openssh.org/ diff -Nru openssh-6.6p1/debian/rules openssh-6.6p1/debian/rules --- openssh-6.6p1/debian/rules 2014-05-02 08:35:25.000000000 +0000 +++ openssh-6.6p1/debian/rules 2016-01-26 15:37:55.000000000 +0000 @@ -89,6 +89,7 @@ confflags += --with-ssl-engine ifeq ($(DEB_HOST_ARCH_OS),linux) confflags += --with-selinux +confflags += --with-audit=linux endif ifeq ($(DISTRIBUTOR),Ubuntu) confflags += --with-consolekit