summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--debian/changelog2
-rw-r--r--debian/control4
2 files changed, 4 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index ef1270e0d..7ccc7d461 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ openssh (1:3.8.1p1-2) UNRELEASED; urgency=low
2 2
3 * Add Catalan debconf template translation (thanks, Aleix Badia i Bosch; 3 * Add Catalan debconf template translation (thanks, Aleix Badia i Bosch;
4 closes: #248748). 4 closes: #248748).
5 * openssh-client-udeb and openssh-server-udeb depend on libnss-files-udeb
6 (not yet uploaded).
5 7
6 -- Colin Watson <cjwatson@debian.org> Thu, 13 May 2004 10:00:44 +0100 8 -- Colin Watson <cjwatson@debian.org> Thu, 13 May 2004 10:00:44 +0100
7 9
diff --git a/debian/control b/debian/control
index 2f7ab44b6..45823595a 100644
--- a/debian/control
+++ b/debian/control
@@ -50,7 +50,7 @@ Package: openssh-client-udeb
50Section: debian-installer 50Section: debian-installer
51Priority: optional 51Priority: optional
52Architecture: any 52Architecture: any
53Depends: ${shlibs:Depends} 53Depends: ${shlibs:Depends}, libnss-files-udeb
54Description: Secure shell client for the Debian installer 54Description: Secure shell client for the Debian installer
55 This is the portable version of OpenSSH, a free implementation of 55 This is the portable version of OpenSSH, a free implementation of
56 the Secure Shell protocol as specified by the IETF secsh working 56 the Secure Shell protocol as specified by the IETF secsh working
@@ -62,7 +62,7 @@ Package: openssh-server-udeb
62Section: debian-installer 62Section: debian-installer
63Priority: optional 63Priority: optional
64Architecture: any 64Architecture: any
65Depends: ${shlibs:Depends} 65Depends: ${shlibs:Depends}, libnss-files-udeb
66Description: Secure shell server for the Debian installer 66Description: Secure shell server for the Debian installer
67 This is the portable version of OpenSSH, a free implementation of 67 This is the portable version of OpenSSH, a free implementation of
68 the Secure Shell protocol as specified by the IETF secsh working 68 the Secure Shell protocol as specified by the IETF secsh working