[mutt] 08/17: dont_document_not_present_features

Antonio Radici antonio at moszumanska.debian.org
Sun Aug 28 15:32:55 UTC 2016


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

antonio pushed a commit to branch patch-queue/master
in repository mutt.

commit 69610dc940940d7cb7675b2dd6062caeeb4bc430
Author: Antonio Radici <antonio at debian.org>
Date:   Thu Feb 27 16:17:42 2014 +0100

    dont_document_not_present_features
    
    As the patch says, this will add an include so only
    documented options for Debian will be used.
    
    Gbp-Pq: Topic debian-specific
    Gbp-Pq: Name dont_document_not_present_features.patch
---
 functions.h | 2 +-
 init.h      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/functions.h b/functions.h
index dad63b6..52b0179 100644
--- a/functions.h
+++ b/functions.h
@@ -32,7 +32,7 @@
 
 #ifdef _MAKEDOC
 # include "config.h"
-# include "doc/makedoc-defs.h"
+/* # include "doc/makedoc-defs.h" include only documented options for Debian */
 #endif
 
 const struct binding_t OpGeneric[] = { /* map: generic */
diff --git a/init.h b/init.h
index aa28c0f..09f655c 100644
--- a/init.h
+++ b/init.h
@@ -19,7 +19,7 @@
 
 #ifdef _MAKEDOC
 # include "config.h"
-# include "doc/makedoc-defs.h"
+/* # include "makedoc-defs.h" include only documented options for Debian */
 #else
 # include "sort.h"
 #endif

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



More information about the pkg-mutt-commits mailing list