File: gbp.conf

package info (click to toggle)
python-av 16.1.0%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,728 kB
  • sloc: python: 8,059; sh: 181; ansic: 174; makefile: 140
file content (15 lines) | stat: -rw-r--r-- 528 bytes parent folder | download | duplicates (162)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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 --upstream-vcs-tag=$VERSION --uscan
# build package:           gbp buildpackage
# publish source release:  gbp tag && gbp push

[DEFAULT]
pristine-tar = True
sign-tags = True
filter = */.git*
debian-branch = debian/latest
upstream-branch = upstream/latest
dist = DEP14