diff options
author | Colin Watson <cjwatson@debian.org> | 2004-05-14 00:32:06 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2004-05-14 00:32:06 +0000 |
commit | 338e42146905bc0790c018df176992e97b2fe9ad (patch) | |
tree | 5f3dd29a6a4de99c4ca72524102f58e8558dde6c /debian | |
parent | d6e99dd582adce54e64e05b7d071d8215201519a (diff) |
openssh-client-udeb and openssh-server-udeb depend on libnss-files-udeb
(not yet uploaded).
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 2 | ||||
-rw-r--r-- | debian/control | 4 |
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 | |||
50 | Section: debian-installer | 50 | Section: debian-installer |
51 | Priority: optional | 51 | Priority: optional |
52 | Architecture: any | 52 | Architecture: any |
53 | Depends: ${shlibs:Depends} | 53 | Depends: ${shlibs:Depends}, libnss-files-udeb |
54 | Description: Secure shell client for the Debian installer | 54 | Description: 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 | |||
62 | Section: debian-installer | 62 | Section: debian-installer |
63 | Priority: optional | 63 | Priority: optional |
64 | Architecture: any | 64 | Architecture: any |
65 | Depends: ${shlibs:Depends} | 65 | Depends: ${shlibs:Depends}, libnss-files-udeb |
66 | Description: Secure shell server for the Debian installer | 66 | Description: 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 |