File: DEVELOPERS

package info (click to toggle)
noteedit 2.8.1-3
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 14,068 kB
  • ctags: 4,929
  • sloc: cpp: 45,808; sh: 18,530; perl: 2,798; yacc: 1,535; lex: 287; makefile: 280
file content (46 lines) | stat: -rw-r--r-- 1,216 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Instructions for new developers or just casual users
====================================================

Building KGuitar module, checked out from CVS
=============================================

After a checkout, you'll get a directory, named "kguitar" (that's where this
file resides). To build KGuitar from just checked out module, do the following:

1) make -f Makefile.cvs

That would create all required autoconf's configure scripts and automake's
Makefile.in makefiles.

2) ./configure; make; make install

As usual.



Releasing a new version
=======================

Remember, the tags look like "rel0-1".

* Update version numbers everywhere:
	configure.in.in
	VERSION
	kguitar.spec	
* Commit everything to CVS repository
* Tag everything in CVS: "cvs tag -R rel{version}-{number} ."
* Do "cvs log -r<lastrelease>:<currentrelease> >cvslog"
* Make a ChangeLog release entry, based on result cvslog file.
* Export everything from CVS, add the new ChangeLog
* Do "make dist"
* Test new release



Update translations
===================
* Change in top source directory
* Do "make clean" (because we didn't translate *.moc.cpp files)
* Do "make package-messages"
* Change to 'po' directory
* Update xx.po