1. make changes
2. dch -i; update changelog entries; make sure it gets right name/address
3. git commit
4. git status; no updated/untracked files
5. git checkout-index -a --prefix=../release/captrap-<num>/
   use '-', not '_', and DON'T FORGET TRAILING SLASH!!
6. cd ../release
7. tar c captrap-<num>/ | bzip2 -9 > captrap-<num>.tar.bz2
8. check archive size
9. cd captrap_<num>
10. make validate
11. dpkg-buildpackage -b
12. cd ..
13. check package size
14. dpkg -c captrap_<num>_all.deb
15. rm -r captrap-<num> *.changes
16. install deb; test
17. wash; rinse; repeat
18. git tag release-<num>
19. git push ssh://git.fatooh.org/srv/git/captrap.git
20. upload deb and tar to www
