izmjene za stretch
authorIvan Rako <ivan.rako@srce.hr>
Sat, 14 Jul 2018 21:37:06 +0000 (23:37 +0200)
committerIvan Rako <ivan.rako@srce.hr>
Sat, 14 Jul 2018 21:37:06 +0000 (23:37 +0200)
debian/changelog
debian/compat
debian/control
debian/postinst

index a8d3f4c..ece34fd 100644 (file)
@@ -1,3 +1,9 @@
+dovecot-cn (1:2.2.27~cn0) stable; urgency=medium
+
+  * Prva verzija za stretch
+
+ -- Ivan Rako <Ivan.Rako@CARNet.hr>  Sun, 08 Jul 2018 00:36:31 +0200
+
 dovecot-cn (1:2.2.13~cn1) stable; urgency=medium
 
   * Postavlja ssl = yes u 10-auth.conf
 dovecot-cn (1:2.2.13~cn1) stable; urgency=medium
 
   * Postavlja ssl = yes u 10-auth.conf
index 45a4fb7..ec63514 100644 (file)
@@ -1 +1 @@
-8
+9
index 0eb4014..52083e8 100644 (file)
@@ -2,12 +2,12 @@ Source: dovecot-cn
 Section: net
 Priority: optional
 Maintainer: Ivan Rako <Ivan.Rako@CARNet.hr>
 Section: net
 Priority: optional
 Maintainer: Ivan Rako <Ivan.Rako@CARNet.hr>
-Build-Depends: debhelper (>= 8)
-Standards-Version: 3.9.6
+Build-Depends: debhelper (>= 9)
+Standards-Version: 3.9.8
 
 Package: dovecot-cn
 Architecture: all
 
 Package: dovecot-cn
 Architecture: all
-Depends: ${misc:Depends}, dovecot-core (>= 1:2.2.13), dovecot-imapd (>= 1:2.2.13), dovecot-pop3d (>= 1:2.2.13), carnet-tools-cn (>= 2)
+Depends: ${misc:Depends}, dovecot-core (>= 1:2.2.27), dovecot-imapd (>= 1:2.2.27), dovecot-pop3d (>= 1:2.2.27), carnet-tools-cn (>= 3)
 Description: secure mail server that supports mbox and maildir mailboxes
  Dovecot is a mail server whose major goals are security and extreme
  reliability. It tries very hard to handle all error conditions and verify
 Description: secure mail server that supports mbox and maildir mailboxes
  Dovecot is a mail server whose major goals are security and extreme
  reliability. It tries very hard to handle all error conditions and verify
index 2afcf7a..dd1bf13 100755 (executable)
@@ -68,11 +68,7 @@ cp_check_and_sed '#ssl_protocols =' \
                 /etc/dovecot/conf.d/10-ssl.conf || true
 
 # restart 
                 /etc/dovecot/conf.d/10-ssl.conf || true
 
 # restart 
-if [ -x /usr/sbin/invoke-rc.d ]; then
-  [ -x /etc/init.d/dovecot ] && invoke-rc.d dovecot restart
-else
-  [ -x /etc/init.d/dovecot ] && /etc/init.d/dovecot restart
-fi
+service dovecot restart || true
 
 #DEBHELPER#
 
 
 #DEBHELPER#