File 0001-Do-not-install-cacert-and-other-root-certificates.patch of Package gpg2.25113
Obtained from upstream at:
https://dev.gnupg.org/rGc19b2061274cd50838e62a2acbdc7e7d24888e7e
sm: Do not install cacert and other root certificates.
* doc/Makefile.am (dist_pkgdata_DATA): Move qualified.txt and
com-certs.pem to ...
(EXTRA_DIST): here.
With Let's Encrypt there is no more need to push CA Cert.
Signed-off-by: Werner Koch <wk@gnupg.org>
Index: gnupg-2.0.24/doc/Makefile.am
===================================================================
--- gnupg-2.0.24.orig/doc/Makefile.am
+++ gnupg-2.0.24/doc/Makefile.am
@@ -28,7 +28,7 @@ helpfiles = help.txt help.be.txt help.ca
help.pt_BR.txt help.ro.txt help.ru.txt help.sk.txt \
help.sv.txt help.tr.txt help.zh_CN.txt help.zh_TW.txt
-EXTRA_DIST = samplekeys.asc ChangeLog-2011 \
+EXTRA_DIST = samplekeys.asc ChangeLog-2011 com-certs.pem qualified.txt \
gnupg-logo.eps gnupg-logo.pdf gnupg-logo.png \
gnupg-card-architecture.eps gnupg-card-architecture.png \
gnupg-card-architecture.pdf \
@@ -41,7 +41,7 @@ BUILT_SOURCES = gnupg-card-architecture.
info_TEXINFOS = gnupg.texi
-dist_pkgdata_DATA = qualified.txt com-certs.pem $(helpfiles)
+dist_pkgdata_DATA = $(helpfiles)
nobase_dist_doc_DATA = FAQ DETAILS HACKING TRANSLATE OpenPGP KEYSERVER \
$(examples)