summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog6
-rw-r--r--debian/control4
2 files changed, 8 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index a6a13c4a6..4e38a55e9 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
1openssh (1:7.2p2-4) UNRELEASED; urgency=medium
2
3 * Drop dependency on libnss-files-udeb (closes: #819686).
4
5 -- Colin Watson <cjwatson@debian.org> Fri, 15 Apr 2016 16:35:28 +0100
6
1openssh (1:7.2p2-3) unstable; urgency=high 7openssh (1:7.2p2-3) unstable; urgency=high
2 8
3 * Change all openssh.org references to openssh.com (closes: #819213). 9 * Change all openssh.org references to openssh.com (closes: #819213).
diff --git a/debian/control b/debian/control
index a36122686..d403e5e6b 100644
--- a/debian/control
+++ b/debian/control
@@ -167,7 +167,7 @@ Package-Type: udeb
167Section: debian-installer 167Section: debian-installer
168Priority: optional 168Priority: optional
169Architecture: any 169Architecture: any
170Depends: ${shlibs:Depends}, libnss-files-udeb 170Depends: ${shlibs:Depends}
171XB-Installer-Menu-Item: 99999 171XB-Installer-Menu-Item: 99999
172Description: secure shell client for the Debian installer 172Description: secure shell client for the Debian installer
173 This is the portable version of OpenSSH, a free implementation of 173 This is the portable version of OpenSSH, a free implementation of
@@ -181,7 +181,7 @@ Package-Type: udeb
181Section: debian-installer 181Section: debian-installer
182Priority: optional 182Priority: optional
183Architecture: any 183Architecture: any
184Depends: ${shlibs:Depends}, libnss-files-udeb 184Depends: ${shlibs:Depends}
185Description: secure shell server for the Debian installer 185Description: secure shell server for the Debian installer
186 This is the portable version of OpenSSH, a free implementation of 186 This is the portable version of OpenSSH, a free implementation of
187 the Secure Shell protocol as specified by the IETF secsh working 187 the Secure Shell protocol as specified by the IETF secsh working