summaryrefslogtreecommitdiff
path: root/.devscripts
blob: 145191dba532f56a08e81e23365271d948e3eab8 (plain)
1
2
3
4
5
6
7
8
9
10
11
DEBCHANGE_FORCE_SAVE_ON_RELEASE=no
DEBRELEASE_UPLOADER=dput
DEBSIGN_KEYID=0x0F56D0553B6D411B
DEB_SIGN_KEYID=0x0F56D0553B6D411B
DEBSIGN_PROGRAM=gpg
#RMADISON_DEFAULT_URL=debian,ubuntu
DSCVERIFY_KEYRINGS=~/.gnupg/pubring.kbx

# this ensures that both debuild and gbp-buildpackage don't sign anything.
# manually do it with debsign (or dgit push) before making an upload
DEBUILD_DPKG_BUILDPACKAGE_OPTS="-us -uc"