From ec96e1eac86f0641a33cfc287362917d1376cfa4 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 6 Aug 2016 17:14:52 -0700 Subject: pubring.gpg -> pubring.kbx Avoid dscverify creating pubring.gpg, which makes gpg think I have no private keys. --- .devscripts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.devscripts') diff --git a/.devscripts b/.devscripts index 7a92d1f5..2d49184d 100644 --- a/.devscripts +++ b/.devscripts @@ -4,7 +4,7 @@ DEBSIGN_KEYID=0x0F56D0553B6D411B DEB_SIGN_KEYID=0x0F56D0553B6D411B DEBSIGN_PROGRAM=gpg RMADISON_DEFAULT_URL=debian,ubuntu -DSCVERIFY_KEYRINGS=~/.gnupg/pubring.gpg +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 -- cgit v1.2.3