summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--debian/compat1
-rw-r--r--debian/control1
3 files changed, 7 insertions, 1 deletions
diff --git a/debian/changelog b/debian/changelog
index e795f76cc..0cf104f77 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
1openssh (1:8.0p1-4) UNRELEASED; urgency=medium
2
3 * Use debhelper-compat instead of debian/compat.
4
5 -- Colin Watson <cjwatson@debian.org> Sat, 03 Aug 2019 12:49:17 +0100
6
1openssh (1:8.0p1-3) unstable; urgency=medium 7openssh (1:8.0p1-3) unstable; urgency=medium
2 8
3 * Upload to unstable. 9 * Upload to unstable.
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index ec635144f..000000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
19
diff --git a/debian/control b/debian/control
index 0e4388429..b09575308 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,7 @@ Priority: 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.20160709~), 6 debhelper (>= 9.20160709~),
7 debhelper-compat (= 9),
7 dh-autoreconf, 8 dh-autoreconf,
8 dh-exec, 9 dh-exec,
9 dpkg-dev (>= 1.16.1~), 10 dpkg-dev (>= 1.16.1~),