[pkg-kolab] r30 - trunk/kolabd/debian/patches

Steffen Joeris white-guest at costa.debian.org
Mon Dec 19 12:54:24 UTC 2005


Author: white-guest
Date: 2005-12-19 12:54:24 +0000 (Mon, 19 Dec 2005)
New Revision: 30

Added:
   trunk/kolabd/debian/patches/20-kolabquotawarn-issue851.dpatch
Modified:
   trunk/kolabd/debian/patches/00list
Log:
* include patch from rpm


Modified: trunk/kolabd/debian/patches/00list
===================================================================
--- trunk/kolabd/debian/patches/00list	2005-12-19 12:44:16 UTC (rev 29)
+++ trunk/kolabd/debian/patches/00list	2005-12-19 12:54:24 UTC (rev 30)
@@ -1,2 +1,2 @@
 10-perl-path-fixes
-20-kolab-ca.sh
+20-kolabquotawarn-issue851

Added: trunk/kolabd/debian/patches/20-kolabquotawarn-issue851.dpatch
===================================================================
--- trunk/kolabd/debian/patches/20-kolabquotawarn-issue851.dpatch	2005-12-19 12:44:16 UTC (rev 29)
+++ trunk/kolabd/debian/patches/20-kolabquotawarn-issue851.dpatch	2005-12-19 12:54:24 UTC (rev 30)
@@ -0,0 +1,35 @@
+#!/bin/sh -e
+## 20-kolabquotawarn-issue851.dpatch by Steffen Joeris <steffen.joeris at skolelinux.de>
+##
+## All lines beginning with `## DP:' are a description of the patch.
+## DP: This is the patch from the rpm
+
+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/kolabquotawarn.orig	2005-07-23 00:50:20 +0200
++++ kolabd-1.9.4/kolabquotawarn	2005-09-14 14:31:18 +0200
+@@ -34,6 +34,7 @@
+ use IO::File;
+ use DB_File;
+ use Mail::Message;
++use Mail::Transport::SMTP;
+ use Cyrus::IMAP::Admin;
+ use Kolab;
+ use Kolab::Util;


Property changes on: trunk/kolabd/debian/patches/20-kolabquotawarn-issue851.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the pkg-kolab-devel mailing list