gunnar: server Makefile,1.26,1.27 release-notes.txt,1.142,1.143

cvs at kolab.org cvs at kolab.org
Wed Aug 1 17:08:14 CEST 2007


Author: gunnar

Update of /kolabrepository/server
In directory doto:/tmp/cvs-serv23245

Modified Files:
	Makefile release-notes.txt 
Log Message:
Updated release notes and the Makefile for the new package.

Index: Makefile
===================================================================
RCS file: /kolabrepository/server/Makefile,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- Makefile	27 Jul 2007 10:30:33 -0000	1.26
+++ Makefile	1 Aug 2007 15:08:12 -0000	1.27
@@ -28,7 +28,9 @@
 BASE_PACKAGES=openldap                \
               php-smarty
 
-KOLAB_PACKAGES=kolabd                  \
+KOLAB_PACKAGES=perl-kolab              \
+               kolabconf               \
+               kolabd                  \
                kolab-horde-fbview      \
                kolab-horde-framework   \
                kolab-resource-handlers \
@@ -74,13 +76,18 @@
 	done
 
 .PHONY: kolab
-kolab: stage
-	cd perl-kolab && make -f Makefile.cvs dist
+kolab: stage perl-kolab/Makefile kolabconf/Makefile
 	for PKG in $(KOLAB_PACKAGES);              \
 	do                                         \
 	  cd $$PKG && make dist || exit $?; cd ..; \
 	done
 
+perl-kolab/Makefile: perl-kolab/Makefile.PL
+	cd perl-kolab && perl Makefile.PL
+
+kolabconf/Makefile: kolabconf/Makefile.PL
+	cd kolabconf && perl Makefile.PL
+
 .PHONY: horde
 horde: stage
 	for PKG in $(HORDE_PACKAGES);                   \
@@ -98,7 +105,7 @@
 	echo 'Remember to update 00INDEX.rdf and install-kolab.sh!'
 
 .PHONY: clean
-clean: clean-base clean-horde clean-stage
+clean: clean-base clean-kolab clean-horde clean-stage
 
 .PHONY: clean-stage
 clean-stage:
@@ -110,6 +117,11 @@
 	do                                              \
 	  make -C $$PKG clean || exit $?;               \
 	done
+
+.PHONY: clean-kolab
+clean-kolab: stage
+	cd perl-kolab && perl Makefile.PL && make clean_all
+	cd kolabconf && perl Makefile.PL && make clean_all
 
 .PHONY: clean-horde
 clean-horde:

Index: release-notes.txt
===================================================================
RCS file: /kolabrepository/server/release-notes.txt,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -d -r1.142 -r1.143
--- release-notes.txt	31 Jul 2007 11:54:33 -0000	1.142
+++ release-notes.txt	1 Aug 2007 15:08:12 -0000	1.143
@@ -35,6 +35,15 @@
 	Replaced several variables originally rewritten during the
 	make cycle with values in a central configuration file.
 
+	Converted the package into a standard perl library package.
+
+	FIXME: Is it possible to downgrade this package to
+	perl-kolab-2.1.99 (or later perl-kolab-2.2)?
+
+    - kolabconf-2.1.99-2007????:
+
+	New package that holds the kolabconf script.
+
     - kolabd-2.1.99-2007????:
 
 	Added "discard" service to the postfix master.cf configuration.
@@ -48,6 +57,8 @@
 
 	Replaced several variables originally rewritten during the
 	make cycle with values in a central configuration file.
+
+	Moved kolabconf into its own package.
 
 Changes between 2.1.0 and 2.2-beta1:
 





More information about the commits mailing list