Package: gnupg2 Version: 2.0.4 The gnupg2 package should include an example gpgconf.conf file. The file doc/examples/gpgconf.conf in the source tarball in versions 2.0.5 and later can be used for that. Adding the following line to the binary-common target of debian/rules should do that:
$(install_file) doc/examples/gpgconf.conf debian/gnupg2/etc/gnupg/ We use it in our gnupg2-2.0.5 packages[1]. As it is, the line assumes that sysconfdir has been set to /etc, see Bug#434787. A symptom of the missing gpgconf.conf file is that "gpgconf --check-config" gives an error message: $ gpgconf --check-config gpgconf: can not open global config file `/usr/etc/gnupg/gpgconf.conf': No such file or directory Regards, Bernhard [1] Currently available from http://apt.intevation.de/dists/etch/experimental/source/ -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

