summaryrefslogtreecommitdiff
path: root/.devscripts
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-10-29 19:29:02 -0700
committerSean Whitton <spwhitton@spwhitton.name>2016-10-29 19:29:02 -0700
commitcf59399aa8ca0d87068b4b5140a4e653cf01a6f1 (patch)
tree49120de323f900e0205d3870ff874b3fd325f5a7 /.devscripts
parented8d2f9880b84e523f01f3dfa147543f1bad4bb3 (diff)
downloaddotfiles-cf59399aa8ca0d87068b4b5140a4e653cf01a6f1.tar.gz
improve -us -uc settings again
Diffstat (limited to '.devscripts')
-rw-r--r--.devscripts6
1 files changed, 6 insertions, 0 deletions
diff --git a/.devscripts b/.devscripts
index 22dbe8d7..f3724bc2 100644
--- a/.devscripts
+++ b/.devscripts
@@ -5,3 +5,9 @@ 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
+# note that this is needed in addition to settings in ~/.config/dpkg/buildpackage.conf
+# because debuild uses debsign for signing
+DEBUILD_DPKG_BUILDPACKAGE_OPTS="-us -uc"