~ubuntu-branches/debian/stretch/gcc-6-doc/stretch

« back to all changes in this revision

Viewing changes to debian/gbp.conf

  • Committer: Package Import Robot
  • Author(s): Guo Yixuan (郭溢譞)
  • Date: 2016-05-06 21:45:33 UTC
  • Revision ID: package-import@ubuntu.com-20160506214533-1ro717riyxkhd4kn
Tags: 6.1.0-1
* New upstream branch. (Closes: #822667)
* Synced patches with gcc-6, 6.1.1-1.
* Use https URIs for Vcs-*.
* Bumped standards version to 3.9.8, no changes needed.
* Update debian/copyright.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# Configuration file for git-buildpackage and friends
 
2
 
 
3
[DEFAULT]
 
4
# the default build command:
 
5
builder = debuild
 
6
# the default branch for upstream sources:
 
7
upstream-branch = upstream-files/6
 
8
# the default branch for the debian patch:
 
9
debian-branch = debian/6
 
10
# the default tag formats used:
 
11
upstream-tag = upstream-files/%(version)s
 
12
debian-tag = debian/%(version)s
 
13
pristine-tar = True
 
14
 
 
15
[git-buildpackage]
 
16
# uncomment this to automatically GPG sign tags:
 
17
sign-tags = True