File: gbp.conf

package info (click to toggle)
vvmplayer 2.6-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 824 kB
  • sloc: ansic: 3,547; sh: 37; xml: 33; python: 14; makefile: 4
file content (16 lines) | stat: -rw-r--r-- 508 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# clone this source:       gbp clone $PKG_GIT_URL
# track upstream source:   git remote add upstream-git $UPSTREAM_GIT_URL
# update this source:      gbp pull
# update upstream source:  git fetch upstream-git --tags
# import upstream release: gbp import-orig --uscan
# build package:           gbp buildpackage
# publish source release:  gbp tag && gbp push

[DEFAULT]
debian-branch = debian/latest
upstream-branch = upstream/latest
upstream-vcs-tag = %(version)s
pristine-tar = True

[tag]
sign-tags = True