[r-cran-knitr] 02/02: Replace libjs-bootstrap file

Andreas Tille tille at debian.org
Sat May 7 12:41:31 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-knitr.

commit b8432b079ebe20e7fb97d0924343170ad4c27c66
Author: Andreas Tille <tille at debian.org>
Date:   Sat May 7 14:39:09 2016 +0200

    Replace libjs-bootstrap file
---
 debian/control                          | 3 ++-
 debian/patches/privacy_breach_fix.patch | 8 ++++++--
 2 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/debian/control b/debian/control
index eb5df93..9559c59 100644
--- a/debian/control
+++ b/debian/control
@@ -16,7 +16,8 @@ Build-Depends: debhelper (>= 9),
                libjs-mathjax,
                libjs-highlight.js,
                node-highlight.js,
-               libjs-jquery
+               libjs-jquery,
+               libjs-bootstrap
 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
diff --git a/debian/patches/privacy_breach_fix.patch b/debian/patches/privacy_breach_fix.patch
index fac534d..15af423 100644
--- a/debian/patches/privacy_breach_fix.patch
+++ b/debian/patches/privacy_breach_fix.patch
@@ -130,7 +130,7 @@ Description: Replace privacy breach links by packaged copies
  #!mathjax#
 --- a/inst/opencpu/apps/index.html
 +++ b/inst/opencpu/apps/index.html
-@@ -4,7 +4,7 @@
+@@ -4,10 +4,10 @@
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <title>R Notebook: A knitr app on OpenCPU</title>
@@ -138,7 +138,11 @@ Description: Replace privacy breach links by packaged copies
 +  <script src="/usr/share/javascript/jquery/jquery.min.js"></script>
    <!-- Styles for R syntax highlighter -->
    <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/8.3/styles/github.min.css">
-   <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet">
+-  <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.0/css/bootstrap.min.css" rel="stylesheet">
++  <link href="/usr/share/javascript/bootstrap/css/bootstrap.min.css" rel="stylesheet">
+   <style type="text/css">
+     textarea {
+       font-size: 12px;
 @@ -16,8 +16,8 @@
      }
    </style>

-- 
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