[Pkg-gnupg-commit] [gnupg2] 89/102: Add missing files so that make distcheck works again,

Daniel Kahn Gillmor dkg at fifthhorseman.net
Fri Jun 17 00:14:59 UTC 2016


This is an automated email from the git hooks/post-receive script.

dkg pushed a commit to branch experimental
in repository gnupg2.

commit 4d7d292cd5b616b209dfd4302a1deffe11b7be0e
Author: Werner Koch <wk at gnupg.org>
Date:   Thu Jun 16 16:56:42 2016 +0200

    Add missing files so that make distcheck works again,
    
    * tests/openpgp/Makefile.am (CLEANFILES): Add created file
    "passphrases".
    * tools/Makefile.am (EXTRA_DIST): Add no-libgcrypt.c.
    --
    
    dirmngr/Makefile uses a copy no-libgcrypt.c from tools/.  tools/ does
    not anymore require no-libgcrypt.c but we keep it there in case we
    eventually make use of it again.
    
    Signed-off-by: Werner Koch <wk at gnupg.org>
---
 tests/openpgp/Makefile.am | 3 ++-
 tools/Makefile.am         | 2 +-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/tests/openpgp/Makefile.am b/tests/openpgp/Makefile.am
index 6dc4d5b..bb1047d 100644
--- a/tests/openpgp/Makefile.am
+++ b/tests/openpgp/Makefile.am
@@ -124,7 +124,8 @@ CLEANFILES = prepared.stamp x y yy z out err  $(data_files) \
 	     *.test.log gpg_dearmor gpg.conf gpg-agent.conf S.gpg-agent \
 	     pubring.gpg pubring.gpg~ pubring.kbx pubring.kbx~ \
 	     secring.gpg pubring.pkr secring.skr \
-	     gnupg-test.stop random_seed gpg-agent.log tofu.db
+	     gnupg-test.stop random_seed gpg-agent.log tofu.db \
+	     passphrases
 
 clean-local:
 	-rm -rf private-keys-v1.d openpgp-revocs.d tofu.d gpgtar.d
diff --git a/tools/Makefile.am b/tools/Makefile.am
index f9424fa..d43ede8 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -17,7 +17,7 @@
 # along with this program; if not, see <http://www.gnu.org/licenses/>.
 
 EXTRA_DIST = \
-	Manifest watchgnupg.c \
+	Manifest watchgnupg.c no-libgcrypt.c \
 	addgnupghome applygnupgdefaults \
 	lspgpot mail-signed-keys convert-from-106 sockprox.c \
 	ccidmon.c ChangeLog-2011 gpg-connect-agent-w32info.rc

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-gnupg/gnupg2.git



More information about the Pkg-gnupg-commit mailing list