File: RELEASE

package info (click to toggle)
python-csa 0.1.13-1
  • links: PTS
  • area: main
  • in suites: forky, sid
  • size: 572 kB
  • sloc: python: 2,444; cpp: 320; sh: 49; makefile: 39
file content (34 lines) | stat: -rw-r--r-- 452 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
29
30
31
32
33
34
Checklist for a release:

* Install packages:

dpkg-dev
dpkg-dev-el
dh-python
lintian
debhelper
python3-setuptools
python3-all
python3-pytest
python3-numpy
python3-matplotlib

* csa/version.py

* (optional) debian/changelog

* update NEWS

* make debian-package

* lintian -i python-csa_x.y.z-n_ARCH.changes

* dupload python-csa_x.y.z-n_ARCH.changes

* stage changes

* git commit -m'Release N.N.N.'

* git tag vN.N.N

* git push origin master vN.N.N