# stable release
1) edit version in installsystems/__init__.py 
2) edit debian/changelog
3) commit
4) tag
5) make tar
6) upload tarball to forge
7) make builld

# rc release
1) edit version in installsystems/__init__.py
2) edit debian/changelog
3) commit
4) make DISTRO=sid tar buildd

# squeeze backport
1) create a squeeze branch
2) add ~squeeze0 in version in debian/changelog 
4) make VERSION=3~squeeze0 DISTRO=squeeze tar buildd