1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
|
# Settings for Debian Tryton Maintainer repositories
# for usage with git-buildpackage
[DEFAULT]
debian-branch = debian
pristine-tar = True
# Note: please refer to the branch layout as described in
# https://tryton-team.pages.debian.net/packaging_workflow.html
[buildpackage]
ignore-new = True
# Use with orig.tar.xz tarballs, used for releases 2.2 to 3.0
# Currently we are using upstream compression, which is gz
#compression = xz
# Use export-dir at your discretion to avoid git-buildpackage messing
# your git repeository
#export-dir = ../build-area/
|