[pkg-kolab] r1079 - kolabd/branches/2.2.1/debian
    mparent-guest at alioth.debian.org 
    mparent-guest at alioth.debian.org
       
    Wed Dec 17 15:44:09 UTC 2008
    
    
  
Author: mparent-guest
Date: 2008-12-17 15:44:09 +0000 (Wed, 17 Dec 2008)
New Revision: 1079
Modified:
   kolabd/branches/2.2.1/debian/changelog
   kolabd/branches/2.2.1/debian/rules
Log:
kolab_sslcert.sh and kolab_ca.sh are in kolabd (not in libkolab-perl)
Modified: kolabd/branches/2.2.1/debian/changelog
===================================================================
--- kolabd/branches/2.2.1/debian/changelog	2008-12-17 15:36:31 UTC (rev 1078)
+++ kolabd/branches/2.2.1/debian/changelog	2008-12-17 15:44:09 UTC (rev 1079)
@@ -25,7 +25,7 @@
       depends 
     - suggests clamav, clamav-daemon, spamassassin 
 
- -- Mathieu Parent <math.parent at gmail.com>  Wed, 17 Dec 2008 16:33:31 +0100
+ -- Mathieu Parent <math.parent at gmail.com>  Wed, 17 Dec 2008 16:41:10 +0100
 
 kolabd (2.2.0-20080709.dfsg-3) UNRELEASED; urgency=low
 
Modified: kolabd/branches/2.2.1/debian/rules
===================================================================
--- kolabd/branches/2.2.1/debian/rules	2008-12-17 15:36:31 UTC (rev 1078)
+++ kolabd/branches/2.2.1/debian/rules	2008-12-17 15:44:09 UTC (rev 1079)
@@ -27,6 +27,10 @@
 	dh_clean -k 
 	dh_installdirs
 
+	# scripts for /usr/bin and /usr/sbin
+	install -D -m 755 kolab_sslcert.sh debian/kolabd/usr/sbin/kolab_sslcert 
+        install -D -m 755 kolab_ca.sh debian/kolabd/usr/sbin/kolab_ca.sh
+
 	# Files for /etc/kolab
 	install -D -m 644 kolab.globals debian/kolabd/etc/kolab/kolab.globals
 	# This file is obsolete we use kolabconf for it
    
    
More information about the pkg-kolab-devel
mailing list