X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=openssh-cn.git;a=blobdiff_plain;f=debian%2Fcontrol;h=b96a5a51d5a1bf4cd1e5b7e1c1c0861f671070ce;hp=1e18992893e9b21ad173205ceb052748f64c147f;hb=26816f623d7cb7e4e28491cfa29c44211c85b46d;hpb=b599e7d68062d3f2e9456c0c9f0a8ac951658b81 diff --git a/debian/control b/debian/control index 1e18992..b96a5a5 100644 --- a/debian/control +++ b/debian/control @@ -1,14 +1,23 @@ Source: openssh-cn Section: net Priority: optional -Maintainer: Ivan Rako -Build-Depends: debhelper (>= 4.0.0) -Standards-Version: 3.6.1 +Uploaders: Zeljko Boros +Maintainer: Grupa za izradu paketa +Build-Depends: debhelper (>= 9) +Standards-Version: 3.9.8 Package: openssh-cn Architecture: all -Depends: carnet-tools-cn (>= 2.5), ssh (>= 2.0) -Description: Secure shell client and server (transitional package) - This is a transitional package depending on both the OpenSSH client and - the OpenSSH server, which are now in separate packages. You may remove - it once the upgrade is complete and nothing depends on it. +Depends: carnet-tools-cn (>= 3.1.0), openssh-client (>= 1:6.7p1-5+deb8u7), openssh-server (>= 1:6.7p1-5+deb8u7), ${misc:Depends} +Description: secure shell server, an rshd replacement + This is the portable version of OpenSSH, a free implementation of + the Secure Shell protocol as specified by the IETF secsh working + group. + . + Ssh (Secure Shell) is a program for logging into a remote machine + and for executing commands on a remote machine. + It provides secure encrypted communications between two untrusted + hosts over an insecure network. X11 connections and arbitrary TCP/IP + ports can also be forwarded over the secure channel. + It is intended as a replacement for rlogin, rsh and rcp, and can be + used to provide applications with a secure communication channel.