	-*- outline -*-

* Use one of the following command:
----------------------------------

git-buildpackage

or, if you need to keep environment variables :

git-buildpackage  --preserve-env --prepend-path=/usr/local/bin


--preserve-env should NOT be used. However we enable this option to
  use ccache while compiling.

--prepend-path allows us to use a more recent version of Doxygen
  located in /usr/local/bin.


* More documentation

** "compatibility level" for the debhelper tool
http://wiki.debian.org/IntroDebianPackaging


** Git Build Package
http://honk.sigxcpu.org/projects/git-buildpackage/manual-html/gbp.html
