This is an old revision of the document!
Debian Build Notes
### some debian environment pieces: $ cat >>~/.bashrc <<EOF DEBEMAIL=your.email.address@example.org DEBFULLNAME="Firstname Lastname" EOF ### 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 ### For this sandbox exercise I made up the 0.9.0 version number ... but Debian likes that and needs it! ###Initial debianisation $ cd kvqc2-0.9.0/ pak@pak:~/DEBIAN-SANDBOX/kvqc2/kvqc2-0.9.0$ dh_make -f ../kvqc2-0.9.0.tar.gz Type of package: single binary, multiple binary, library, kernel module or cdbs? [s/m/l/k/b] s Maintainer name : emilssen Email-Address : pak@pak Date : Sun, 25 Apr 2010 17:21:34 +0200 Package Name : kvqc2 Version : 0.9.0 License : blank Type of Package : Single Hit <enter> to confirm: Currently there is no top level Makefile. This may require additional tuning. Done. Please edit the files in the debian/ subdirectory now. You should also check that the kvqc2 Makefiles install into $DESTDIR and not in / . pak@pak:~/DEBIAN-SANDBOX/kvqc2/kvqc2-0.9.0$