From 65fce8cd87d7d6f0209611ff7a264819e42a6c9e Mon Sep 17 00:00:00 2001 From: blundellc Date: Sat, 13 Sep 2008 15:15:11 +0000 Subject: [PATCH] Build-Depend upon dpatch git-svn-id: svn://svn.r-forge.r-project.org/svnroot/cran2deb@151 edb9625f-4e0d-4859-8d74-9fd3b1da38cb --- branch/patch/R/debcontrol.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}') } -- 2.39.5