diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/openssh-client.dirs | 1 |
2 files changed, 7 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index b58fb5cd2..ab1956193 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,3 +1,9 @@ | |||
1 | openssh (1:8.2p1-4) UNRELEASED; urgency=medium | ||
2 | |||
3 | * Add /etc/ssh/ssh_config.d/ to openssh-client. | ||
4 | |||
5 | -- Colin Watson <cjwatson@debian.org> Mon, 24 Feb 2020 10:18:34 +0000 | ||
6 | |||
1 | openssh (1:8.2p1-3) unstable; urgency=medium | 7 | openssh (1:8.2p1-3) unstable; urgency=medium |
2 | 8 | ||
3 | * Reupload with -sa to work around confusion with 1:8.2p1-1 being in NEW. | 9 | * Reupload with -sa to work around confusion with 1:8.2p1-1 being in NEW. |
diff --git a/debian/openssh-client.dirs b/debian/openssh-client.dirs new file mode 100644 index 000000000..c39cb7630 --- /dev/null +++ b/debian/openssh-client.dirs | |||
@@ -0,0 +1 @@ | |||
etc/ssh/ssh_config.d | |||