]> git.donarmstrong.com Git - cran2deb.git/commitdiff
cran2deb: fixes from first round of mass builds. no major problems so far...
authorblundellc <blundellc@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>
Sat, 13 Sep 2008 13:19:51 +0000 (13:19 +0000)
committerblundellc <blundellc@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>
Sat, 13 Sep 2008 13:19:51 +0000 (13:19 +0000)
most significant change: add a bundle and all it contains to the list of
possible reverse arc dependencies.

git-svn-id: svn://svn.r-forge.r-project.org/svnroot/cran2deb@70 edb9625f-4e0d-4859-8d74-9fd3b1da38cb

pkg/trunk/R/rdep.R
pkg/trunk/data/populate_sysreq

index ec625f596b58ca99959f3c582fbdbabc65901a1c..6ca79181725ae262c32840ca7549b8664c289864 100644 (file)
@@ -22,7 +22,11 @@ r.requiring <- function(names) {
             if (is.na(bundle)) {
                 stop(paste('package',name,'is not available'))
             }
-            names <- c(names,r.bundle.contains(bundle))
+            name = bundle
+            names <- c(names,bundle)
+        }
+        if (!is.na(available[name,'Contains'])) {
+            names <- c(names,r.bundle.contains(name))
         }
     }
     # approximately prune first into a smaller availability
index ef12979352a4533377e8e2ccb0ff9dcfc24b4244..296ddfdb2485d6f4aa80d32eb5eb71bcec1ea554 100644 (file)
@@ -1,6 +1,6 @@
 add build-essential gcc
 add build-essential gnu make
-add libquantlib0-dev quantlib
+add libquantlib0-dev quantlib*
 add pari-gp pari/gp
 add libcairo2-dev cairo
 add libgd2-noxpm-dev libgd