[med-svn] [r-cran-xml2] 04/14: Avoid privacy breach

Andreas Tille tille at debian.org
Fri Oct 13 07:17:15 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository r-cran-xml2.

commit 83906801105a3a08f26b8efdc4f80c77b51240f1
Author: Andreas Tille <tille at debian.org>
Date:   Wed Mar 30 13:01:37 2016 +0000

    Avoid privacy breach
---
 debian/control | 3 ++-
 debian/rules   | 4 ++++
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index bbca159..762fa88 100644
--- a/debian/control
+++ b/debian/control
@@ -8,7 +8,8 @@ Build-Depends: debhelper (>= 9),
                r-base-dev,
                r-cran-rcpp,
                libxml2-dev,
-               libboost-dev
+               libboost-dev,
+               libjs-jquery
 Standards-Version: 3.9.7
 Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-xml2/trunk/
 Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-xml2/trunk/
diff --git a/debian/rules b/debian/rules
index 2fbba2d..7833277 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,3 +1,7 @@
 #!/usr/bin/make -f
 
 include /usr/share/R/debian/r-cran.mk
+
+install/$(package)::
+	sed -i -e 's|http.*/jquery.min.js|file://usr/share/javascript/jquery/jquery.min.js|' \
+		$(debRlib)/$(cranName)/extdata/r-project.html

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-xml2.git



More information about the debian-med-commit mailing list