summaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2017-10-06 12:07:00 +0100
committerColin Watson <cjwatson@debian.org>2017-10-06 12:07:00 +0100
commitc4b29e32fcc407858def691ed1ad8010759635e4 (patch)
treea08e9f9734ef05e993ca5c74e08d2c24570cf14a /debian
parent0556ea972b15607b7e13ff31bc05840881c91dd3 (diff)
Build-depend on debhelper (>= 9.20160709~) rather than dh-systemd.
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog1
-rw-r--r--debian/control3
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
3Priority: standard 3Priority: standard
4Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org> 4Maintainer: Debian OpenSSH Maintainers <debian-ssh@lists.debian.org>
5Build-Depends: autotools-dev, 5Build-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,