[pkg-kolab] r759 - kolabconf/branches/2.2/debian/patches

mparent-guest at alioth.debian.org mparent-guest at alioth.debian.org
Fri Mar 14 19:36:14 UTC 2008


Author: mparent-guest
Date: 2008-03-14 19:36:13 +0000 (Fri, 14 Mar 2008)
New Revision: 759

Added:
   kolabconf/branches/2.2/debian/patches/50-postfix-hashes.dpatch
Modified:
   kolabconf/branches/2.2/debian/patches/00list
Log:
50-postfix-hashes.dpatch: Add building of various postfix maps


Modified: kolabconf/branches/2.2/debian/patches/00list
===================================================================
--- kolabconf/branches/2.2/debian/patches/00list	2008-03-14 19:19:50 UTC (rev 758)
+++ kolabconf/branches/2.2/debian/patches/00list	2008-03-14 19:36:13 UTC (rev 759)
@@ -1,4 +1,5 @@
 10-kolabconf-perl-path
 30-invoke-rc
+50-postfix-hashes
 80-kolab-syslog-facility
 85-slapd-syncrepl-24

Added: kolabconf/branches/2.2/debian/patches/50-postfix-hashes.dpatch
===================================================================
--- kolabconf/branches/2.2/debian/patches/50-postfix-hashes.dpatch	                        (rev 0)
+++ kolabconf/branches/2.2/debian/patches/50-postfix-hashes.dpatch	2008-03-14 19:36:13 UTC (rev 759)
@@ -0,0 +1,40 @@
+#! /bin/sh /usr/share/dpatch/dpatch-run
+## 50-postfix-hashes.dpatch by Mathieu Parent <math.parent at gmail.com>
+##
+## DP: Add building of various postfix maps
+
+ at DPATCH@
+diff -urNad kolabconf-2.2~rc1+20080204~/lib/Kolab/Conf.pm kolabconf-2.2~rc1+20080204/lib/Kolab/Conf.pm
+--- kolabconf-2.2~rc1+20080204~/lib/Kolab/Conf.pm	2008-03-14 20:25:44.000000000 +0100
++++ kolabconf-2.2~rc1+20080204/lib/Kolab/Conf.pm	2008-03-14 20:30:50.000000000 +0100
+@@ -262,6 +262,20 @@
+ {
+     buildPostfixMap( 'virtual' );
+ }
++sub buildPostfixAccessMap
++{
++    buildPostfixMap( 'access' );
++}
++
++sub buildPostfixCanonicalMap
++{
++    buildPostfixMap( 'canonical' );
++}
++
++sub buildPostfixRelocatedMap
++{
++    buildPostfixMap( 'relocated' );
++}
+ 
+ sub buildPostfixMap
+ {
+@@ -667,6 +681,9 @@
+ 
+     buildPostfixTransportMap;
+     buildPostfixVirtualMap;
++    buildPostfixAccessMap;
++    buildPostfixCanonicalMap;
++    buildPostfixRelocatedMap;
+     buildLDAPAccess;
+     buildLDAPReplicas;
+     buildCyrusGroups;


Property changes on: kolabconf/branches/2.2/debian/patches/50-postfix-hashes.dpatch
___________________________________________________________________
Name: svn:executable
   + *




More information about the pkg-kolab-devel mailing list