[Pkg-gnupg-commit] [gnupg2] 119/205: build: Build gpgcompose only in maintainer mode

Daniel Kahn Gillmor dkg at fifthhorseman.net
Wed May 11 08:38:26 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 4b5341dc333983a15f649601fdddc42ba9161433
Author: Werner Koch <wk at gnupg.org>
Date:   Tue Apr 5 11:18:45 2016 +0200

    build: Build gpgcompose only in maintainer mode
    
    * g10/Makefile.am (noinst_PROGRAMS): Add gpgcompose only in maintainer
    mode.
    
    Signed-off-by: Werner Koch <wk at gnupg.org>
---
 g10/Makefile.am  | 2 ++
 g10/gpgcompose.c | 2 +-
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/g10/Makefile.am b/g10/Makefile.am
index 1b52e64..d6fbe92 100644
--- a/g10/Makefile.am
+++ b/g10/Makefile.am
@@ -49,7 +49,9 @@ noinst_PROGRAMS = gpg
 if !HAVE_W32CE_SYSTEM
 noinst_PROGRAMS += gpgv
 endif
+if MAINTAINER_MODE
 noinst_PROGRAMS += gpgcompose $(module_tests)
+endif
 TESTS = $(module_tests)
 
 if ENABLE_BZIP2_SUPPORT
diff --git a/g10/gpgcompose.c b/g10/gpgcompose.c
index 7bb0e04..d6f0307 100644
--- a/g10/gpgcompose.c
+++ b/g10/gpgcompose.c
@@ -1,4 +1,4 @@
-/* gpgcompose.c - Create OpenPGP messages by hand.
+/* gpgcompose.c - Maintainer tool to create OpenPGP messages by hand.
  * Copyright (C) 2016 g10 Code GmbH
  *
  * This file is part of GnuPG.

-- 
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