]> git.donarmstrong.com Git - cran2deb.git/commitdiff
cran2deb: build depend on xvfb, xfont-base, and xauth.
authorblundellc <blundellc@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>
Sat, 13 Sep 2008 13:16:02 +0000 (13:16 +0000)
committerblundellc <blundellc@edb9625f-4e0d-4859-8d74-9fd3b1da38cb>
Sat, 13 Sep 2008 13:16:02 +0000 (13:16 +0000)
allows cran.mk to use xvfb and so tcltk depending packages now work.

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

pkg/trunk/cran2deb

index f026819477d720fd9120ca98ed4d7c3e9081c64e..d3e58ddcbba5ba003e7575dc4b2fee4f72d47e2f 100755 (executable)
@@ -417,6 +417,8 @@ get.dependencies <- function(pkg,extra_deps) {
         depends$build = c(depends$build,pkgname.as.debian('R',version='>= 2.7.0',binary=F))
         depends$bin   = c(depends$bin,  pkgname.as.debian('R',version='>= 2.7.0',binary=T))
     }
+    # also include stuff to allow tcltk to build (suggested by Dirk)
+    depends$build = c(depends$build,'xvfb','xauth','xfont-base')
 
     # remove duplicates
     depends <- lapply(depends,unique)