File: gbp.conf

package info (click to toggle)
mmsd-tng 2.6.3-1
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 884 kB
  • sloc: ansic: 11,913; python: 229; cpp: 144; xml: 82; sh: 38; makefile: 5
file content (13 lines) | stat: -rw-r--r-- 500 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
# 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
pristine-tar = True
sign-tags = True
upstream-vcs-tag = %(version)s