[Pkg-voip-commits] r2681 - in asterisk/trunk/debian: . patches

Tzafrir Cohen tzafrir.cohen at xorcom.com
Sun Nov 5 01:11:49 CET 2006


I was acting "bravely" and commited the change here. What do you think?
Anybody actually uses the so-called API documentation of Asterisk?

On Sun, Nov 05, 2006 at 12:40:31AM +0100, Tzafrir Cohen wrote:
> Author: tzafrir-guest
> Date: 2006-11-05 00:40:31 +0100 (Sun, 05 Nov 2006)
> New Revision: 2681
> 
> Added:
>    asterisk/trunk/debian/patches/less_docs.dpatch
> Modified:
>    asterisk/trunk/debian/changelog
>    asterisk/trunk/debian/patches/00list
> Log:
> Removing most of the doxygen docs,and reduce asterisk-doc to a managable size.
> 
> 
> Modified: asterisk/trunk/debian/changelog
> ===================================================================
> --- asterisk/trunk/debian/changelog	2006-11-04 17:44:15 UTC (rev 2680)
> +++ asterisk/trunk/debian/changelog	2006-11-04 23:40:31 UTC (rev 2681)
> @@ -1,9 +1,14 @@
>  asterisk (1:1.2.13~dfsg-2) UNRELEASED; urgency=low
>  
> +  [ Mark Purcell ]
>    * NOT RELEASED YET
>  
> - -- Mark Purcell <msp at debian.org>  Wed, 25 Oct 2006 17:49:58 +0100
> +  [ Tzafrir Cohen ]
> +  * less_docs.dpatch: remove unnecessary doxygen docs. asterisk-doc's size
> +    is now 1.6M (7.7M installed).
>  
> + -- Tzafrir Cohen <tzafrir.cohen at xorcom.com>  Sun,  5 Nov 2006 01:36:48 +0200
> +
>  asterisk (1:1.2.13~dfsg-1) unstable; urgency=high
>  
>    [ Kilian Krause ]
> 
> Modified: asterisk/trunk/debian/patches/00list
> ===================================================================
> --- asterisk/trunk/debian/patches/00list	2006-11-04 17:44:15 UTC (rev 2680)
> +++ asterisk/trunk/debian/patches/00list	2006-11-04 23:40:31 UTC (rev 2681)
> @@ -18,3 +18,4 @@
>  zap_restart
>  backport_playdtmf
>  cdr_sqlite3_custom
> +less_docs
> 
> Added: asterisk/trunk/debian/patches/less_docs.dpatch
> ===================================================================
> --- asterisk/trunk/debian/patches/less_docs.dpatch	2006-11-04 17:44:15 UTC (rev 2680)
> +++ asterisk/trunk/debian/patches/less_docs.dpatch	2006-11-04 23:40:31 UTC (rev 2681)
> @@ -0,0 +1,66 @@
> +#! /bin/sh /usr/share/dpatch/dpatch-run
> +## less_docs.dpatch by Tzafrir Cohen <tzafrir.cohen at xorcom.com>
> +##
> +## All lines beginning with `## DP:' are a description of the patch.
> +## DP: As noone really uses most of the API documentation, let's leave
> +## DP: just the important bits
> +
> + at DPATCH@
> +diff -urNad asterisk-1.2.13~dfsg~/contrib/asterisk-ng-doxygen asterisk-1.2.13~dfsg/contrib/asterisk-ng-doxygen
> +--- asterisk-1.2.13~dfsg~/contrib/asterisk-ng-doxygen	2005-11-29 20:24:39.000000000 +0200
> ++++ asterisk-1.2.13~dfsg/contrib/asterisk-ng-doxygen	2006-11-05 01:04:01.000000000 +0200
> +@@ -214,7 +214,7 @@
> + # Private class members and static file members will be hidden unless 
> + # the EXTRACT_PRIVATE and EXTRACT_STATIC tags are set to YES
> + 
> +-EXTRACT_ALL            = YES
> ++EXTRACT_ALL            = NO
> + 
> + # If the EXTRACT_PRIVATE tag is set to YES all private members of a class 
> + # will be included in the documentation.
> +@@ -224,13 +224,13 @@
> + # If the EXTRACT_STATIC tag is set to YES all static members of a file 
> + # will be included in the documentation.
> + 
> +-EXTRACT_STATIC         = YES
> ++EXTRACT_STATIC         = NO
> + 
> + # If the EXTRACT_LOCAL_CLASSES tag is set to YES classes (and structs) 
> + # defined locally in source files will be included in the documentation. 
> + # If set to NO only classes defined in header files are included.
> + 
> +-EXTRACT_LOCAL_CLASSES  = YES
> ++EXTRACT_LOCAL_CLASSES  = NO
> + 
> + # This flag is only useful for Objective-C code. When set to YES local 
> + # methods, which are defined in the implementation section but not in 
> +@@ -392,7 +392,7 @@
> + # The QUIET tag can be used to turn on/off the messages that are generated 
> + # by doxygen. Possible values are YES and NO. If left blank NO is used.
> + 
> +-QUIET                  = NO
> ++QUIET                  = YES
> + 
> + # The WARNINGS tag can be used to turn on/off the warning messages that are 
> + # generated by doxygen. Possible values are YES and NO. If left blank 
> +@@ -445,18 +445,9 @@
> + # directories like "/usr/src/myproject". Separate the files or directories 
> + # with spaces.
> + 
> +-INPUT                  = ./ \
> ++INPUT                  = \
> + 			 include \
> +-                         include/asterisk \
> +-			 channels \
> +-			 funcs \
> +-			 stdtime \
> +-			 apps \
> +-			 cdr \
> +-			 codecs \
> +-			 formats \
> +-			 pbx \
> +-			 res
> ++                         include/asterisk 
> + 
> + # If the value of the INPUT tag contains directories, you can use the 
> + # FILE_PATTERNS tag to specify one or more wildcard pattern (like *.cpp 
> 
> 
> Property changes on: asterisk/trunk/debian/patches/less_docs.dpatch
> ___________________________________________________________________
> Name: svn:executable
>    + *
> 
> 
> _______________________________________________
> Pkg-voip-commits mailing list
> Pkg-voip-commits at lists.alioth.debian.org
> http://lists.alioth.debian.org/mailman/listinfo/pkg-voip-commits
> 

-- 
               Tzafrir Cohen       
icq#16849755                    jabber:tzafrir at jabber.org
+972-50-7952406           mailto:tzafrir.cohen at xorcom.com       
http://www.xorcom.com  iax:guest at local.xorcom.com/tzafrir



More information about the Pkg-voip-maintainers mailing list