summaryrefslogtreecommitdiff
path: root/debian/control
diff options
context:
space:
mode:
authorAxel Beckert <abe@debian.org>2014-02-21 17:43:24 +0000
committerColin Watson <cjwatson@debian.org>2014-02-21 17:43:24 +0000
commit549ef3bec4fa6c31fdd1f4340738c4c4df6d81fb (patch)
treef273390734d40cbc5f0280d93ebeefb61c8d4c65 /debian/control
parent5b79111746a2c161c5a642ddf2016627439dfa91 (diff)
Split sftp-server into its own package
This allows it to also be used by other SSH server implementations like dropbear (closes: #504290).
Diffstat (limited to 'debian/control')
-rw-r--r--debian/control27
1 files changed, 26 insertions, 1 deletions
diff --git a/debian/control b/debian/control
index 419cc31ae..824f34887 100644
--- a/debian/control
+++ b/debian/control
@@ -45,7 +45,7 @@ Package: openssh-server
45Priority: optional 45Priority: optional
46Architecture: any 46Architecture: any
47Pre-Depends: ${misc:Pre-Depends} 47Pre-Depends: ${misc:Pre-Depends}
48Depends: ${shlibs:Depends}, ${misc:Depends}, libpam-runtime (>= 0.76-14), libpam-modules (>= 0.72-9), adduser (>= 3.9), dpkg (>= 1.9.0), openssh-client (= ${binary:Version}), lsb-base (>= 4.1+Debian3), procps 48Depends: ${shlibs:Depends}, ${misc:Depends}, libpam-runtime (>= 0.76-14), libpam-modules (>= 0.72-9), adduser (>= 3.9), dpkg (>= 1.9.0), openssh-client (= ${binary:Version}), lsb-base (>= 4.1+Debian3), procps, openssh-sftp-server
49Recommends: xauth, ncurses-term, ${openssh-server:Recommends} 49Recommends: xauth, ncurses-term, ${openssh-server:Recommends}
50Conflicts: ssh-socks, ssh2, sftp 50Conflicts: ssh-socks, ssh2, sftp
51Replaces: ssh, ssh-krb5 51Replaces: ssh, ssh-krb5
@@ -73,6 +73,31 @@ Description: secure shell (SSH) server, for secure access from remote machines
73 sshd replaces the insecure rshd program, which is obsolete for most 73 sshd replaces the insecure rshd program, which is obsolete for most
74 purposes. 74 purposes.
75 75
76Package: openssh-sftp-server
77Priority: optional
78Architecture: any
79Depends: ${shlibs:Depends}, ${misc:Depends}
80Recommends: openssh-server | ssh-server
81Breaks: openssh-server (<< 1:6.5p1-4)
82Replaces: openssh-server (<< 1:6.5p1-4)
83Enhances: openssh-server, ssh-server
84Description: secure shell (SSH) sftp server module, for SFTP access from remote machines
85 This is the portable version of OpenSSH, a free implementation of
86 the Secure Shell protocol as specified by the IETF secsh working
87 group.
88 .
89 Ssh (Secure Shell) is a program for logging into a remote machine
90 and for executing commands on a remote machine.
91 It provides secure encrypted communications between two untrusted
92 hosts over an insecure network. X11 connections and arbitrary TCP/IP
93 ports can also be forwarded over the secure channel.
94 It can be used to provide applications with a secure communication
95 channel.
96 .
97 This package provides the SFTP server module for the SSH server. It
98 is needed if you want to access your SSH server with SFTP. The SFTP
99 server module also works with other SSH daemons like dropbear.
100
76Package: ssh 101Package: ssh
77Priority: extra 102Priority: extra
78Architecture: all 103Architecture: all