File: gbp.conf

package info (click to toggle)
pyethash 0.1.27-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 240 kB
  • sloc: ansic: 1,954; python: 97; sh: 32; cpp: 27; makefile: 22
file content (21 lines) | stat: -rw-r--r-- 473 bytes parent folder | download | duplicates (5)
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 = false

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

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