[r-cran-knitr] 02/04: Add nodejs as a Build-Depends.

Sébastien Villemot sebastien at debian.org
Mon Oct 9 10:39:35 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-knitr.

commit 50957645e1cc3f80b4dcf9a1d0586a7587a88a5a
Author: Sébastien Villemot <sebastien at debian.org>
Date:   Mon Oct 9 12:31:24 2017 +0200

    Add nodejs as a Build-Depends.
    
    nodejs is not used at build-time, but this will prevent ending up with an
    uninstallable binary package on arches where nodejs is not available.
    
    Gbp-Dch: Full
---
 debian/control | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 927ef70..b9651d4 100644
--- a/debian/control
+++ b/debian/control
@@ -4,6 +4,9 @@ Uploaders: Joost van Baal-Ilić <joostvb at debian.org>,
            Andreas Tille <tille at debian.org>
 Section: gnu-r
 Priority: optional
+# NOTE: nodejs is not used at build-time, but is listed in Build-Depends in order
+# to prevent the creation of uninstallable binary package (on arches where nodejs
+# is not available).
 Build-Depends: debhelper (>= 10),
                r-base-dev,
                dh-r,
@@ -13,7 +16,8 @@ Build-Depends: debhelper (>= 10),
                r-cran-yaml,
                r-cran-evaluate,
                r-cran-digest,
-               r-cran-stringr
+               r-cran-stringr,
+               nodejs
 Standards-Version: 3.9.8
 Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/r-cran-knitr.git
 Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/r-cran-knitr.git

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-knitr.git



More information about the debian-science-commits mailing list