---
ChangeLog | 4 ++++
debian/HOWTO | 17 ++++++-----------
2 files changed, 10 insertions(+), 11 deletions(-)
diff --git a/ChangeLog b/ChangeLog
index b66ce50..f6eac5f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
2012-06-04 Guillaume Lazzara <z(a)lrde.epita.fr>
+ * debian/HOWTO: update.
+
+2012-06-04 Guillaume Lazzara <z(a)lrde.epita.fr>
+
* debian/changelog: Close ITP bug.
2012-06-04 Guillaume Lazzara <z(a)lrde.epita.fr>
diff --git a/debian/HOWTO b/debian/HOWTO
index 0ecf9ad..3bdbf3c 100644
--- a/debian/HOWTO
+++ b/debian/HOWTO
@@ -3,12 +3,11 @@
* Use one of the following command:
----------------------------------
-git-buildpackage --git-export-dir=../build-area/ --git-builder="debuild
-i'\.git' -I.git "
+git-buildpackage
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 "
-
+git-buildpackage --preserve-env --prepend-path=/usr/local/bin
--preserve-env should NOT be used. However we enable this option to
@@ -18,15 +17,11 @@ git-buildpackage --git-export-dir=../build-area/
--git-builder="debuild --prese
located in /usr/local/bin.
+* More documentation
-* .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
+** "compatibility level" for the debhelper tool
+http://wiki.debian.org/IntroDebianPackaging
-* More documentation
+** Git Build Package
http://honk.sigxcpu.org/projects/git-buildpackage/manual-html/gbp.html
--
1.7.2.5