File: preparing-release

package info (click to toggle)
monkeysphere 0.31-4
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 692 kB
  • ctags: 73
  • sloc: sh: 1,408; perl: 867; makefile: 115
file content (28 lines) | stat: -rw-r--r-- 877 bytes parent folder | download
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
### Notes about preparing a release for the monkeysphere ###

 * make sure that changelog and packaging/debian/changelog both have
   reasonable version numbers.

 * have the monkeysphere archive signing key handy!

 * create upstream version tag: 

    git tag -s -m 'Tagging Monkeysphere $whatever' monkeysphere_$version master

 * create debian-specific version tag:

    git tag -s -m 'Tagging Monkeysphere $whatever-1' monkeysphere_$version-1 debian

 * make releasenote

 * upload to monkeysphere repo:

    (cd ../monkeysphere-docs/repo && reprepro --ignore=wrongdistribution include experimental ../monkeysphere_$version-1_*.changes)

 * upload to debian:

   (cd .. && dupload monkeysphere_$version-1_*.changes)

 * git push central master debian && git push --tags central master debian

 * switch over to monkeysphere-docs, inspect, and then push out those changes.