From: Ivan Rako Date: Fri, 17 Feb 2012 13:16:59 +0000 (+0100) Subject: lintian ispravke X-Git-Tag: debian/2.3.2.2~1 X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=vsftpd-cn.git;a=commitdiff_plain;h=1e30f313ecadf03ec0da332ad9a32cf80f227338;hp=b1266e43c8a49d6d040192a0ccc2a662842f9806 lintian ispravke --- diff --git a/debian/changelog b/debian/changelog index 2bd5159..cdf1c5e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,7 @@ vsftpd-cn (2.3.2-2) stable; urgency=low * Izbacen if uvjet u postinstu + * Lintian ispravke -- Ivan Rako Fri, 17 Feb 2012 13:45:51 +0100 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 7bc1eed..ac823a5 100644 --- a/debian/control +++ b/debian/control @@ -2,12 +2,12 @@ Source: vsftpd-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: vsftpd-cn Architecture: all -Depends: carnet-tools-cn (>= 2.8), vsftpd (>= 2.3.2) +Depends: carnet-tools-cn (>= 2.8), vsftpd (>= 2.3.2), ${misc:Depends} Description: The Very Secure FTP Daemon A lightweight, efficient FTP server written from the ground up with security in mind. diff --git a/debian/postinst b/debian/postinst index 3dbc963..12ec8c9 100755 --- a/debian/postinst +++ b/debian/postinst @@ -35,3 +35,5 @@ if [ -x /usr/sbin/invoke-rc.d ]; then else [ -x /etc/init.d/vsftpd ] && /etc/init.d/vsftpd restart fi + +#DEBHELPER#