Package: reportbug Version: 4.9 Severity: normal Tags: patch -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1
Hi, Thanks for the report. You can use the "keyid IDKEY" parameter in reportbug.conf but it is not described in the reportbug.conf. Here is a patch to do so. Bye, Carl Chenet - -- Package-specific info: ** Environment settings: DEBEMAIL="cha...@ohmytux.com" DEBFULLNAME="Carl Chenet" INTERFACE="text" ** /home/chaica/.reportbugrc: reportbug_version "4.5" mode novice ui text smtphost "smtp.free.fr" - -- System Information: Debian Release: squeeze/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: i386 (i686) Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/bash Versions of packages reportbug depends on: ii apt 0.7.23.1 Advanced front-end for dpkg ii python 2.5.4-2 An interactive high-level object-o ii python-reportbug 4.9 Python modules for interacting wit reportbug recommends no packages. Versions of packages reportbug suggests: pn debconf-utils <none> (no description available) ii debsums 2.0.47 tool for verification of installed pn dlocate <none> (no description available) ii exim4 4.69-11 metapackage to ease Exim MTA (v4) ii exim4-daemon-light [mail-tran 4.69-11+b1 lightweight Exim MTA (v4) daemon ii file 5.03-1 Determines file type using "magic" ii gnupg 1.4.10-1 GNU privacy guard - a free PGP rep pn python-gtk2 <none> (no description available) pn python-gtkspell <none> (no description available) pn python-urwid <none> (no description available) pn python-vte <none> (no description available) pn xdg-utils <none> (no description available) - -- no debconf information -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.10 (GNU/Linux) iQIcBAEBAgAGBQJLFEU1AAoJEAJwonWM1zbixlgP/2pMQFEAp297V5yEbvTx7oY/ QXKjJliepdJgUvZgcqP/se22xtHWcJlQU1RAGYNeUX54c7/tDuMOFDjYjwF8VSOj EIDwLx/FTrTmZP7OFYybTUDQoQPyMoPFX/U4fXjG04PeamitLYFDTVgTZMbgi6P9 obD7HXyrA0INR0Joc+XVW457EerTIcUBbua5EX6R6F0hhWe/rAyXbPJ+dDE4hEhu eu8nmoKEfAkkKWLweU6KOEGy1v/eJkIAskeVyqqsLf/6ibbou7bUbvOgpeVmRbrv c1r1lTTsxQWVwwXQUD/BEga/bE9MTbHuB2xS1QSWbPUgeeJt6SNl/iKQzdzq4eHM vc3Q/CqmEGRZsAZKCroGOFAqXdOuFHmK87rnxeKLlCDFoXqmLmcVuU6fIv2K+oEE rQ3dtq+pVY1U7mPsAQOzAaPuCh93TwwqcIdiibW0U993PKOr0yxMHSoiLhb8uvww uwC+5r8qrpqFfrq6stkUJeADH8v/S7U+CnFrDqDWsPSsPh0HhnXO817PWA2Q1/Xy a2HnkWdQff2p6+Aci6WJPn2dMzx+GP+88wiXE50tIwtZATQi0hZHXTbloVOBsW3p CSrlk16xxU68+BKX2YMJ71XQGHtZtV56YtFM80Rk0HYbLsVXqYTUeENyTuCf3Iou AxHwrqIcuHQ7xU5cpKBW =XrbX -----END PGP SIGNATURE-----
>From 0f0bfb24ae327fa7e3dda4842f4c220f6a07f164 Mon Sep 17 00:00:00 2001 From: chaica <cha...@ohmytux.com> Date: Mon, 30 Nov 2009 23:15:07 +0100 Subject: [PATCH] Specify and explain the keyid parameter in the reportbug.conf file --- conf/reportbug.conf | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/conf/reportbug.conf b/conf/reportbug.conf index 648dd9f..8ed5932 100644 --- a/conf/reportbug.conf +++ b/conf/reportbug.conf @@ -47,6 +47,10 @@ compress # sign gpg # sign pgp +# Specify the GPG/PGP keyid to use instead of the default one on your system. +# keyid 56187544 + + # Default "from" email address and real name (override with env. vars.) # email "humbe...@example.com" # realname "Humberto Flores III" -- 1.6.5.3