/usr/share/doc/arriero/examples/gbp.example.conf is in arriero 0.6-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | [git-buildpackage]
postbuild = lintian -I --show-overrides --suppress-tags library-not-linked-against-libc $GBP_CHANGES_FILE
export-dir = ../build-area/
tarball-dir = ../tarballs/
arch = amd64
[git-import-orig]
merge = False
filter = ['.svn', '.hg', '.bzr', 'CVS', 'debian/*']
[git-import-dsc]
filter = [
'CVS',
'.cvsignore',
'.hg',
'.hgignore'
'.bzr',
'.bzrignore',
'.gitignore'
]
[remote-config pkg-libvirt]
remote-url-pattern = ssh://git.debian.org/git/pkg-libvirt/%(pkg)s
template-dir = /srv/alioth.debian.org/chroot/home/groups/pkg-libvirt/git-template
|