[pkg-kolab] r1286 - kolabd/trunk/debian

Mathieu Parent mparent-guest at alioth.debian.org
Sun May 10 10:07:30 UTC 2009


Author: mparent-guest
Date: 2009-05-10 10:07:29 +0000 (Sun, 10 May 2009)
New Revision: 1286

Modified:
   kolabd/trunk/debian/changelog
   kolabd/trunk/debian/preinst
Log:
debian/preinst: really remove unused_conffile
    /etc/kolab/templates/fbview.conf.template


Modified: kolabd/trunk/debian/changelog
===================================================================
--- kolabd/trunk/debian/changelog	2009-05-10 09:31:44 UTC (rev 1285)
+++ kolabd/trunk/debian/changelog	2009-05-10 10:07:29 UTC (rev 1286)
@@ -6,8 +6,10 @@
     - Use main download server files.kolab.org
     - No more mangle
   * debian/uupdate-wrapper: Updated
+  * debian/preinst: really remove unused_conffile
+    /etc/kolab/templates/fbview.conf.template 
 
- -- Mathieu Parent <math.parent at gmail.com>  Sat, 09 May 2009 23:57:45 +0200
+ -- Mathieu Parent <math.parent at gmail.com>  Sun, 10 May 2009 12:06:00 +0200
 
 kolabd (2.2.1-20090304-1) experimental; urgency=low
 

Modified: kolabd/trunk/debian/preinst
===================================================================
--- kolabd/trunk/debian/preinst	2009-05-10 09:31:44 UTC (rev 1285)
+++ kolabd/trunk/debian/preinst	2009-05-10 10:07:29 UTC (rev 1286)
@@ -21,7 +21,7 @@
 }
 case "$1" in
 install|upgrade)
-    if dpkg --compare-versions "$2" le "$LASTVERSION"; then
+    if dpkg --compare-versions "$2" le "2.2.1-20090407-1"; then
         rm_conffile kolabd "/etc/kolab/templates/fbview.conf.template"
     fi
 esac




More information about the pkg-kolab-devel mailing list