gunnar: server/perl-kolab DEVELOPMENT,1.8,1.9

cvs at kolab.org cvs at kolab.org
Mon Oct 15 17:38:26 CEST 2007


Author: gunnar

Update of /kolabrepository/server/perl-kolab
In directory doto:/tmp/cvs-serv19810

Modified Files:
	DEVELOPMENT 
Log Message:
Structure.


Index: DEVELOPMENT
===================================================================
RCS file: /kolabrepository/server/perl-kolab/DEVELOPMENT,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -d -r1.8 -r1.9
--- DEVELOPMENT	15 Oct 2007 15:28:07 -0000	1.8
+++ DEVELOPMENT	15 Oct 2007 15:38:24 -0000	1.9
@@ -1,9 +1,10 @@
 Development notes
 =================
 
-The perl-kolab package is a standard perl package meant to be handled
-with the Makefile.PL script. You will receive a standard "Makefile" by
-running "perl Makefile.PL". 
+The perl-kolab package is a standard perl package and a Kolab Server
+core component. It is meant to be handled with the Makefile.PL
+script. You will receive a standard "Makefile" by running "perl
+Makefile.PL".
 
 The Kolab Server packages were usually not released as source
 packages. This should be changed with this new package layout. The
@@ -15,11 +16,29 @@
 Version numbering
 =================
 
-perl-kolab is a Kolab Server core package. Released packages should
-have the same core version as the Server release. As a part of Kolab
-Server 2.1.0 the version number should be 2.1.0.
+A NEW VERSION HAS TO BE SET IN
 
-Released source packages will look like this:
+  lib/Kolab.pm
+
+e.g.
+
+our $KOLAB_BASE_VERSION = "2.2.beta1";
+
+Release versions
+----------------
+
+For tagging the next release the version number needs to be increased
+to the new Kolab Server version (e.g. 2.2.0) and the CVS switch needs to
+be set to 0:
+
+my $KOLAB_CVS = 0;
+
+Released packages should have the same core version as the Server
+release. As a part of Kolab Server 2.1.0 the version number should be
+2.1.0. Pre-release candidates receive the suffix "betaX" or "rcX"
+(e.g. 2.2.beta1).
+
+Source packages will then look like this:
 
  perl-kolab-2.1.0.tar.gz
 
@@ -27,9 +46,8 @@
 
  perl-kolab-2.1.0-20070819.src.rpm
 
-A NEW VERSION HAS TO BE SET IN
-
-  lib/Kolab.pm
+Snapshots
+---------
 
 After tagging and releasing, please set
 
@@ -47,26 +65,6 @@
 Source RPMs will be named similar:
 
  perl-kolab-2.1.0+cvs-20070810.src.rpm
-
-For tagging the next release the version number needs to be increased
-to the new Kolab Server version (e.g. 2.2.0) and the CVS switch needs to
-be reversed:
-
-my $KOLAB_CVS = 0;
-
-Pre-release candidates receive the suffix "betaX" or "rcX" and
-cource packages will then look like this:
-
- perl-kolab-2.2.beta1.tar.gz
-
-Source RPMs will be named accordingly:
-
- perl-kolab-2.2.beta1-20070810.src.rpm
-
-Or, for the cvs versions:
-
- perl-kolab-2.2.beta1+cvs20070810.tar.gz
- perl-kolab-2.2.beta1+cvs-20070810.src.rpm
 
 Change log
 ==========





More information about the commits mailing list