[pkg-kolab] r346 - trunk/kolabd/debian

Steffen Joeris white-guest at costa.debian.org
Sat Mar 4 18:00:33 UTC 2006


Author: white-guest
Date: 2006-03-04 18:00:32 +0000 (Sat, 04 Mar 2006)
New Revision: 346

Modified:
   trunk/kolabd/debian/rules
Log:
* fix copyright


Modified: trunk/kolabd/debian/rules
===================================================================
--- trunk/kolabd/debian/rules	2006-03-03 08:00:36 UTC (rev 345)
+++ trunk/kolabd/debian/rules	2006-03-04 18:00:32 UTC (rev 346)
@@ -69,8 +69,10 @@
 	
 	# Ldap files
 	install -D -m 644 kolab2.schema debian/kolabd/usr/share/kolabd/schema/kolab2.schema
-	install -D -m 644 rfc2739.schema debian/kolabd/usr/share/kolabd/schema/rfc2739.schema
 
+	# Uncommented because of copyright issues, needs further investigation
+#	install -D -m 644 rfc2739.schema debian/kolabd/usr/share/kolabd/schema/rfc2739.schema
+
 binary-arch: build install
 # We are binary-indep so nothing to do here.
 




More information about the pkg-kolab-devel mailing list