X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=openssh-cn.git;a=blobdiff_plain;f=debian%2Fcontrol;h=0a0b1d832fe5e07767bee33621baa4f6bd94d1d4;hp=1e18992893e9b21ad173205ceb052748f64c147f;hb=0e51036b0e700e1767ac092c0cb615e25f82f529;hpb=b599e7d68062d3f2e9456c0c9f0a8ac951658b81 diff --git a/debian/control b/debian/control index 1e18992..0a0b1d8 100644 --- a/debian/control +++ b/debian/control @@ -2,13 +2,21 @@ Source: openssh-cn Section: net Priority: optional Maintainer: Ivan Rako -Build-Depends: debhelper (>= 4.0.0) -Standards-Version: 3.6.1 +Build-Depends: debhelper (>= 8) +Standards-Version: 3.9.1 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 (>= 2.5), openssh-client (>= 1:5.1p1-5), openssh-server (>= 1:5.1p1-5), ${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.