[med-svn] [r-cran-future] 02/10: Add R Recommends/Suggests.
Sébastien Villemot
sebastien at debian.org
Sat Sep 30 11:46:52 UTC 2017
This is an automated email from the git hooks/post-receive script.
sebastien pushed a commit to branch master
in repository r-cran-future.
commit 2555c2ad473302118ce40a29ca14c17a69677814
Author: Sébastien Villemot <sebastien at debian.org>
Date: Sat Sep 30 13:26:26 2017 +0200
Add R Recommends/Suggests.
---
debian/control | 2 ++
1 file changed, 2 insertions(+)
diff --git a/debian/control b/debian/control
index faeaa3c..e20bdbd 100644
--- a/debian/control
+++ b/debian/control
@@ -20,6 +20,8 @@ Architecture: all
Depends: ${R:Depends},
${misc:Depends},
${shlibs:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
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