[pkg-kolab] r81 - trunk/kolab-resource-handlers/debian

Steffen Joeris white-guest at costa.debian.org
Wed Jan 4 14:21:03 UTC 2006


Author: white-guest
Date: 2006-01-04 14:21:03 +0000 (Wed, 04 Jan 2006)
New Revision: 81

Modified:
   trunk/kolab-resource-handlers/debian/rules
Log:
* install file which is needed by kolabmailtransport.php


Modified: trunk/kolab-resource-handlers/debian/rules
===================================================================
--- trunk/kolab-resource-handlers/debian/rules	2006-01-04 14:20:30 UTC (rev 80)
+++ trunk/kolab-resource-handlers/debian/rules	2006-01-04 14:21:03 UTC (rev 81)
@@ -38,6 +38,9 @@
 	dh_clean -k 
 	dh_installdirs
 	
+	# Install files for kolabmailtransport.php
+	install -D -m 644 kolab-resource-handlers/fbview/fbview/framework/Net_LMTP/LMTP.php debian/kolab-resource-handlers/usr/share/kolab-resource-handlers/php/LMTP.php
+	
 	# install the resource manager php scripts
 	install -D -m 644 kolab-resource-handlers/resmgr/kolabfilter.php debian/kolab-resource-handlers/usr/share/kolab-resource-handlers/kolabfilter.php
 	install -D -m 644 kolab-resource-handlers/resmgr/kolabmailboxfilter.php debian/kolab-resource-handlers/usr/share/kolab-resource-handlers/kolabmailboxfilter.php
@@ -46,6 +49,9 @@
 	install -D -m 644 kolab-resource-handlers/resmgr/olhacks.php debian/kolab-resource-handlers/usr/share/kolab-resource-handlers/olhacks.php
 	install -D -m 644 kolab-resource-handlers/resmgr/resmgr.php debian/kolab-resource-handlers/usr/share/kolab-resource-handlers/resmgr.php
 	
+	# Install conffile
+	install -D -m 644 kolab-resource-handlers/resmgr/resmgr.conf debian/kolab-resource-handlers/etc/kolab/resmgr.conf
+	
 binary-arch: build install
 # We are binary-indep so nothing to do here.
 




More information about the pkg-kolab-devel mailing list