[pkg-bioc] svn commit r337 r337 - /trunk/tools-ng/pkgbioc.pm

psychedelys-guest at users.alioth.debian.org psychedelys-guest at users.alioth.debian.org
Tue Oct 2 23:44:08 UTC 2007


Author: psychedelys-guest
Date: Tue Oct  2 23:44:07 2007
New Revision: 337

URL: http://svn.debian.org/wsvn/pkg-bioc/?sc=1&rev=337
Log:
added more fields to read from the R DESCRIPTION file

Modified:
    trunk/tools-ng/pkgbioc.pm

Modified: trunk/tools-ng/pkgbioc.pm
URL: http://svn.debian.org/wsvn/pkg-bioc/trunk/tools-ng/pkgbioc.pm?rev=337&op=diff
==============================================================================
--- trunk/tools-ng/pkgbioc.pm (original)
+++ trunk/tools-ng/pkgbioc.pm Tue Oct  2 23:44:07 2007
@@ -924,13 +924,17 @@ sub loadDescriptionsForPackage($$$$$$$) 
 
     # TODO we are overwriting stuff here without checking.
     # TODO add a check before the affectation
+   # TODO need to integrate Suggests, SystemRequirements, Recommends and Imports
     foreach my $field (
         'Version',           'Description',
         'Author',            'License',
         'BundleDescription', 'Title',
         'Contains',          'Depends',
         'Package',           'URL',
-        'Date',              'biocViews'
+        'Date',               'biocViews',
+        'Suggests',           'Imports',
+        'SystemRequirements', 'Recommends'
+
       )
     {
         if ( exists( $rdcf->{$field} ) and defined( $rdcf->{$field} ) ) {




More information about the pkg-bioc-devel mailing list