From: Valentin Vidic Date: Wed, 12 Oct 2011 13:53:06 +0000 (+0200) Subject: ispravak lintian upozorenja X-Git-Tag: debian/5.5p1.3^0 X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=openssh-cn.git;a=commitdiff_plain;h=refs%2Ftags%2Fdebian%2F5.5p1.3 ispravak lintian upozorenja --- diff --git a/debian/changelog b/debian/changelog index db4c4d3..76e74b3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +openssh-cn (2:5.5p1.3) stable; urgency=low + + * ispravak lintian upozorenja + + -- Valentin Vidic Wed, 12 Oct 2011 15:53:21 +0200 + openssh-cn (2:5.5p1-2) stable; urgency=medium * Novi opis paketa diff --git a/debian/compat b/debian/compat index b8626c4..45a4fb7 100644 --- a/debian/compat +++ b/debian/compat @@ -1 +1 @@ -4 +8 diff --git a/debian/control b/debian/control index d757d94..0a0b1d8 100644 --- a/debian/control +++ b/debian/control @@ -2,12 +2,12 @@ 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), openssh-client (>= 1:5.1p1-5), openssh-server (>= 1:5.1p1-5) +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 diff --git a/debian/postinst b/debian/postinst index 3090076..4a87744 100755 --- a/debian/postinst +++ b/debian/postinst @@ -26,3 +26,5 @@ if [ -x /usr/sbin/invoke-rc.d ]; then else [ -x /etc/init.d/ssh ] && /etc/init.d/ssh restart fi + +#DEBHELPER#