r7: origin
authorIvan Rako <Ivan.Rako@CARNet.hr>
Thu, 27 Dec 2007 13:03:37 +0000 (13:03 +0000)
committerIvan Rako <Ivan.Rako@CARNet.hr>
Thu, 27 Dec 2007 13:03:37 +0000 (13:03 +0000)
debian/changelog
debian/control
debian/postinst

index 0b8a642..eaf727e 100644 (file)
@@ -1,3 +1,10 @@
+vsftpd-cn (2.0.5-2) stable; urgency=low
+
+  * Ovisnost o verziji paketa iz Etcha
+  * Ispravke u postinstu
+
+ -- Ivan Rako <irako@srce.hr>  Thu, 27 Dec 2007 14:02:18 +0100
+
 vsftpd-cn (2.0.5-1) stable; urgency=low
 
   * Prva verzija za Etch.
index 809db2a..8214422 100644 (file)
@@ -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.
index abe29ec..503f0e0 100755 (executable)
@@ -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' \