File: gbp.conf

package info (click to toggle)
python-coverage 4.2%2Bdfsg.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,352 kB
  • ctags: 2,233
  • sloc: python: 16,048; ansic: 1,163; makefile: 184; sh: 162; xml: 42
file content (21 lines) | stat: -rw-r--r-- 466 bytes parent folder | download
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 ‘python-coverage’.
# Manpage: ‘gbp.conf(5)’

[DEFAULT]

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

# 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 :