From: Ian Jackson Date: Sun, 3 Aug 2014 18:19:14 +0000 (+0100) Subject: Document that dgit rpush needs gnupg and your public key on the build host. Closes... X-Git-Tag: debian/0.22~24 X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=dgit.git;a=commitdiff_plain;h=48bc72cd47446153ac9a94f4fe9fb14717d8bbc7 Document that dgit rpush needs gnupg and your public key on the build host. Closes:#736529. --- diff --git a/debian/changelog b/debian/changelog index fee26880..b63b8291 100644 --- a/debian/changelog +++ b/debian/changelog @@ -16,6 +16,8 @@ dgit (0.22~experimental1) experimental; urgency=low * Do not spew diff output to terminal (by default). Print sensible message instead. Closes:#736526. * Print better message for lack of configuration settings. + * Document that dgit rpush needs gnupg and your public key on the build + host. Closes:#736529. Major new feature, currently stalled awaiting server infrastructure: * dgit-repos-server: New program for receiving signed-tag-based diff --git a/dgit.1 b/dgit.1 index f9077ee9..6449ea34 100644 --- a/dgit.1 +++ b/dgit.1 @@ -169,7 +169,8 @@ contains no : (except perhaps on in [ ], to support IPv6 address literals). You will need similar enough versions of dgit on the build-host and -the invocation host. +the invocation host. The build-host needs gnupg installed, with your +public key in its keyring (but not your private key, obviously). .TP .B dgit quilt-fixup Looks to see if the tree is one which dpkg-source cannot properly