[med-svn] [r-cran-rhandsontable] 04/04: Properly provide sources for all minimized JS scripts

Andreas Tille tille at debian.org
Fri Dec 1 13:06:37 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-rhandsontable.

commit 1522318619086a3cafb31a165dc286027f26abc0
Author: Andreas Tille <tille at debian.org>
Date:   Fri Dec 1 14:06:10 2017 +0100

    Properly provide sources for all minimized JS scripts
---
 debian/JS/{jquery.sparkline => sparkline}/get      |  0
 .../jquery.sparkline.js                            |  0
 .../jquery.sparkline.min.js                        |  0
 debian/copyright                                   | 58 +++++++---------------
 debian/rules                                       |  1 +
 5 files changed, 18 insertions(+), 41 deletions(-)

diff --git a/debian/JS/jquery.sparkline/get b/debian/JS/sparkline/get
similarity index 100%
rename from debian/JS/jquery.sparkline/get
rename to debian/JS/sparkline/get
diff --git a/debian/JS/jquery.sparkline/jquery.sparkline.js b/debian/JS/sparkline/jquery.sparkline.js
similarity index 100%
rename from debian/JS/jquery.sparkline/jquery.sparkline.js
rename to debian/JS/sparkline/jquery.sparkline.js
diff --git a/debian/JS/jquery.sparkline/jquery.sparkline.min.js b/debian/JS/sparkline/jquery.sparkline.min.js
similarity index 100%
rename from debian/JS/jquery.sparkline/jquery.sparkline.min.js
rename to debian/JS/sparkline/jquery.sparkline.min.js
diff --git a/debian/copyright b/debian/copyright
index be2695e..30abc5e 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -10,9 +10,25 @@ Files: *
 Copyright: Jonathan Owen, Jeff Allen, Yihui Xie, et all
 License: MIT
 
-Files: inst/htmlwidgets/lib/chroma/chroma.js
+Files: inst/htmlwidgets/lib/chroma/chroma.min.js
 Copyright: 2011-2015, Gregor Aisch
 License: BSD-3-clause
+Comment: JavaScript library for color conversions
+
+Files: debian/*
+Copyright: 2017 Andreas Tille <tille at debian.org>
+License: MIT
+
+Files: debian/JS/handsontable/*
+Copyright: 2012-2014 Marcin Warpechowski
+           2015 Handsoncode sp. z o.o. <hello at handsoncode.net>
+License: MIT
+
+Files: debian/JS/sparkline/*
+Copyright: 2012  Gareth Watts for Splunk, Inc
+License: BSD-3-clause
+
+License: BSD-3-clause
  Redistribution and use in source and binary forms, with or without
  modification, are permitted provided that the following conditions are met:
  .
@@ -36,46 +52,6 @@ License: BSD-3-clause
  OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE,
  EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-Comment: JavaScript library for color conversions
-
-Files: debian/JS/handsontable/*
-Copyright: 2012-2014 Marcin Warpechowski
-           2015 Handsoncode sp. z o.o. <hello at handsoncode.net>
-License: MIT
-
-Files: debian/debian/JS/jquery.sparkline/*
-Copyright: 2012  Gareth Watts for Splunk, Inc
-License: BSD-3-clause
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions are
- met:
- .
- 1. Redistributions of source code must retain the above copyright
-    notice, this list of conditions and the following disclaimer.
- .
- 2. Redistributions in binary form must reproduce the above copyright
-    notice, this list of conditions and the following disclaimer in the
-    documentation and/or other materials provided with the distribution.
- .
- 3. Neither the name of the copyright holder nor the names of its
-    contributors may be used to endorse or promote products derived from
-    this software without specific prior written permission.
- .
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
- IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
- TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
- PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT
- HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED
- TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
- PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
- SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-
-Files: debian/*
-Copyright: 2017 Andreas Tille <tille at debian.org>
-License: MIT
 
 License: MIT
  Permission is hereby granted, free of charge, to any person obtaining
diff --git a/debian/rules b/debian/rules
index c79f273..885761e 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,6 +18,7 @@ override_dh_install:
 	dh_install
 	mkdir -p $(debRlib)/$(cranNameOrig)/htmlwidgets/lib/handsontable
 	cp -a debian/JS/handsontable/*.min.* $(debRlib)/$(cranNameOrig)/htmlwidgets/lib/handsontable
+	cp -a debian/JS/sparkline $(debRlib)/$(cranNameOrig)/htmlwidgets/lib
 
 override_dh_link:
 	dh_link

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



More information about the debian-med-commit mailing list