[med-svn] [r-cran-future] 02/04: Unfortunately R:Depends is not as clever as other <language>:Depends and can not resolve dependencies automatically thus we need to specify these manually. :-(
Andreas Tille
tille at debian.org
Mon Jun 27 08:12:01 UTC 2016
This is an automated email from the git hooks/post-receive script.
tille pushed a commit to branch master
in repository r-cran-future.
commit 300426de0820b09f9d30f774b21218335fb43831
Author: Andreas Tille <tille at debian.org>
Date: Mon Jun 27 09:55:13 2016 +0200
Unfortunately R:Depends is not as clever as other <language>:Depends and can not resolve dependencies automatically thus we need to specify these manually. :-(
---
debian/control | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index bbf6b4c..81ec3fc 100644
--- a/debian/control
+++ b/debian/control
@@ -19,7 +19,11 @@ Package: r-cran-future
Architecture: any
Depends: ${R:Depends},
${misc:Depends},
- ${shlibs:Depends}
+ ${shlibs:Depends},
+ r-cran-digest,
+ r-cran-globals,
+ r-cran-listenv,
+ r-cran-codetools
Description: R package: A Future API for R
In programming, a future is an abstraction for a value that may be available
at some point in the future. The state of a future can either be unresolved or
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-future.git
More information about the debian-med-commit
mailing list