diff options
-rw-r--r-- | debian/changelog | 6 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog index d89a7fdcc..dc9c82813 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -1,3 +1,9 @@ | |||
1 | openssh (1:7.1p2-3) UNRELEASED; urgency=medium | ||
2 | |||
3 | * Use HTTPS for Vcs-* URLs, and link to cgit rather than gitweb. | ||
4 | |||
5 | -- Colin Watson <cjwatson@debian.org> Wed, 27 Jan 2016 13:04:38 +0000 | ||
6 | |||
1 | openssh (1:7.1p2-2) unstable; urgency=medium | 7 | openssh (1:7.1p2-2) unstable; urgency=medium |
2 | 8 | ||
3 | * Remove protocol 1 host key generation from openssh-server.postinst | 9 | * Remove protocol 1 host key generation from openssh-server.postinst |
diff --git a/debian/control b/debian/control index c04d5b9eb..79394822a 100644 --- a/debian/control +++ b/debian/control | |||
@@ -6,8 +6,8 @@ Build-Depends: libwrap0-dev | libwrap-dev, zlib1g-dev (>= 1:1.2.3), libssl-dev ( | |||
6 | Standards-Version: 3.9.6 | 6 | Standards-Version: 3.9.6 |
7 | Uploaders: Colin Watson <cjwatson@debian.org>, Matthew Vernon <matthew@debian.org> | 7 | Uploaders: Colin Watson <cjwatson@debian.org>, Matthew Vernon <matthew@debian.org> |
8 | Homepage: http://www.openssh.org/ | 8 | Homepage: http://www.openssh.org/ |
9 | Vcs-Git: git://anonscm.debian.org/pkg-ssh/openssh.git | 9 | Vcs-Git: https://anonscm.debian.org/git/pkg-ssh/openssh.git |
10 | Vcs-Browser: http://anonscm.debian.org/gitweb/?p=pkg-ssh/openssh.git | 10 | Vcs-Browser: https://anonscm.debian.org/cgit/pkg-ssh/openssh.git |
11 | 11 | ||
12 | Package: openssh-client | 12 | Package: openssh-client |
13 | Architecture: any | 13 | Architecture: any |