[med-svn] r8180 - trunk/packages/gmod/gbrowse/trunk/debian/patches

olivier sallou osallou-guest at alioth.debian.org
Tue Oct 18 17:17:14 UTC 2011


Author: osallou-guest
Date: 2011-10-18 17:17:13 +0000 (Tue, 18 Oct 2011)
New Revision: 8180

Modified:
   trunk/packages/gmod/gbrowse/trunk/debian/patches/manpages.patch
Log:
fix pod2man for DataSource

Modified: trunk/packages/gmod/gbrowse/trunk/debian/patches/manpages.patch
===================================================================
--- trunk/packages/gmod/gbrowse/trunk/debian/patches/manpages.patch	2011-10-18 17:13:32 UTC (rev 8179)
+++ trunk/packages/gmod/gbrowse/trunk/debian/patches/manpages.patch	2011-10-18 17:17:13 UTC (rev 8180)
@@ -151,3 +151,43 @@
  =head1 METHODS
  
  The remainder of this document describes the methods available to the
+--- a/lib/Bio/Graphics/Browser2/DataSource.pm
++++ b/lib/Bio/Graphics/Browser2/DataSource.pm
+@@ -31,6 +31,10 @@
+     }
+ }
+ 
++=head1 NAME
++
++Bio::Graphics::Browser2::DataSource -- DataSource to access data
++
+ =head1 SYNOPSIS
+ 
+ =head1 DESCRIPTION
+@@ -149,6 +153,8 @@
+     delete $CONFIG_CACHE{$self->config_file};
+ }
+ 
++
++=back
+ =head2 userdata()
+ 
+   $path = $source->userdata(@path_components)
+@@ -852,6 +858,8 @@
+   croak "Do not call make_link() on the DataSource. Call it on the Render object";
+ }
+ 
++=over
++
+ =item $db = $dsn->databases
+ 
+ Return all named databases from [name:database] tracks.
+@@ -1086,6 +1094,8 @@
+     %DB_SETTINGS = ();
+ }
+ 
++=back
++
+ =head2 generate_image
+ 
+   ($url,$path) = generate_image($gd);




More information about the debian-med-commit mailing list