From 4452b3514f083fa6195c5043beb28ebe6450355d Mon Sep 17 00:00:00 2001 From: Ivan Rako Date: Thu, 27 Dec 2007 13:03:37 +0000 Subject: [PATCH] r7: --- debian/changelog | 7 +++++++ debian/control | 2 +- debian/postinst | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/changelog index 0b8a642..eaf727e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,10 @@ +vsftpd-cn (2.0.5-2) stable; urgency=low + + * Ovisnost o verziji paketa iz Etcha + * Ispravke u postinstu + + -- Ivan Rako Thu, 27 Dec 2007 14:02:18 +0100 + vsftpd-cn (2.0.5-1) stable; urgency=low * Prva verzija za Etch. diff --git a/debian/control b/debian/control index 809db2a..8214422 100644 --- a/debian/control +++ b/debian/control @@ -7,7 +7,7 @@ Standards-Version: 3.6.1 Package: vsftpd-cn Architecture: all -Depends: carnet-tools-cn (>= 2.5), vsftpd (>= 2.0) +Depends: carnet-tools-cn (>= 2.5), vsftpd (>= 2.0.5) 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 abe29ec..503f0e0 100755 --- a/debian/postinst +++ b/debian/postinst @@ -8,7 +8,7 @@ set -e # Load CARNet functions . /usr/share/carnet-tools/functions.sh -if dpkg --compare-versions "$2" lt 2.0.3-1; then +if dpkg --compare-versions "$2" lt 2.0.5-2; then cp_check_and_sed '^#anonymous_enable=YES' \ 's/^#anonymous_enable=YES/anonymous_enable=NO/g' \ -- 1.7.10.4