This is an old revision of the document!
Debian Build Notes
### Setup a crystal clean source package, with lower program name and version number $ svn co https://svn.met.no/kvoss/kvQc2/trunk/kvqc2-0.9.0 $ tar cvf kvqc2-0.9.0.tar kvqc2-0.9.0/ $ gzip kvqc2-0.9.0.tar ### some debian environment pieces: $ cat >>~/.bashrc <<EOF DEBEMAIL=your.email.address@example.org DEBFULLNAME="Firstname Lastname" EOF