r29215 - /trunk/libglib-perl/debian/patches/fix-man-pages

ryan52-guest at users.alioth.debian.org ryan52-guest at users.alioth.debian.org
Sun Jan 4 10:57:05 UTC 2009


Author: ryan52-guest
Date: Sun Jan  4 10:57:02 2009
New Revision: 29215

URL: http://svn.debian.org/wsvn/pkg-perl/?sc=1&rev=29215
Log:
add a few more whatis entries to fix

Modified:
    trunk/libglib-perl/debian/patches/fix-man-pages

Modified: trunk/libglib-perl/debian/patches/fix-man-pages
URL: http://svn.debian.org/wsvn/pkg-perl/trunk/libglib-perl/debian/patches/fix-man-pages?rev=29215&op=diff
==============================================================================
--- trunk/libglib-perl/debian/patches/fix-man-pages (original)
+++ trunk/libglib-perl/debian/patches/fix-man-pages Sun Jan  4 10:57:02 2009
@@ -142,3 +142,20 @@
  		> \$(INST_LIB)/\$(FULLEXT)/index.pod
  	\$(NOECHO) $^X -ne "print q(=item L<) . (split q( ))[1] . qq(>\\n\\n);" < build/podindex >> \$(INST_LIB)/\$(FULLEXT)/index.pod
  	\$(NOECHO) $^X -e "print qq(=back\\n\\n);" >> \$(INST_LIB)/\$(FULLEXT)/index.pod
+--- a/GOption.xs
++++ b/GOption.xs
+@@ -651,6 +651,14 @@
+ 	gperl_register_fundamental (GPERL_TYPE_OPTION_ARG, "Glib::OptionArg");
+ 	gperl_register_fundamental (GPERL_TYPE_OPTION_FLAGS, "Glib::OptionFlags");
+ 
++=for object Glib::OptionContext defines options accepted by the commandline option parser
++
++=cut
++
++=for object Glib::OptionGroup group of options for command line option parsing
++
++=cut
++
+ =for position SYNOPSIS
+ 
+ =head1 SYNOPSIS




More information about the Pkg-perl-cvs-commits mailing list