backports
authorIvan Rako <irako@bagan.srce.hr>
Sun, 14 Dec 2008 23:58:12 +0000 (00:58 +0100)
committerIvan Rako <irako@bagan.srce.hr>
Sun, 14 Dec 2008 23:58:12 +0000 (00:58 +0100)
debian/changelog
debian/control
debian/postinst

index cddc774..cf8ca1b 100644 (file)
@@ -1,3 +1,11 @@
+dovecot-cn (1.0.15-1) stable; urgency=medium
+
+  * Ovisnost o verziji sa backports.org
+  * Tranzicijski paket za buduci prelazak na Lenny
+  * Ispravke u dovecot.conf zbog nove verzije (mail_extra_groups)
+
+ -- Ivan Rako <Ivan.Rako@CARNet.hr>  Sun, 14 Dec 2008 22:37:29 +0100
+
 dovecot-cn (1.0.rc15-3) stable; urgency=low
 
   * Ovisnost o verzijama paketa u Etchu
 dovecot-cn (1.0.rc15-3) stable; urgency=low
 
   * Ovisnost o verzijama paketa u Etchu
index 2940ece..0f83011 100644 (file)
@@ -7,7 +7,7 @@ Standards-Version: 3.6.1
 
 Package: dovecot-cn
 Architecture: all
 
 Package: dovecot-cn
 Architecture: all
-Depends: dovecot-common (>= 1.0.rc15), dovecot-imapd (>= 1.0.rc15), dovecot-pop3d (>= 1.0.rc15)
+Depends: dovecot-common (>= 1:1.0.15-2.3~bpo40+1), dovecot-imapd (>= 1:1.0.15-2.3~bpo40+1), dovecot-pop3d (>=  1:1.0.15-2.3~bpo40+1)
 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 554e44b..60e38cc 100755 (executable)
@@ -43,6 +43,12 @@ cp_check_and_sed '#quota = maildir' \
                  's/#quota = maildir/quota = fs/g' \
                 /etc/dovecot/dovecot.conf || true
 
                  's/#quota = maildir/quota = fs/g' \
                 /etc/dovecot/dovecot.conf || true
 
+# dodano zbog backward compatibility (etch->lenny)
+cp_check_and_sed 'mail_extra_groups' \
+                 's/mail_extra_groups/mail_privileged_group/g' \
+                /etc/dovecot/dovecot.conf || true
+
+
 # restart 
 if [ -x /usr/sbin/invoke-rc.d ]; then
   [ -x /etc/init.d/dovecot ] && invoke-rc.d dovecot restart
 # restart 
 if [ -x /usr/sbin/invoke-rc.d ]; then
   [ -x /etc/init.d/dovecot ] && invoke-rc.d dovecot restart