diff options
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 3 |
2 files changed, 2 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index 14eeaedd8..5f32fdd79 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -98,6 +98,7 @@ openssh (1:7.6p1-1) UNRELEASED; urgency=medium | |||
98 | mostly to do with host/network byte order confusion. | 98 | mostly to do with host/network byte order confusion. |
99 | - sshd(8): Avoid Linux seccomp violations on ppc64le over the socketcall | 99 | - sshd(8): Avoid Linux seccomp violations on ppc64le over the socketcall |
100 | syscall. | 100 | syscall. |
101 | * Build-depend on debhelper (>= 9.20160709~) rather than dh-systemd. | ||
101 | 102 | ||
102 | -- Colin Watson <cjwatson@debian.org> Wed, 04 Oct 2017 12:34:34 +0100 | 103 | -- Colin Watson <cjwatson@debian.org> Wed, 04 Oct 2017 12:34:34 +0100 |
103 | 104 | ||
diff --git a/debian/control b/debian/control index 838ec154f..61f2bbb97 100644 --- a/debian/control +++ b/debian/control | |||
@@ -3,10 +3,9 @@ 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: autotools-dev, | 5 | Build-Depends: autotools-dev, |
6 | debhelper (>= 9~), | 6 | debhelper (>= 9.20160709~), |
7 | dh-autoreconf, | 7 | dh-autoreconf, |
8 | dh-exec, | 8 | dh-exec, |
9 | dh-systemd (>= 1.4), | ||
10 | dpkg-dev (>= 1.16.1~), | 9 | dpkg-dev (>= 1.16.1~), |
11 | libaudit-dev [linux-any], | 10 | libaudit-dev [linux-any], |
12 | libedit-dev, | 11 | libedit-dev, |