summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2009-07-31 15:15:28 +0000
committerColin Watson <cjwatson@debian.org>2009-07-31 15:15:28 +0000
commitac58d020d07f4a24409106429799d001590386b5 (patch)
treedd42e6a535ab81cd58137e9b8c01f397caf8bab7 /debian/control
parente9d81479a1961d96ce147b64cfb018439a8ece2f (diff)
Add ${misc:Depends} to keep Lintian happy.
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control10
1 files changed, 5 insertions, 5 deletions
diff --git a/debian/control b/debian/control
index 4e2875637..8252fc2c8 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,7 @@ Uploaders: Colin Watson <cjwatson@debian.org>, Matthew Vernon <matthew@debian.or
8 8
9Package: openssh-client 9Package: openssh-client
10Architecture: any 10Architecture: any
11Depends: ${shlibs:Depends}, debconf (>= 1.2.0) | debconf-2.0, adduser (>= 3.10), dpkg (>= 1.7.0), passwd, libssl0.9.8 (>= 0.9.8g-9) 11Depends: ${shlibs:Depends}, ${misc:Depends}, debconf (>= 1.2.0) | debconf-2.0, adduser (>= 3.10), dpkg (>= 1.7.0), passwd, libssl0.9.8 (>= 0.9.8g-9)
12Recommends: xauth, openssh-blacklist, openssh-blacklist-extra 12Recommends: xauth, openssh-blacklist, openssh-blacklist-extra
13Conflicts: ssh (<< 1:3.8.1p1-9), sftp, rsh-client (<<0.16.1-1), ssh-krb5 (<< 1:4.3p2-7) 13Conflicts: ssh (<< 1:3.8.1p1-9), sftp, rsh-client (<<0.16.1-1), ssh-krb5 (<< 1:4.3p2-7)
14Replaces: ssh, ssh-krb5 14Replaces: ssh, ssh-krb5
@@ -37,7 +37,7 @@ Description: secure shell client, an rlogin/rsh/rcp replacement
37Package: openssh-server 37Package: openssh-server
38Priority: optional 38Priority: optional
39Architecture: any 39Architecture: any
40Depends: ${shlibs:Depends}, debconf (>= 1.2.0) | debconf-2.0, libpam-runtime (>= 0.76-14), libpam-modules (>= 0.72-9), adduser (>= 3.9), dpkg (>= 1.9.0), openssh-client (= ${binary:Version}), lsb-base (>= 3.2-13), libssl0.9.8 (>= 0.9.8g-9), openssh-blacklist, procps 40Depends: ${shlibs:Depends}, ${misc:Depends}, debconf (>= 1.2.0) | debconf-2.0, libpam-runtime (>= 0.76-14), libpam-modules (>= 0.72-9), adduser (>= 3.9), dpkg (>= 1.9.0), openssh-client (= ${binary:Version}), lsb-base (>= 3.2-13), libssl0.9.8 (>= 0.9.8g-9), openssh-blacklist, procps
41Recommends: xauth, openssh-blacklist-extra 41Recommends: xauth, openssh-blacklist-extra
42Conflicts: ssh (<< 1:3.8.1p1-9), ssh-nonfree (<<2), ssh-socks, ssh2, sftp, rsh-client (<<0.16.1-1), ssh-krb5 (<< 1:4.3p2-7) 42Conflicts: ssh (<< 1:3.8.1p1-9), ssh-nonfree (<<2), ssh-socks, ssh2, sftp, rsh-client (<<0.16.1-1), ssh-krb5 (<< 1:4.3p2-7)
43Replaces: ssh, openssh-client (<< 1:3.8.1p1-11), ssh-krb5 43Replaces: ssh, openssh-client (<< 1:3.8.1p1-11), ssh-krb5
@@ -64,7 +64,7 @@ Description: secure shell server, an rshd replacement
64Package: ssh 64Package: ssh
65Priority: extra 65Priority: extra
66Architecture: all 66Architecture: all
67Depends: openssh-client, openssh-server 67Depends: ${misc:Depends}, openssh-client, openssh-server
68Description: secure shell client and server (metapackage) 68Description: secure shell client and server (metapackage)
69 This metapackage is a convenient way to install both the OpenSSH client 69 This metapackage is a convenient way to install both the OpenSSH client
70 and the OpenSSH server. It provides nothing in and of itself, so you 70 and the OpenSSH server. It provides nothing in and of itself, so you
@@ -73,7 +73,7 @@ Description: secure shell client and server (metapackage)
73Package: ssh-krb5 73Package: ssh-krb5
74Priority: extra 74Priority: extra
75Architecture: all 75Architecture: all
76Depends: openssh-client, openssh-server 76Depends: ${misc:Depends}, openssh-client, openssh-server
77Description: secure shell client and server (transitional package) 77Description: secure shell client and server (transitional package)
78 This is a transitional package depending on the regular Debian OpenSSH 78 This is a transitional package depending on the regular Debian OpenSSH
79 client and server, which now support GSSAPI natively. It will add the 79 client and server, which now support GSSAPI natively. It will add the
@@ -84,7 +84,7 @@ Package: ssh-askpass-gnome
84Section: gnome 84Section: gnome
85Priority: optional 85Priority: optional
86Architecture: any 86Architecture: any
87Depends: ${shlibs:Depends}, openssh-client | ssh (>= 1:1.2pre7-4) | ssh-krb5 87Depends: ${shlibs:Depends}, ${misc:Depends}, openssh-client | ssh (>= 1:1.2pre7-4) | ssh-krb5
88Replaces: ssh (<< 1:3.5p1-3) 88Replaces: ssh (<< 1:3.5p1-3)
89Provides: ssh-askpass 89Provides: ssh-askpass
90Description: interactive X program to prompt users for a passphrase for ssh-add 90Description: interactive X program to prompt users for a passphrase for ssh-add