This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-rlumshiny.
commit 2cf68f2ad8458934a1997e45edbeada62808c2c1 Author: Andreas Tille <[email protected]> Date: Wed Jun 29 14:13:16 2016 +0000 Inject r-cran-rlumshiny --- debian/changelog | 5 ++++ debian/compat | 1 + debian/control | 25 ++++++++++++++++++++ debian/copyright | 64 ++++++++++++++++++++++++++++++++++++++++++++++++++++ debian/rules | 3 +++ debian/source/format | 1 + debian/watch | 2 ++ 7 files changed, 101 insertions(+) diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..8ae6a99 --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +r-cran-rlumshiny (0.1.0-1) UNRELEASED; urgency=low + + * Initial release (closes: #???) + + -- Andreas Tille <[email protected]> Tue, 28 Jun 2016 17:09:05 +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..c6c894b --- /dev/null +++ b/debian/control @@ -0,0 +1,25 @@ +Source: r-cran-rlumshiny +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 +Standards-Version: 3.9.8 +Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-rlumshiny/trunk/ +Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-rlumshiny/trunk/ +Homepage: https://cran.r-project.org/web/packages/RLumShiny + +Package: r-cran-rlumshiny +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + ${R:Depends} +Description: GNU R 'Shiny' Applications for the R Package 'Luminescence' + A collection of 'shiny' applications for the R package 'Luminescence'. + These mainly, but not exclusively, include applications for plotting + chronometric data from e.g. luminescence or radiocarbon dating. It + further provides access to bootstraps tooltip and popover + functionality and contains the 'jscolor.js' library with a custom + 'shiny' output binding. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..bcd07bc --- /dev/null +++ b/debian/copyright @@ -0,0 +1,64 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: RLumShiny +Upstream-Contact: Christoph Burow <[email protected]> +Source: https://cran.r-project.org/web/packages/RLumShiny + +Files: * +Copyright: 2013-2016 Christoph Burow +License: GPL-3+ + +Files: inst/www/jscolor/jscolor.js +Copyright: 2008-2014 Jan Odvarko +License: LGPL-3 + This program is free software: you can redistribute it and/or modify it under + the terms of the GNU Lesser General Public License as published by the Free + Software Foundation version 3 of the License. This program is distributed in + the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the + implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + . + On Debian systems you can find the full text of the GNU Lesser General + Public License version 3 license at /usr/share/common-licenses/LGPL-3. + +Files: inst/shiny/* +Copyright: 2013-2016 AnalytixWare +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. + +Files: debian/* +Copyright: 2016 Andreas Tille <[email protected]> +License: GPL-3+ + +License: GPL-3+ + This program is free software; you can redistribute it and/or modify + it under the terms of the GNU General Public License as published by + the Free Software Foundation; either version 3 of the License, or + (at your option) any later version. + . + This program is distributed in the hope that it will be useful, + but WITHOUT ANY WARRANTY; without even the implied warranty of + MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + GNU General Public License for more details. + . + You should have received a copy of the GNU General Public License + along with this program; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA + . + On Debian systems, the complete text of the GNU General Public + License can be found in `/usr/share/common-licenses/GPL-3'. 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..8a641a6 --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://cran.r-project.org/src/contrib/RLumShiny_([-\d.]*)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-rlumshiny.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
