[med-svn] r22262 - in trunk/packages/R: . r-cran-rglwidget r-cran-rglwidget/trunk r-cran-rglwidget/trunk/debian r-cran-rglwidget/trunk/debian/source

Andreas Tille tille at moszumanska.debian.org
Wed Jun 29 14:12:10 UTC 2016


Author: tille
Date: 2016-06-29 14:12:09 +0000 (Wed, 29 Jun 2016)
New Revision: 22262

Added:
   trunk/packages/R/r-cran-rglwidget/
   trunk/packages/R/r-cran-rglwidget/trunk/
   trunk/packages/R/r-cran-rglwidget/trunk/debian/
   trunk/packages/R/r-cran-rglwidget/trunk/debian/changelog
   trunk/packages/R/r-cran-rglwidget/trunk/debian/compat
   trunk/packages/R/r-cran-rglwidget/trunk/debian/control
   trunk/packages/R/r-cran-rglwidget/trunk/debian/copyright
   trunk/packages/R/r-cran-rglwidget/trunk/debian/rules
   trunk/packages/R/r-cran-rglwidget/trunk/debian/source/
   trunk/packages/R/r-cran-rglwidget/trunk/debian/source/format
   trunk/packages/R/r-cran-rglwidget/trunk/debian/watch
Log:
INject r-cran-rglwidget


Added: trunk/packages/R/r-cran-rglwidget/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-rglwidget/trunk/debian/changelog	                        (rev 0)
+++ trunk/packages/R/r-cran-rglwidget/trunk/debian/changelog	2016-06-29 14:12:09 UTC (rev 22262)
@@ -0,0 +1,5 @@
+r-cran-rglwidget (0.1.1434-1) UNRELEASED; urgency=low
+
+  * Initial release (closes: #???)
+
+ -- Andreas Tille <tille at debian.org>  Tue, 28 Jun 2016 17:09:05 +0200

Added: trunk/packages/R/r-cran-rglwidget/trunk/debian/compat
===================================================================
--- trunk/packages/R/r-cran-rglwidget/trunk/debian/compat	                        (rev 0)
+++ trunk/packages/R/r-cran-rglwidget/trunk/debian/compat	2016-06-29 14:12:09 UTC (rev 22262)
@@ -0,0 +1 @@
+9

Added: trunk/packages/R/r-cran-rglwidget/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-rglwidget/trunk/debian/control	                        (rev 0)
+++ trunk/packages/R/r-cran-rglwidget/trunk/debian/control	2016-06-29 14:12:09 UTC (rev 22262)
@@ -0,0 +1,34 @@
+Source: r-cran-rglwidget
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Andreas Tille <tille at debian.org>
+Section: gnu-r
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               cdbs,
+               r-base-dev,
+               r-cran-htmlwidgets,
+               r-cran-htmltools,
+               r-cran-knitr,
+               r-cran-jsonlite,
+               r-cran-shiny,
+               r-cran-magrittr,
+               r-cran-rgl
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-rglwidget/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-rglwidget/trunk/
+Homepage: https://cran.r-project.org/web/packages/rglwidget
+
+Package: r-cran-rglwidget
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${R:Depends},
+         r-cran-htmlwidgets,
+         r-cran-htmltools,
+         r-cran-knitr,
+         r-cran-jsonlite,
+         r-cran-shiny,
+         r-cran-magrittr,
+         r-cran-rgl
+Description: GNU R 'rgl' in 'htmlwidgets' Framework
+ Provides an 'htmlwidgets' framework for the 'rgl' package.

Added: trunk/packages/R/r-cran-rglwidget/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-cran-rglwidget/trunk/debian/copyright	                        (rev 0)
+++ trunk/packages/R/r-cran-rglwidget/trunk/debian/copyright	2016-06-29 14:12:09 UTC (rev 22262)
@@ -0,0 +1,30 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: rgl
+Upstream-Contact: Duncan Murdoch <murdoch at stats.uwo.ca>
+Source: https://cran.r-project.org/web/packages/rgl
+
+Files: *
+Copyright: 2014-2016 Daniel Adler, Duncan Murdoch
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2016 Andreas Tille <tille at debian.org>
+License: GPL-2+
+
+License: GPL-2+
+    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 2 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-2'.

Added: trunk/packages/R/r-cran-rglwidget/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-rglwidget/trunk/debian/rules	                        (rev 0)
+++ trunk/packages/R/r-cran-rglwidget/trunk/debian/rules	2016-06-29 14:12:09 UTC (rev 22262)
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+
+include /usr/share/R/debian/r-cran.mk


Property changes on: trunk/packages/R/r-cran-rglwidget/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
   + *

Added: trunk/packages/R/r-cran-rglwidget/trunk/debian/source/format
===================================================================
--- trunk/packages/R/r-cran-rglwidget/trunk/debian/source/format	                        (rev 0)
+++ trunk/packages/R/r-cran-rglwidget/trunk/debian/source/format	2016-06-29 14:12:09 UTC (rev 22262)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: trunk/packages/R/r-cran-rglwidget/trunk/debian/watch
===================================================================
--- trunk/packages/R/r-cran-rglwidget/trunk/debian/watch	                        (rev 0)
+++ trunk/packages/R/r-cran-rglwidget/trunk/debian/watch	2016-06-29 14:12:09 UTC (rev 22262)
@@ -0,0 +1,2 @@
+version=3
+http://cran.r-project.org/src/contrib/rglwidget_([-\d.]*)\.tar\.gz




More information about the debian-med-commit mailing list