File: gbp.conf

package info (click to toggle)
git-delta 0.18.2-4
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 5,256 kB
  • sloc: sh: 751; makefile: 117
file content (14 lines) | stat: -rw-r--r-- 490 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# clone this source:       gbp clone --add-upstream-vcs vcs-git:rust-ahash
# update this source:      gbp pull
# update upstream source:  git fetch upstreamvcs --tags
# import upstream release: gbp import-orig --upstream-vcs-tag=vX.Y.Z --uscan
# build package:           gbp buildpackage
# publish source release:  gbp tag && gbp push

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