GitBuildpackageConfig » Historique » Version 2
Version 1 (Benjamin Bohard, 16/05/2012 10:08) → Version 2/3 (Benjamin Bohard, 16/05/2012 10:09)
h1. Configuration de git-buildpackage
Utile pour l'[[GitPackaging#Environnement-de-compilation-personnel|environnement de compilation personnel]]
<pre>
# Configuration file for git-buildpackage and friends
# in personal build environment with sbuild
[DEFAULT]
# Let the working tree clean
export-dir=../build-area
# Where I track upstream
upstream-branch = master
# Branch I use to build package
debian-branch = dist/ubuntu/lucid/master dist/debian/unstable/master
# Build only source package, deb are handled by sbuild
# Do not sign .changes nor .dsc
builder = dpkg-buildpackage -nc -d -S -us -uc
# "fakeroot debian/rules clean" may require build-depends
# git sources => git clean -xd
cleaner = /bin/true
# Use color when on a terminal, alternatives: on/true, off/false or auto
color = auto
[git-buildpackage]
# Do not use tags to build upstream orig.tar.gz
upstream-tree = branch
</pre>
Utile pour l'[[GitPackaging#Environnement-de-compilation-personnel|environnement de compilation personnel]]
<pre>
# Configuration file for git-buildpackage and friends
# in personal build environment with sbuild
[DEFAULT]
# Let the working tree clean
export-dir=../build-area
# Where I track upstream
upstream-branch = master
# Branch I use to build package
debian-branch = dist/ubuntu/lucid/master dist/debian/unstable/master
# Build only source package, deb are handled by sbuild
# Do not sign .changes nor .dsc
builder = dpkg-buildpackage -nc -d -S -us -uc
# "fakeroot debian/rules clean" may require build-depends
# git sources => git clean -xd
cleaner = /bin/true
# Use color when on a terminal, alternatives: on/true, off/false or auto
color = auto
[git-buildpackage]
# Do not use tags to build upstream orig.tar.gz
upstream-tree = branch
</pre>