diff options
author | Colin Watson <cjwatson@debian.org> | 2009-07-31 15:15:28 +0000 |
---|---|---|
committer | Colin Watson <cjwatson@debian.org> | 2009-07-31 15:15:28 +0000 |
commit | ac58d020d07f4a24409106429799d001590386b5 (patch) | |
tree | dd42e6a535ab81cd58137e9b8c01f397caf8bab7 | |
parent | e9d81479a1961d96ce147b64cfb018439a8ece2f (diff) |
Add ${misc:Depends} to keep Lintian happy.
-rw-r--r-- | debian/changelog | 1 | ||||
-rw-r--r-- | debian/control | 10 |
2 files changed, 6 insertions, 5 deletions
diff --git a/debian/changelog b/debian/changelog index f73bbd209..826ac9296 100644 --- a/debian/changelog +++ b/debian/changelog | |||
@@ -4,6 +4,7 @@ openssh (1:5.1p1-7) UNRELEASED; urgency=low | |||
4 | (closes: #538301). | 4 | (closes: #538301). |
5 | * Set umask to 022 in the init script as well as postinsts (closes: | 5 | * Set umask to 022 in the init script as well as postinsts (closes: |
6 | #539030). | 6 | #539030). |
7 | * Add ${misc:Depends} to keep Lintian happy. | ||
7 | 8 | ||
8 | -- Colin Watson <cjwatson@debian.org> Fri, 24 Jul 2009 18:43:45 +0100 | 9 | -- Colin Watson <cjwatson@debian.org> Fri, 24 Jul 2009 18:43:45 +0100 |
9 | 10 | ||
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 | ||
9 | Package: openssh-client | 9 | Package: openssh-client |
10 | Architecture: any | 10 | Architecture: any |
11 | Depends: ${shlibs:Depends}, debconf (>= 1.2.0) | debconf-2.0, adduser (>= 3.10), dpkg (>= 1.7.0), passwd, libssl0.9.8 (>= 0.9.8g-9) | 11 | Depends: ${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) |
12 | Recommends: xauth, openssh-blacklist, openssh-blacklist-extra | 12 | Recommends: xauth, openssh-blacklist, openssh-blacklist-extra |
13 | Conflicts: ssh (<< 1:3.8.1p1-9), sftp, rsh-client (<<0.16.1-1), ssh-krb5 (<< 1:4.3p2-7) | 13 | Conflicts: ssh (<< 1:3.8.1p1-9), sftp, rsh-client (<<0.16.1-1), ssh-krb5 (<< 1:4.3p2-7) |
14 | Replaces: ssh, ssh-krb5 | 14 | Replaces: ssh, ssh-krb5 |
@@ -37,7 +37,7 @@ Description: secure shell client, an rlogin/rsh/rcp replacement | |||
37 | Package: openssh-server | 37 | Package: openssh-server |
38 | Priority: optional | 38 | Priority: optional |
39 | Architecture: any | 39 | Architecture: any |
40 | Depends: ${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 | 40 | Depends: ${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 |
41 | Recommends: xauth, openssh-blacklist-extra | 41 | Recommends: xauth, openssh-blacklist-extra |
42 | Conflicts: 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) | 42 | Conflicts: 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) |
43 | Replaces: ssh, openssh-client (<< 1:3.8.1p1-11), ssh-krb5 | 43 | Replaces: ssh, openssh-client (<< 1:3.8.1p1-11), ssh-krb5 |
@@ -64,7 +64,7 @@ Description: secure shell server, an rshd replacement | |||
64 | Package: ssh | 64 | Package: ssh |
65 | Priority: extra | 65 | Priority: extra |
66 | Architecture: all | 66 | Architecture: all |
67 | Depends: openssh-client, openssh-server | 67 | Depends: ${misc:Depends}, openssh-client, openssh-server |
68 | Description: secure shell client and server (metapackage) | 68 | Description: 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) | |||
73 | Package: ssh-krb5 | 73 | Package: ssh-krb5 |
74 | Priority: extra | 74 | Priority: extra |
75 | Architecture: all | 75 | Architecture: all |
76 | Depends: openssh-client, openssh-server | 76 | Depends: ${misc:Depends}, openssh-client, openssh-server |
77 | Description: secure shell client and server (transitional package) | 77 | Description: 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 | |||
84 | Section: gnome | 84 | Section: gnome |
85 | Priority: optional | 85 | Priority: optional |
86 | Architecture: any | 86 | Architecture: any |
87 | Depends: ${shlibs:Depends}, openssh-client | ssh (>= 1:1.2pre7-4) | ssh-krb5 | 87 | Depends: ${shlibs:Depends}, ${misc:Depends}, openssh-client | ssh (>= 1:1.2pre7-4) | ssh-krb5 |
88 | Replaces: ssh (<< 1:3.5p1-3) | 88 | Replaces: ssh (<< 1:3.5p1-3) |
89 | Provides: ssh-askpass | 89 | Provides: ssh-askpass |
90 | Description: interactive X program to prompt users for a passphrase for ssh-add | 90 | Description: interactive X program to prompt users for a passphrase for ssh-add |