lintian ispravke
authorIvan Rako <irako@nekkar.carnet.hr>
Fri, 17 Feb 2012 13:16:59 +0000 (14:16 +0100)
committerIvan Rako <irako@nekkar.carnet.hr>
Fri, 17 Feb 2012 13:16:59 +0000 (14:16 +0100)
debian/changelog
debian/compat
debian/control
debian/postinst

index 2bd5159..cdf1c5e 100644 (file)
@@ -1,6 +1,7 @@
 vsftpd-cn (2.3.2-2) stable; urgency=low
 
   * Izbacen if uvjet u postinstu
+  * Lintian ispravke
 
  -- Ivan Rako <Ivan.Rako@CARNet.hr>  Fri, 17 Feb 2012 13:45:51 +0100
 
index b8626c4..45a4fb7 100644 (file)
@@ -1 +1 @@
-4
+8
index 7bc1eed..ac823a5 100644 (file)
@@ -2,12 +2,12 @@ Source: vsftpd-cn
 Section: net
 Priority: optional
 Maintainer: Ivan Rako <Ivan.Rako@CARNet.hr>
-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.
index 3dbc963..12ec8c9 100755 (executable)
@@ -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#