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

Noel Koethe noel at costa.debian.org
Tue Mar 21 21:52:31 UTC 2006


Author: noel
Date: 2006-03-21 21:52:29 +0000 (Tue, 21 Mar 2006)
New Revision: 357

Added:
   trunk/kolabd/debian/patches/70-kolab2.schema-removal.of.rfc2739.dpatch
Modified:
   trunk/kolabd/debian/changelog
   trunk/kolabd/debian/patches/00list
Log:
fix problem with removed rfc2739

Modified: trunk/kolabd/debian/changelog
===================================================================
--- trunk/kolabd/debian/changelog	2006-03-17 22:31:18 UTC (rev 356)
+++ trunk/kolabd/debian/changelog	2006-03-21 21:52:29 UTC (rev 357)
@@ -1,3 +1,9 @@
+kolabd (1.9.4dfsg-2) unstable; urgency=low
+
+  * fix problem with removed rfc2739
+
+ -- Noèl Köthe <noel at debian.org>  Tue, 21 Mar 2006 22:51:29 +0100
+
 kolabd (1.9.4dfsg-1) experimental; urgency=low
 
   * Initial release

Modified: trunk/kolabd/debian/patches/00list
===================================================================
--- trunk/kolabd/debian/patches/00list	2006-03-17 22:31:18 UTC (rev 356)
+++ trunk/kolabd/debian/patches/00list	2006-03-21 21:52:29 UTC (rev 357)
@@ -4,3 +4,4 @@
 40-kolabd-pid-file
 50-kolabpasswd-slappasswd-path
 60-kolabdcachetool-cachefiles
+70-kolab2.schema-removal.of.rfc2739.dpatch

Added: trunk/kolabd/debian/patches/70-kolab2.schema-removal.of.rfc2739.dpatch
===================================================================
--- trunk/kolabd/debian/patches/70-kolab2.schema-removal.of.rfc2739.dpatch	2006-03-17 22:31:18 UTC (rev 356)
+++ trunk/kolabd/debian/patches/70-kolab2.schema-removal.of.rfc2739.dpatch	2006-03-21 21:52:29 UTC (rev 357)
@@ -0,0 +1,36 @@
+#!/bin/sh -e
+## 70-kolab2.schema-removal.of.rfc2739.dpatch by Noèl Köthe <noel at debian.org>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: remove calFBURL from the schema because rfc2739 has to be removed
+
+if [ $# -lt 1 ]; then
+echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
+exit 1
+fi
+
+[ -f debian/patches/00patch-opts ] && . debian/patches/00patch-opts
+patch_opts="${patch_opts:--f --no-backup-if-mismatch}"
+
+case "$1" in
+      -patch) patch $patch_opts -p1 < $0;;
+      -unpatch) patch $patch_opts -p1 -R < $0;;
+      *)
+      echo >&2 "`basename $0`: script expects -patch|-unpatch as argument"
+      exit 1;;
+esac
+
+exit 0
+
+ at DPATCH@
+--- kolabd-1.9.4/kolab2.schema.orig	2006-03-21 22:37:22.000000000 +0100
++++ kolabd-1.9.4/kolab2.schema	2006-03-21 22:34:55.000000000 +0100
+@@ -534,7 +534,7 @@
+         cyrus-userquota $
+         kolabInvitationPolicy $
+         kolabFreeBusyFuture $
+-        calFBURL $
++#        calFBURL $
+ 	kolabVacationBeginDateTime $
+ 	kolabVacationEndDateTime $
+ 	kolabVacationResendInterval $


Property changes on: trunk/kolabd/debian/patches/70-kolab2.schema-removal.of.rfc2739.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the pkg-kolab-devel mailing list