[med-svn] r21606 - trunk/packages/R/r-cran-shiny/trunk/debian

Andreas Tille tille at moszumanska.debian.org
Sat Mar 26 08:19:39 UTC 2016


Author: tille
Date: 2016-03-26 08:19:38 +0000 (Sat, 26 Mar 2016)
New Revision: 21606

Added:
   trunk/packages/R/r-cran-shiny/trunk/debian/README.source
Modified:
   trunk/packages/R/r-cran-shiny/trunk/debian/control
   trunk/packages/R/r-cran-shiny/trunk/debian/copyright
   trunk/packages/R/r-cran-shiny/trunk/debian/linktrees
Log:
dealing with more JS scripts (several are left)


Added: trunk/packages/R/r-cran-shiny/trunk/debian/README.source
===================================================================
--- trunk/packages/R/r-cran-shiny/trunk/debian/README.source	                        (rev 0)
+++ trunk/packages/R/r-cran-shiny/trunk/debian/README.source	2016-03-26 08:19:38 UTC (rev 21606)
@@ -0,0 +1,15 @@
+Shiny comes with several JS libraries included.  In most cases it is simple
+how to replace these with the Debian packaged pendant.  Here are some remarks
+that seem to be important:
+
+
+inst/www/shared/highlight/highlight.pack.js
+  - This file was found on several places also from the named author
+    Ivan Sagalaev (maniac at softwaremaniacs.org).  These places are linking
+    to the homepage of the Debian package libjs-highlight.js.  The Debian
+    packaged version is a later version than the one included in the source
+    dor shiny - may be this might lead to some issues.  Please report this
+    using `reportbug r-cran-shiny`.
+
+
+ -- Andreas Tille <tille at debian.org>  Tue, 22 Mar 2016 21:32:09 +0100

Modified: trunk/packages/R/r-cran-shiny/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-shiny/trunk/debian/control	2016-03-26 08:14:17 UTC (rev 21605)
+++ trunk/packages/R/r-cran-shiny/trunk/debian/control	2016-03-26 08:19:38 UTC (rev 21606)
@@ -9,6 +9,7 @@
                libjs-bootstrap,
                libjs-twitter-bootstrap,
                libjs-json,
+               libjs-jquery-datatables,
                r-base-dev,
                r-cran-rcpp,
                r-cran-httpuv,

Modified: trunk/packages/R/r-cran-shiny/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-cran-shiny/trunk/debian/copyright	2016-03-26 08:14:17 UTC (rev 21605)
+++ trunk/packages/R/r-cran-shiny/trunk/debian/copyright	2016-03-26 08:19:38 UTC (rev 21606)
@@ -6,6 +6,10 @@
                 */bootstrap/js
                 */html5shiv.min.js
                 */json2-min.js
+                */highlight/highlight.pack.js
+                */highlight/LICENSE
+                */highlight/classref.txt
+                */datatables
 
 Files: *
 Copyright: 2013-2016 Winston Chang <winston at rstudio.com>

Modified: trunk/packages/R/r-cran-shiny/trunk/debian/linktrees
===================================================================
--- trunk/packages/R/r-cran-shiny/trunk/debian/linktrees	2016-03-26 08:14:17 UTC (rev 21605)
+++ trunk/packages/R/r-cran-shiny/trunk/debian/linktrees	2016-03-26 08:19:38 UTC (rev 21606)
@@ -2,4 +2,9 @@
 embed		usr/share/javascript/bootstrap/fonts				usr/lib/R/site-library/shiny/www/shared/bootstrap/fonts
 embed		usr/share/javascript/bootstrap/js				usr/lib/R/site-library/shiny/www/shared/bootstrap/js
 embed		usr/share/twitter-bootstrap/files/html5shiv/html5shiv.min.js	usr/lib/R/site-library/shiny/www/shared/bootstrap/shim/html5shiv.min.js
-replace		usr/share/javascript/json/json2.min.js				usr/lib/R/site-library/shiny/www/shared/json2-min.js
\ No newline at end of file
+replace		usr/share/javascript/json/json2.min.js				usr/lib/R/site-library/shiny/www/shared/json2-min.js
+replace		usr/share/javascript/highlight.js/highlight.min.js		usr/lib/R/site-library/shiny/www/shared/highlight/highlight.pack.js
+replace		usr/share/javascript/jquery-datatables/css			usr/lib/R/site-library/shiny/www/shared/datatables/css
+replace		usr/share/javascript/jquery-datatables/images			usr/lib/R/site-library/shiny/www/shared/datatables/images
+replace		usr/share/javascript/jquery-datatables/dataTables.bootstrap.js	usr/lib/R/site-library/shiny/www/shared/datatables/dataTables.bootstrap.js
+replace		usr/share/javascript/jquery-datatables/jquery.dataTables.min.js	usr/lib/R/site-library/shiny/www/shared/datatables/jquery.dataTables.min.js




More information about the debian-med-commit mailing list