aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2014-08-18 14:38:13 +0000
committerWerner Koch <[email protected]>2014-08-18 14:38:13 +0000
commite5da80bc1888bf8801e69c9ff99f7f47550f7a09 (patch)
treef58ec9862180d199c1fc9dc00968ce15d839aeb6
parentagent: Return NO_SECKEY instead of ENONET for PKSIGN and others. (diff)
downloadgnupg-e5da80bc1888bf8801e69c9ff99f7f47550f7a09.tar.gz
gnupg-e5da80bc1888bf8801e69c9ff99f7f47550f7a09.zip
gpg: Install the current release signing pubkey.
* g10/distsigkey.gpg: New. -- This might be useful to help installing updates.
-rw-r--r--g10/Makefile.am5
-rw-r--r--g10/distsigkey.gpgbin0 -> 863 bytes
2 files changed, 4 insertions, 1 deletions
diff --git a/g10/Makefile.am b/g10/Makefile.am
index 0ae4ef7c7..6fa7a5c03 100644
--- a/g10/Makefile.am
+++ b/g10/Makefile.am
@@ -18,7 +18,7 @@
## Process this file with automake to produce Makefile.in
-EXTRA_DIST = options.skel ChangeLog-2011 gpg-w32info.rc
+EXTRA_DIST = options.skel distsigkey.gpg ChangeLog-2011 gpg-w32info.rc
AM_CPPFLAGS = -I$(top_srcdir)/gl -I$(top_srcdir)/common \
-I$(top_srcdir)/include -I$(top_srcdir)/intl
@@ -161,9 +161,12 @@ install-data-local:
$(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
$(INSTALL_DATA) $(srcdir)/options.skel \
$(DESTDIR)$(pkgdatadir)/gpg-conf.skel
+ $(INSTALL_DATA) $(srcdir)/distsigkey.gpg \
+ $(DESTDIR)$(pkgdatadir)/distsigkey.gpg
uninstall-local:
-@rm $(DESTDIR)$(pkgdatadir)/gpg-conf.skel
+ -@rm $(DESTDIR)$(pkgdatadir)/distsigkey.gpg
# There has never been a gpg for WindowsCE, thus we don't need a gpg2 here
diff --git a/g10/distsigkey.gpg b/g10/distsigkey.gpg
new file mode 100644
index 000000000..ccef8db40
--- /dev/null
+++ b/g10/distsigkey.gpg
Binary files differ