~ubuntu-branches/debian/sid/pyrlp/sid

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# debian/gbp.conf
# Git-buildpackage configuration for this Debian source package.
# Manpage: gbp.conf(5)

[DEFAULT]

# Overlay the exported source onto original upstream source?
overlay = true

# Store the pristine upstream source in this VCS repository?
pristine-tar = true

# Create the upstream source from this VCS repository?
create-orig = true


# Local variables:
# coding: utf-8
# mode: conf
# End:
# vim: fileencoding=utf-8 filetype=conf noexpandtabs :