X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=branch%2Fmultisys%2FR%2Fdebcontrol.R;fp=branch%2Fmultisys%2FR%2Fdebcontrol.R;h=aa8ba8abd00800286f8021d337a57d8d750894c5;hb=3913e9fb75b76220c8b46a3cf8cd4ef4be1d6ad8;hp=84d9933780a35d64795aa15649a9766b82bcea03;hpb=21489018a9c733dc99bb8899ef53088166d0f189;p=cran2deb.git diff --git a/branch/multisys/R/debcontrol.R b/branch/multisys/R/debcontrol.R index 84d9933..aa8ba8a 100644 --- a/branch/multisys/R/debcontrol.R +++ b/branch/multisys/R/debcontrol.R @@ -44,7 +44,7 @@ get_dependencies <- function(pkg,extra_deps) { 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','dpatch') if (pkg$archdep) { depends$bin=c(depends$bin,'${shlibs:Depends}') }