From: blundellc Date: Sat, 13 Sep 2008 15:15:11 +0000 (+0000) Subject: Build-Depend upon dpatch X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=65fce8cd87d7d6f0209611ff7a264819e42a6c9e;p=cran2deb.git Build-Depend upon dpatch git-svn-id: svn://svn.r-forge.r-project.org/svnroot/cran2deb@151 edb9625f-4e0d-4859-8d74-9fd3b1da38cb --- diff --git a/branch/patch/R/debcontrol.R b/branch/patch/R/debcontrol.R index 84d9933..aa8ba8a 100644 --- a/branch/patch/R/debcontrol.R +++ b/branch/patch/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}') }