Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Olena
olena
Commits
8f8f0dca
Commit
8f8f0dca
authored
Jan 30, 2012
by
Guillaume Lazzara
Committed by
Roland Levillain
Jun 30, 2014
Browse files
debian/HOWTO: Add more details.
Signed-off-by:
Roland Levillain
<
roland@lrde.epita.fr
>
parent
9292d203
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
8f8f0dca
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.
...
...
debian/HOWTO
View file @
8f8f0dca
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
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment