diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-09-10 09:35:56 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-09-10 09:36:56 +0200 |
commit | e8dccced08ddbb0e8e0302b66503070bd14af94f (patch) | |
tree | 0f13db935f0a2ab10c19113d97fd866b16fa5ab6 /package/gnupg2/patches/patch-Makefile_in | |
parent | a991b2bfd304e06486a749f5d0f8eb25722ff168 (diff) |
gnupg2: update to 2.2.0
Diffstat (limited to 'package/gnupg2/patches/patch-Makefile_in')
-rw-r--r-- | package/gnupg2/patches/patch-Makefile_in | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/package/gnupg2/patches/patch-Makefile_in b/package/gnupg2/patches/patch-Makefile_in index 0009ed0ea..54361aff9 100644 --- a/package/gnupg2/patches/patch-Makefile_in +++ b/package/gnupg2/patches/patch-Makefile_in @@ -1,13 +1,23 @@ ---- gnupg-2.1.17.orig/Makefile.in 2016-12-20 11:28:18.000000000 +0100 -+++ gnupg-2.1.17/Makefile.in 2017-01-18 20:07:42.998193732 +0100 -@@ -491,8 +491,8 @@ DISTCLEANFILES = g10defs.h +--- gnupg-2.2.0.orig/Makefile.in 2017-08-28 11:21:34.000000000 +0200 ++++ gnupg-2.2.0/Makefile.in 2017-09-06 19:20:04.560251562 +0200 +@@ -220,8 +220,7 @@ am__define_uniq_tagged_files = \ + ETAGS = etags + CTAGS = ctags + CSCOPE = cscope +-DIST_SUBDIRS = m4 common kbx g10 sm agent scd g13 dirmngr tools po doc \ +- tests ++DIST_SUBDIRS = m4 common kbx g10 agent scd g13 dirmngr tools + DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST) + distdir = $(PACKAGE)-$(VERSION) + top_distdir = $(distdir) +@@ -492,8 +491,8 @@ DISTCLEANFILES = g10defs.h @BUILD_DOC_FALSE@doc = @BUILD_DOC_TRUE@doc = doc SUBDIRS = m4 common kbx \ - ${gpg} ${sm} ${agent} ${scd} ${g13} ${dirmngr} \ -- ${tools} po ${doc} tests +- tools po ${doc} tests + ${gpg} ${agent} ${scd} ${g13} ${dirmngr} \ -+ ${tools} ++ tools dist_doc_DATA = README gen_start_date = 2011-12-01T06:00:00 |