This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-htmlwidgets.
commit be9032ca708cd9d54595a01a0fca79d360afa974 Author: Andreas Tille <[email protected]> Date: Tue Jun 28 15:05:57 2016 +0000 Inject r-cran-htmlwidgets --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 28 ++++++++++++++++++++++++++++ debian/copyright | 34 ++++++++++++++++++++++++++++++++++ debian/rules | 3 +++ debian/source/format | 1 + debian/watch | 2 ++ 7 files changed, 74 insertions(+) diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..226d1c0 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +r-cran-htmlwidgets (0.6-1) UNRELEASED; urgency=low + + * Initial release (closes: #???) + + -- Andreas Tille <[email protected]> Tue, 28 Jun 2016 16:10:42 +0200 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..32d83cb --- /dev/null +++ b/debian/control @@ -0,0 +1,28 @@ +Source: r-cran-htmlwidgets +Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: Andreas Tille <[email protected]> +Section: gnu-r +Priority: optional +Build-Depends: debhelper (>= 9), + cdbs, + r-base-dev, + r-cran-htmltools, + r-cran-jsonlite, + r-cran-yaml +Standards-Version: 3.9.8 +Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-htmlwidgets/trunk/ +Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-htmlwidgets/trunk/ +Homepage: https://cran.r-project.org/web/packages/htmlwidgets + +Package: r-cran-htmlwidgets +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + ${R:Depends}, + r-cran-htmltools, + r-cran-jsonlite, + r-cran-yaml +Description: GNU R HTML Widgets + This package provides a framework for creating HTML widgets that render + in various contexts including the R console, 'R Markdown' documents, and + 'Shiny' web applications. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..886ca17 --- /dev/null +++ b/debian/copyright @@ -0,0 +1,34 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: htmlwidgets +Upstream-Contact: JJ Allaire <[email protected]> +Source: https://cran.r-project.org/web/packages/htmlwidgets + +Files: * +Copyright: 2012-2016 Ramnath Vaidyanathan, Yihui Xie, JJ Allaire, Joe Cheng, + Kenton Russell, RStudio +License: MIT + +Files: debian/* +Copyright: 2016 Chris Lawrence <[email protected]>, + Andreas Tille <[email protected]> +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/rules b/debian/rules new file mode 100755 index 0000000..2fbba2d --- /dev/null +++ b/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f + +include /usr/share/R/debian/r-cran.mk 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/watch b/debian/watch new file mode 100644 index 0000000..d71a453 --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://cran.r-project.org/src/contrib/htmlwidgets_([-\d.]*)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-htmlwidgets.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
