File: gbp.conf

package info (click to toggle)
python-coverage 4.5.2%2Bdfsg.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 2,524 kB
  • sloc: python: 17,968; ansic: 1,212; makefile: 182; sh: 133; xml: 42
file content (25 lines) | stat: -rw-r--r-- 607 bytes parent folder | download | duplicates (27)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# debian/gbp.conf
# Git-Buildpackage configuration for this Debian source package.
# Manual page: ‘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 = false

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

# Command to run for invoking package clean.
# This null command works around bug#802284 in Git-BuildPackage.
cleaner = /bin/true

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