[r-cran-crosstalk] 02/02: Initial packaging

Andreas Tille tille at debian.org
Wed Dec 20 13:08:45 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-crosstalk.

commit 80d3dedd69cddd36e6e37490e0bf6be9b0d79c36
Author: Andreas Tille <tille at debian.org>
Date:   Wed Dec 20 14:08:23 2017 +0100

    Initial packaging
---
 debian/changelog                |  5 +++++
 debian/compat                   |  1 +
 debian/control                  | 35 ++++++++++++++++++++++++++++++++
 debian/copyright                | 45 +++++++++++++++++++++++++++++++++++++++++
 debian/links                    | 27 +++++++++++++++++++++++++
 debian/rules                    |  5 +++++
 debian/source/format            |  1 +
 debian/source/lintian-overrides |  2 ++
 debian/watch                    |  4 ++++
 9 files changed, 125 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..b24c58e
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+r-cran-crosstalk (1.0.0+dfsg-1) UNRELEASED; urgency=medium
+
+  * Initial release (closes: #xxxxxx)
+
+ -- Andreas Tille <tille at debian.org>  Tue, 19 Dec 2017 10:14:01 +0100
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..c209fe1
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,35 @@
+Source: r-cran-crosstalk
+Maintainer: Debian Science Maintainers <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Andreas Tille <tille at debian.org>
+Section: gnu-r
+Priority: optional
+Testsuite: autopkgtest-pkg-r
+Build-Depends: debhelper (>= 10),
+               dh-r,
+               r-base-dev,
+               r-cran-htmltools,
+               r-cran-jsonlite,
+               r-cran-lazyeval,
+               r-cran-r6,
+               r-cran-shiny,
+               r-cran-ggplot2
+Standards-Version: 4.1.2
+Vcs-Browser: https://anonscm.debian.org/cgit/debian-science/packages/r-cran-crosstalk.git
+Vcs-Git: https://anonscm.debian.org/git/debian-science/packages/r-cran-crosstalk.git
+Homepage: https://cran.r-project.org/package=crosstalk
+
+Package: r-cran-crosstalk
+Architecture: all
+Depends: ${R:Depends},
+         ${misc:Depends},
+         libjs-bootstrap,
+         libjs-jquery,
+         libjs-jquery-selectize.js,
+         libjs-es5-shim,
+         fonts-glewlwyd
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
+Description: Inter-Widget Interactivity for HTML Widgets
+ Provides building blocks for allowing HTML widgets to communicate
+ with each other, with Shiny or without (i.e. static .html files). Currently
+ supports linked brushing and filtering.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..7b5402e
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,45 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: crosstalk
+Upstream-Contact: Joe Cheng <joe at rstudio.com>
+Source: https://cran.r-project.org/package=crosstalk
+Files-Excluded: */strftime-min.js
+                */shim
+                */jquery
+                */ionrangeslider
+                */glyphicons-halflings-regular.ttf
+                */es5-shim.min.js
+                */selectize.min.js
+                */selectize.bootstrap3.css
+                */bootstrap/css
+                */bootstrap/fonts
+                */bootstrap.min.js
+                */bootstrap.js
+                */npm.js
+
+Files: *
+Copyright: 2013-2016 Joe Cheng, RStudio
+License: MIT
+
+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
+ 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.
diff --git a/debian/links b/debian/links
new file mode 100644
index 0000000..11ff134
--- /dev/null
+++ b/debian/links
@@ -0,0 +1,27 @@
+### hmmm, dh_links does not work on directories ...
+# usr/share/javascript/bootstrap/css					usr/lib/R/site-library/crosstalk/lib/bootstrap/css
+# usr/share/javascript/bootstrap/fonts					usr/lib/R/site-library/crosstalk/lib/bootstrap/fonts
+usr/share/javascript/bootstrap/css/bootstrap-theme.css                  usr/lib/R/site-library/crosstalk/lib/bootstrap/css/bootstrap-theme.css
+usr/share/javascript/bootstrap/css/bootstrap-theme.css.map              usr/lib/R/site-library/crosstalk/lib/bootstrap/css/bootstrap-theme.css.map
+usr/share/javascript/bootstrap/css/bootstrap-theme.min.css              usr/lib/R/site-library/crosstalk/lib/bootstrap/css/bootstrap-theme.min.css
+usr/share/javascript/bootstrap/css/bootstrap.css                        usr/lib/R/site-library/crosstalk/lib/bootstrap/css/bootstrap.css
+usr/share/javascript/bootstrap/css/bootstrap.css.map                    usr/lib/R/site-library/crosstalk/lib/bootstrap/css/bootstrap.css.map
+usr/share/javascript/bootstrap/css/bootstrap.min.css                    usr/lib/R/site-library/crosstalk/lib/bootstrap/css/bootstrap.min.css
+usr/share/javascript/bootstrap/fonts/glyphicons-halflings-regular.eot   usr/lib/R/site-library/crosstalk/lib/bootstrap/fonts/glyphicons-halflings-regular.eot
+usr/share/javascript/bootstrap/fonts/glyphicons-halflings-regular.svg   usr/lib/R/site-library/crosstalk/lib/bootstrap/fonts/glyphicons-halflings-regular.svg
+usr/share/javascript/bootstrap/fonts/glyphicons-halflings-regular.ttf   usr/lib/R/site-library/crosstalk/lib/bootstrap/fonts/glyphicons-halflings-regular.ttf
+usr/share/javascript/bootstrap/fonts/glyphicons-halflings-regular.woff  usr/lib/R/site-library/crosstalk/lib/bootstrap/fonts/glyphicons-halflings-regular.woff
+usr/share/javascript/bootstrap/fonts/glyphicons-halflings-regular.woff2 usr/lib/R/site-library/crosstalk/lib/bootstrap/fonts/glyphicons-halflings-regular.woff2
+usr/share/javascript/bootstrap/js/bootstrap.js				usr/lib/R/site-library/crosstalk/lib/bootstrap/js/bootstrap.js
+usr/share/javascript/bootstrap/js/bootstrap.min.js			usr/lib/R/site-library/crosstalk/lib/bootstrap/js/bootstrap.min.js
+usr/lib/R/site-library/shiny/www/shared/strftime/strftime-min.js        usr/lib/R/site-library/crosstalk/lib/strftime/strftime-min.js
+usr/lib/R/site-library/shiny/www/shared/bootstrap/shim                  usr/lib/R/site-library/crosstalk/lib/bootstrap/shim
+usr/lib/R/site-library/shiny/www/shared/ionrangeslider			usr/lib/R/site-library/crosstalk/lib/ionrangeslider
+usr/lib/R/site-library/shiny/www/shared/bootstrap/js/npm.js		usr/lib/R/site-library/crosstalk/lib/bootstrap/js/npm.js
+usr/share/javascript/jquery/jquery.min.js                       	usr/lib/R/site-library/crosstalk/lib/jquery/jquery.min.js
+usr/share/javascript/jquery/jquery.js					usr/lib/R/site-library/crosstalk/lib/jquery/jquery.js
+usr/share/javascript/jquery/jquery.min.map				usr/lib/R/site-library/crosstalk/lib/jquery/jquery.min.map
+usr/share/javascript/es5-shim/es5-shim.min.js				usr/lib/R/site-library/crosstalk/lib/selectize/js/es5-shim.min.js
+usr/share/javascript/selectize.js/selectize.min.js                      usr/lib/R/site-library/crosstalk/lib/selectize/js/selectize.min.js
+usr/share/javascript/selectize.js/css/selectize.bootstrap3.css		usr/lib/R/site-library/crosstalk/lib/selectize/css/selectize.bootstrap3.css
+usr/share/glewlwyd/webapp/fonts/glyphicons-halflings-regular.ttf	usr/lib/R/site-library/crosstalk/lib/bootstrap/fonts/glyphicons-halflings-regular.ttf
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..529c38a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --buildsystem R
+
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
new file mode 100644
index 0000000..f9fb064
--- /dev/null
+++ b/debian/source/lintian-overrides
@@ -0,0 +1,2 @@
+# This is an editable JavaScript source file with simply long lines
+r-cran-crosstalk source: source-is-missing inst/www/js/crosstalk.js line length is *
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..73205c0
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,4 @@
+version=4
+
+opts="repacksuffix=+dfsg,dversionmangle=s/\+dfsg[0-9]*//g,repack,compression=xz" \
+  https://cran.r-project.org/src/contrib/crosstalk_([-\d.]*)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-crosstalk.git



More information about the debian-science-commits mailing list