From 1e30f313ecadf03ec0da332ad9a32cf80f227338 Mon Sep 17 00:00:00 2001 From: Ivan Rako Date: Fri, 17 Feb 2012 14:16:59 +0100 Subject: [PATCH] lintian ispravke --- debian/changelog | 1 + debian/compat | 2 +- debian/control | 6 +++--- debian/postinst | 2 ++ 4 files changed, 7 insertions(+), 4 deletions(-) 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# -- 1.7.10.4