--- ChangeLog | 4 ++++ debian/HOWTO | 26 +++++++++++++++++++++++--- 2 files changed, 27 insertions(+), 3 deletions(-)
diff --git a/ChangeLog b/ChangeLog index bed7b6f..dda2b9e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2012-01-30 Guillaume Lazzara z@lrde.epita.fr
+ * debian/HOWTO: Add more details. + +2012-01-30 Guillaume Lazzara z@lrde.epita.fr + * Makefile.am: Add 'deb' rule.
2012-01-30 Guillaume Lazzara z@lrde.epita.fr diff --git a/debian/HOWTO b/debian/HOWTO index 813a7b1..0ecf9ad 100644 --- a/debian/HOWTO +++ b/debian/HOWTO @@ -1,5 +1,11 @@ -Use the following command: -------------------------- + -*- outline -*- + +* Use one of the following command: +---------------------------------- + +git-buildpackage --git-export-dir=../build-area/ --git-builder="debuild -i'.git' -I.git " + +or, if you need to keep environment variables :
git-buildpackage --git-export-dir=../build-area/ --git-builder="debuild --preserve-env --prepend-path=/usr/local/bin -i'.git' -I.git "
@@ -9,4 +15,18 @@ git-buildpackage --git-export-dir=../build-area/ --git-builder="debuild --prese use ccache while compiling.
--prepend-path allows us to use a more recent version of Doxygen - located in /usr/local/bin. \ No newline at end of file + located in /usr/local/bin. + + + +* .git/gbp.conf: setting default config + +cat <<EOF > .git/gbp.conf +[DEFAULT] +# Force running lintian to check .deb files validity. +postbuild=lintian $GBP_CHANGES_FILE +EOF + + +* More documentation +http://honk.sigxcpu.org/projects/git-buildpackage/manual-html/gbp.html