File: gbp.conf

package info (click to toggle)
jquery-throttle-debounce 1.1%2Bdfsg.1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 144 kB
  • ctags: 33
  • sloc: php: 104; makefile: 40
file content (21 lines) | stat: -rw-r--r-- 465 bytes parent folder | download | duplicates (3)
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-lockfile’.
# 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 :