X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=openssh-cn.git;a=blobdiff_plain;f=debian%2Fcontrol;h=014e560c414358f2253290764d0f664b10b5474f;hp=ec2ca7623181d0966ae74f505c290a5b56e8ad9d;hb=28d2ad5663baeadfacf992a2f754cd37d8398a16;hpb=a8131d8effc2b217b5557140e7ac3d923b25d3c3 diff --git a/debian/control b/debian/control index ec2ca76..014e560 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.4 Package: openssh-cn Architecture: all -Depends: carnet-tools-cn (>= 2.5), openssh-client (>= 4.3p2-1), openssh-server (>= 4.3p2-9) -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.0.4), openssh-client (>= 1:6.0p1-4), openssh-server (>= 1:6.0p1-4), ${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.