[pkg-kolab] r517 - in kolabd/trunk/debian: . patches

Peter Eisentraut petere at alioth.debian.org
Wed Nov 8 10:24:20 CET 2006


Author: petere
Date: 2006-11-08 10:24:19 +0100 (Wed, 08 Nov 2006)
New Revision: 517

Modified:
   kolabd/trunk/debian/changelog
   kolabd/trunk/debian/control
   kolabd/trunk/debian/patches/60-kolabdcachetool-cachefiles.dpatch
   kolabd/trunk/debian/postrm
Log:
* Added XS-X-Vcs-Svn field
* Fixed quotawarn.db path
* Ensure complete purge

Modified: kolabd/trunk/debian/changelog
===================================================================
--- kolabd/trunk/debian/changelog	2006-11-08 09:22:41 UTC (rev 516)
+++ kolabd/trunk/debian/changelog	2006-11-08 09:24:19 UTC (rev 517)
@@ -4,6 +4,9 @@
   * Restricted permissions on configuration files containing passwords
   * Enhanced init script
   * Put Postfix LDAP configuration into separate files
+  * Added XS-X-Vcs-Svn field
+  * Fixed quotawarn.db path
+  * Ensure complete purge
 
  -- Peter Eisentraut <petere at debian.org>  Wed, 27 Sep 2006 17:19:12 +0200
 

Modified: kolabd/trunk/debian/control
===================================================================
--- kolabd/trunk/debian/control	2006-11-08 09:22:41 UTC (rev 516)
+++ kolabd/trunk/debian/control	2006-11-08 09:24:19 UTC (rev 517)
@@ -5,6 +5,7 @@
 Uploaders: Noèl Köthe <noel at debian.org>, Steffen Joeris <steffen.joeris at skolelinux.de>, Peter Eisentraut <petere at debian.org>
 Build-Depends: debhelper (>= 4), dpatch
 Standards-Version: 3.7.2
+XS-X-Vcs-Svn: svn://svn.debian.org/pkg-kolab/kolabd/
 
 Package: kolabd
 Architecture: all

Modified: kolabd/trunk/debian/patches/60-kolabdcachetool-cachefiles.dpatch
===================================================================
--- kolabd/trunk/debian/patches/60-kolabdcachetool-cachefiles.dpatch	2006-11-08 09:22:41 UTC (rev 516)
+++ kolabd/trunk/debian/patches/60-kolabdcachetool-cachefiles.dpatch	2006-11-08 09:24:19 UTC (rev 517)
@@ -4,8 +4,9 @@
 ## DP: This is the patch to correct the path of the cachefiles
 
 @DPATCH@
---- kolabd-1.9.4/kolabdcachetool.orig	2006-01-26 13:06:41.000000000 +0100
-+++ kolabd-1.9.4/kolabdcachetool	2006-01-26 13:07:22.000000000 +0100
+diff -urNad kolabd-1.9.4-20060707.dfsg~/kolabdcachetool kolabd-1.9.4-20060707.dfsg/kolabdcachetool
+--- kolabd-1.9.4-20060707.dfsg~/kolabdcachetool	2006-11-08 10:08:39.000000000 +0100
++++ kolabd-1.9.4-20060707.dfsg/kolabdcachetool	2006-11-08 10:08:40.000000000 +0100
 @@ -25,13 +25,13 @@
  usage if ($func !~ /list/i && $func !~ /del/i && $func !~ /flush/i);
  
@@ -23,3 +24,15 @@
          || die "Unable to open graveyard timestamp cache";
  } else { usage; }
  
+diff -urNad kolabd-1.9.4-20060707.dfsg~/kolabquotawarn kolabd-1.9.4-20060707.dfsg/kolabquotawarn
+--- kolabd-1.9.4-20060707.dfsg~/kolabquotawarn	2006-11-08 10:08:39.000000000 +0100
++++ kolabd-1.9.4-20060707.dfsg/kolabquotawarn	2006-11-08 10:09:43.000000000 +0100
+@@ -108,7 +108,7 @@
+   fatal_exit( "Can't open quotawarning.txt" );
+ }
+ 
+-dbmopen( %quotawarn_db, $prefix.'/var/kolab/quotawarn.db', 0666 )
++dbmopen( %quotawarn_db, '/var/lib/kolab/quotawarn.db', 0666 )
+   || fatal_exit ('Unable to open quotawarn db');
+ 
+ if( $opt_d ) {

Modified: kolabd/trunk/debian/postrm
===================================================================
--- kolabd/trunk/debian/postrm	2006-11-08 09:22:41 UTC (rev 516)
+++ kolabd/trunk/debian/postrm	2006-11-08 09:24:19 UTC (rev 517)
@@ -4,7 +4,9 @@
 
 if [ "$1" = purge ]; then
 	rm -f /var/lib/kolab/mailbox-uidcache.db
+	rm -f /var/lib/kolab/graveyard-uidcache.db
 	rm -f /var/lib/kolab/graveyard-tscache.db
+	rm -f /var/lib/kolab/quotawarn.db
 fi
 
 #DEBHELPER#




More information about the pkg-kolab-devel mailing list