summaryrefslogtreecommitdiff
path: root/.devscripts
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2016-06-26 20:01:13 +0900
committerSean Whitton <spwhitton@spwhitton.name>2016-06-26 20:01:13 +0900
commit3d981c8caec5ac142c8580d3f1fceb1fc67c6639 (patch)
tree5602079f77642c2a471f1bf5951b4d2cb2125288 /.devscripts
parent770e755e9ef76cfca7968fa16802b20b8c1c76b1 (diff)
downloaddotfiles-3d981c8caec5ac142c8580d3f1fceb1fc67c6639.tar.gz
implicit -us -uc
Diffstat (limited to '.devscripts')
-rw-r--r--.devscripts4
1 files changed, 4 insertions, 0 deletions
diff --git a/.devscripts b/.devscripts
index d2699fd5..7a92d1f5 100644
--- a/.devscripts
+++ b/.devscripts
@@ -5,3 +5,7 @@ DEB_SIGN_KEYID=0x0F56D0553B6D411B
DEBSIGN_PROGRAM=gpg
RMADISON_DEFAULT_URL=debian,ubuntu
DSCVERIFY_KEYRINGS=~/.gnupg/pubring.gpg
+
+# 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"