mirror of
https://github.com/0x5t4l1n/NexTOR_IP_CHANGER.git
synced 2026-05-26 19:56:30 +00:00
51 lines
806 B
Plaintext
51 lines
806 B
Plaintext
# git-buildpackage configuration for NexTOR
|
|
# https://manpages.debian.org/gbp.conf
|
|
|
|
[buildpackage]
|
|
# Sign packages with GPG
|
|
sign-tags = True
|
|
sign-commits = False
|
|
|
|
# Use .orig.tar.xz format
|
|
compression = xz
|
|
compression-level = 9
|
|
|
|
# Don't rebuild locally
|
|
no-create-orig = False
|
|
|
|
# Upstream branch
|
|
upstream-branch = master
|
|
|
|
# Debian branch
|
|
debian-branch = debian
|
|
|
|
[import-orig]
|
|
# Merge upstream changes
|
|
merge = True
|
|
|
|
# Use pristine-tar (disabled for initial setup)
|
|
pristine-tar = False
|
|
|
|
[export-dir]
|
|
# Export location
|
|
dir = ../build-area/
|
|
|
|
[pq]
|
|
# Patch queue branch
|
|
pq-branch = patch-queue/%(branch)s
|
|
|
|
[clone]
|
|
# Clone depth for CI
|
|
depth = 0
|
|
|
|
[push]
|
|
# Push tags to origin
|
|
tag-only = False
|
|
|
|
[dch]
|
|
# Maintainer for changelog
|
|
maintainer = Kali Linux <devel@kali.org>
|
|
|
|
# Update changelog automatically
|
|
auto = True
|