File: README.release

package info (click to toggle)
nickle 2.68-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 2,336 kB
  • ctags: 3,288
  • sloc: ansic: 31,198; yacc: 1,860; lex: 858; sh: 830; makefile: 229
file content (39 lines) | stat: -rw-r--r-- 723 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
If you're going to package nickle for release, there are several
important steps:

 1.	Create new version
 		edit configure.in, changing the version number in the
		AC_INIT line
		
 2. 	rebuild the configuration files with autogen.sh
 		sh autogen.sh --prefix=/usr --mandir=/usr/share/man
		
 3.	make distcheck
 
 4.	Update debian/changelog

		git-log --pretty=oneline 2.<xx>..master
		
 5.	Build the release

		make release-files
 
 6.	Commit these changes
	
		git-commit -m'Update to version 2.<xx>' -a

 7.	Tag

		git-tag -s -m 'Version 2.<xx>' 2.<xx>

 8.	Push out changes to the repo

		git-push origin master 2.<xx>

 9.	Push out the release

		make release

10.	Push debian bits

		dput nickle_2.<xx>-1_i386.changes