[med-svn] r21613 - trunk/packages/R/r-cran-shiny/trunk/debian
Andreas Tille
tille at moszumanska.debian.org
Sun Mar 27 13:53:40 UTC 2016
Author: tille
Date: 2016-03-27 13:53:39 +0000 (Sun, 27 Mar 2016)
New Revision: 21613
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/rules
Log:
Create respond.min.js from source
Modified: trunk/packages/R/r-cran-shiny/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-shiny/trunk/debian/control 2016-03-26 23:16:01 UTC (rev 21612)
+++ trunk/packages/R/r-cran-shiny/trunk/debian/control 2016-03-27 13:53:39 UTC (rev 21613)
@@ -16,6 +16,7 @@
libjs-highlight.js,
libjs-twitter-bootstrap-datepicker,
fonts-font-awesome,
+ yui-compressor,
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 23:16:01 UTC (rev 21612)
+++ trunk/packages/R/r-cran-shiny/trunk/debian/copyright 2016-03-27 13:53:39 UTC (rev 21613)
@@ -20,6 +20,7 @@
*/jqueryui/images
*/font-awesome
*/datepicker
+ */respond.min.js
Files: *
Copyright: 2013-2016 Winston Chang <winston at rstudio.com>
@@ -28,6 +29,35 @@
R Core Team
License: MIT
+Files: debian/missing-sources/respond.src.js
+Copyright: 2012, Scott Jehl <scottjehl at gmail.com>
+ 2011-2015, Twitter, Inc.
+License: Expat
+ Permission is hereby granted, free of charge, to any person
+ obtaining a copy of this software and associated documentation
+ files (the "Software"), to deal in the Software without
+ restriction, including without limitation the rights to use,
+ copy, modify, merge, publish, distribute, sublicense, and/or sell
+ copies of the Software, and to permit persons to whom the
+ Software is furnished to do so, subject to the following
+ conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
+ OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
+ HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+ WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
+ FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
+ OTHER DEALINGS IN THE SOFTWARE.
+Comment: missing source for
+ inst/www/shared/bootstrap/shim/respond.min.js
+ downloaded from <https://github.com/scottjehl/Respond>
+ using the version from the 1.4.2 tag.
+
Files: debian/*
Copyright: 2016 Andreas Tille <tille at debian.org>
License: MIT
Modified: trunk/packages/R/r-cran-shiny/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-shiny/trunk/debian/rules 2016-03-26 23:16:01 UTC (rev 21612)
+++ trunk/packages/R/r-cran-shiny/trunk/debian/rules 2016-03-27 13:53:39 UTC (rev 21613)
@@ -5,5 +5,8 @@
install/$(package)::
dh_linktree
sed -i -e 's|http.*/jquery.min.js|file://usr/share/javascript/jquery/jquery.min.js|' \
- debian/$(package)/usr/lib/R/site-library/$(cranName)/www/reactive-graph.html
- rm -rf debian/$(package)/usr/lib/R/site-library/$(cranName)/www/shared/showdown/license.txt
+ $(debRlib)/$(cranName)/www/reactive-graph.html
+ rm -rf $(debRlib)/$(cranName)/LICENSE
+ rm -rf $(debRlib)/$(cranName)/www/shared/showdown/license.txt
+ mkdir -p $(debRlib)/$(cranName)/www/shared/bootstrap/shim
+ yui-compressor debian/missing-sources/respond.src.js > $(debRlib)/$(cranName)/www/shared/bootstrap/shim/respond.min.js
More information about the debian-med-commit
mailing list