X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=trunk%2FR%2Fdebcontrol.R;h=68261f6d9596fb0affb89e8743e48c1537d1c3e9;hb=2391fe3b39ceef1cf0bdd335446df7572a95158f;hp=e8f8d325992c8a2bc83a3a3603002835047ed4db;hpb=37076660acdbcfc0da9d645a7fc3d59a32711b03;p=cran2deb.git diff --git a/trunk/R/debcontrol.R b/trunk/R/debcontrol.R index e8f8d32..68261f6 100644 --- a/trunk/R/debcontrol.R +++ b/trunk/R/debcontrol.R @@ -49,7 +49,7 @@ get_dependencies <- function(pkg,extra_deps,verbose=TRUE) { depends <- lapply(depends,unique) # append the Debian dependencies - depends$build=c(depends$build,'debhelper (>> 4.1.0)','cdbs') + depends$build=c(depends$build,'debhelper (>> 4.1.0)','cdbs','${R:Depends}') if (file.exists(file.path(patch_dir, pkg$name))) { depends$build <- c(depends$build,'dpatch') }