~ubuntu-branches/ubuntu/lucid/thuban/lucid

« back to all changes in this revision

Viewing changes to HOWTO-Release

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Paolo Lovergine
  • Date: 2007-04-07 21:03:28 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20070407210328-9a20n4dmbim3c3yc
Tags: 1.2.0-1
* New upstream release.
* Patchset updated.
* Policy bumped to 3.7.2 (no changes).
* Updated for current Python Policy by using python-support.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
 
2
 
HOWTO Release Version N.N.N of Thuban
3
 
=================================
4
 
 
5
 
$Date: 2003/12/22 18:03:31 $
6
 
$Revision: 1.8 $
7
 
 
8
 
 
9
 
- Test Thuban until you are sure it works under the following
10
 
  reference platforms:
11
 
 
12
 
  Debian GNU/Linux 3.0 (plus wxWindows/wxPython 2.4)
13
 
  W2000
14
 
 
15
 
  All test cases should pass on all platforms.
16
 
 
17
 
- Adjust revision number in setup.py and Thuban/version.py (longversion)
18
 
 
19
 
- Update thuban.pot and the various .po and .mo files:
20
 
 
21
 
  cd po/
22
 
  make pot
23
 
  make update-po
24
 
  make mo
25
 
 
26
 
  See po/README for details
27
 
 
28
 
- Update MANIFEST.in
29
 
 
30
 
  This is only necessary if the set of files distributed has changed in
31
 
  such a way that the old MANIFEST.in doesn't fit anymore. This could be
32
 
  e.g. the addition of a new top-level directory such as Extensions
33
 
 
34
 
- Produce Source-Archives Thuban-N.N.N.tar.gz and Thuban-N.N.N.zip
35
 
 
36
 
    python setup.py sdist
37
 
 
38
 
- Build a binary for W2000: Thuban-N.N.N-1.exe
39
 
 
40
 
  On a Windows system with Inno Setup installed, unpack the source
41
 
  archive (usually the zip file) and run:
42
 
 
43
 
    python setup.py bdist_inno
44
 
 
45
 
  Test the resulting setup program.
46
 
 
47
 
- Build RPMs for RedHat 7.2
48
 
 
49
 
  Take the source tarball and, on a RedHat 7.2 system, run:
50
 
 
51
 
    python setup.py bdist_rpm
52
 
 
53
 
  Install the rpm and test Thuban. Make sure to have removed any
54
 
  other Thuban rpms beforehand.
55
 
 
56
 
- Produce Sample-Data-Tarballs
57
 
 
58
 
    python setup.py data_dist
59
 
 
60
 
- Tag the tested sources for CVS:
61
 
 
62
 
    cvs tag THUBAN_N_N_N
63
 
 
64
 
- Place packages on ftp server at ftp://intevation.de/thuban/
65
 
 
66
 
- Update http://thuban.intevation.org/download.html accordingly
67
 
 
68
 
- Update/Extend http://thuban.intevation.org/screenshots.html
69
 
  if there have been interesting changes/extensions to the UI.
70
 
 
71
 
- Make sure you closed all open bugs that were solved with this
72
 
  release.
73
 
 
74
 
- Write announcement including all major improvements
75
 
 
76
 
- Send announcement to following mailing lists:
77
 
  thuban-list@intevation.de
78
 
  freegis-list@intevation.de
79
 
 
80
 
- Have a beer and thank all contributors :-)
81
 
 
82
 
 
83