diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 2 | ||||
-rwxr-xr-x | debian/rules | 1 |
3 files changed, 6 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog index 5eb1d4528..47d92f436 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,9 +1,13 @@ | |||
1 | openssh (1:6.9p1-2) UNRELEASED; urgency=medium | 1 | openssh (1:6.9p1-2) UNRELEASED; urgency=medium |
2 | 2 | ||
3 | [ Colin Watson ] | ||
3 | * mention-ssh-keygen-on-keychange.patch: Move example ssh-keygen | 4 | * mention-ssh-keygen-on-keychange.patch: Move example ssh-keygen |
4 | invocation onto a separate line to make it easier to copy and paste | 5 | invocation onto a separate line to make it easier to copy and paste |
5 | (LP: #1491532). | 6 | (LP: #1491532). |
6 | 7 | ||
8 | [ Tyler Hicks ] | ||
9 | * Build with audit support on Linux (closes: #797727, LP: #1478087). | ||
10 | |||
7 | -- Colin Watson <cjwatson@debian.org> Tue, 08 Sep 2015 14:50:16 +0100 | 11 | -- Colin Watson <cjwatson@debian.org> Tue, 08 Sep 2015 14:50:16 +0100 |
8 | 12 | ||
9 | openssh (1:6.9p1-1) unstable; urgency=medium | 13 | openssh (1:6.9p1-1) unstable; urgency=medium |
diff --git a/debian/control b/debian/control index c513f4ee4..441cb03e6 100644 --- a/debian/control +++ b/debian/control | |||
@@ -2,7 +2,7 @@ Source: openssh | |||
2 | Section: net | 2 | Section: net |
3 | Priority: standard | 3 | Priority: standard |
4 | Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org> | 4 | Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org> |
5 | 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 (>= 9~), dh-exec, libselinux1-dev [linux-any], libkrb5-dev | heimdal-dev, dpkg-dev (>= 1.16.1~), libck-connector-dev, dh-autoreconf, autotools-dev, dh-systemd (>= 1.4) | 5 | 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 (>= 9~), dh-exec, libselinux1-dev [linux-any], libkrb5-dev | heimdal-dev, dpkg-dev (>= 1.16.1~), libck-connector-dev, dh-autoreconf, autotools-dev, dh-systemd (>= 1.4), libaudit-dev [linux-any] |
6 | XS-Testsuite: autopkgtest | 6 | XS-Testsuite: autopkgtest |
7 | Standards-Version: 3.9.6 | 7 | Standards-Version: 3.9.6 |
8 | Uploaders: Colin Watson <cjwatson@debian.org>, Matthew Vernon <matthew@debian.org> | 8 | Uploaders: Colin Watson <cjwatson@debian.org>, Matthew Vernon <matthew@debian.org> |
diff --git a/debian/rules b/debian/rules index d377ed2b0..198e2b616 100755 --- a/debian/rules +++ b/debian/rules | |||
@@ -91,6 +91,7 @@ confflags += --with-kerberos5=/usr | |||
91 | confflags += --with-ssl-engine | 91 | confflags += --with-ssl-engine |
92 | ifeq ($(DEB_HOST_ARCH_OS),linux) | 92 | ifeq ($(DEB_HOST_ARCH_OS),linux) |
93 | confflags += --with-selinux | 93 | confflags += --with-selinux |
94 | confflags += --with-audit=linux | ||
94 | endif | 95 | endif |
95 | ifeq ($(DISTRIBUTOR),Ubuntu) | 96 | ifeq ($(DISTRIBUTOR),Ubuntu) |
96 | confflags += --with-consolekit | 97 | confflags += --with-consolekit |