[med-svn] r22298 - in trunk/packages/R: . r-cran-scatterd3 r-cran-scatterd3/trunk r-cran-scatterd3/trunk/debian r-cran-scatterd3/trunk/debian/source
Andreas Tille
tille at moszumanska.debian.org
Fri Jul 1 12:30:14 UTC 2016
Author: tille
Date: 2016-07-01 12:30:13 +0000 (Fri, 01 Jul 2016)
New Revision: 22298
Added:
trunk/packages/R/r-cran-scatterd3/
trunk/packages/R/r-cran-scatterd3/trunk/
trunk/packages/R/r-cran-scatterd3/trunk/debian/
trunk/packages/R/r-cran-scatterd3/trunk/debian/changelog
trunk/packages/R/r-cran-scatterd3/trunk/debian/compat
trunk/packages/R/r-cran-scatterd3/trunk/debian/control
trunk/packages/R/r-cran-scatterd3/trunk/debian/copyright
trunk/packages/R/r-cran-scatterd3/trunk/debian/rules
trunk/packages/R/r-cran-scatterd3/trunk/debian/source/
trunk/packages/R/r-cran-scatterd3/trunk/debian/source/format
trunk/packages/R/r-cran-scatterd3/trunk/debian/watch
Log:
Inject r-cran-scatterd3
Added: trunk/packages/R/r-cran-scatterd3/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-scatterd3/trunk/debian/changelog (rev 0)
+++ trunk/packages/R/r-cran-scatterd3/trunk/debian/changelog 2016-07-01 12:30:13 UTC (rev 22298)
@@ -0,0 +1,6 @@
+r-cran-scatterd3 (0.6.2-1) UNRELEASED; urgency=low
+
+ * Initial release (closes: #???)
+ TODO: r-cran-ellipse
+
+ -- Andreas Tille <tille at debian.org> Tue, 28 Jun 2016 17:09:05 +0200
Added: trunk/packages/R/r-cran-scatterd3/trunk/debian/compat
===================================================================
--- trunk/packages/R/r-cran-scatterd3/trunk/debian/compat (rev 0)
+++ trunk/packages/R/r-cran-scatterd3/trunk/debian/compat 2016-07-01 12:30:13 UTC (rev 22298)
@@ -0,0 +1 @@
+9
Added: trunk/packages/R/r-cran-scatterd3/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-scatterd3/trunk/debian/control (rev 0)
+++ trunk/packages/R/r-cran-scatterd3/trunk/debian/control 2016-07-01 12:30:13 UTC (rev 22298)
@@ -0,0 +1,27 @@
+Source: r-cran-scatterd3
+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-digest,
+ r-cran-ellipse
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-scatterd3/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-scatterd3/trunk/
+Homepage: https://cran.r-project.org/web/packages/scatterD3
+
+Package: r-cran-scatterd3
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${misc:Depends},
+ ${R:Depends},
+ r-cran-htmlwidgets,
+ r-cran-digest,
+ r-cran-ellipse
+Description: GNU R D3 JavaScript Scatterplot from R
+ This GNU R package creates 'D3' 'JavaScript' scatterplots from 'R' with
+ interactive features : panning, zooming, tooltips, etc.
Added: trunk/packages/R/r-cran-scatterd3/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-cran-scatterd3/trunk/debian/copyright (rev 0)
+++ trunk/packages/R/r-cran-scatterd3/trunk/debian/copyright 2016-07-01 12:30:13 UTC (rev 22298)
@@ -0,0 +1,32 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: scatterD3
+Upstream-Contact: Julien Barnier <julien.barnier at ens-lyon.fr>
+Source: https://cran.r-project.org/web/packages/scatterD3
+
+FIXME
+
+Files: *
+Copyright: 2013-2016 Julien Barnier [aut, cre], Kent Russell [aut, ctb], Mike Bostock [aut, cph] (d3.js library, http://d3js.org), Susie Lu [aut, cph] (d3-legend library, http://d3-legend.susielu.com/), Speros Kokenes [aut, cph] (d3-lasso-plugin library, https://github.com/skokenes/D3-Lasso-Plugin)
+License: GPL-3+
+
+Files: debian/*
+Copyright: 2016 Andreas Tille <tille at debian.org>
+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'.
Added: trunk/packages/R/r-cran-scatterd3/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-scatterd3/trunk/debian/rules (rev 0)
+++ trunk/packages/R/r-cran-scatterd3/trunk/debian/rules 2016-07-01 12:30:13 UTC (rev 22298)
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+
+include /usr/share/R/debian/r-cran.mk
Property changes on: trunk/packages/R/r-cran-scatterd3/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/packages/R/r-cran-scatterd3/trunk/debian/source/format
===================================================================
--- trunk/packages/R/r-cran-scatterd3/trunk/debian/source/format (rev 0)
+++ trunk/packages/R/r-cran-scatterd3/trunk/debian/source/format 2016-07-01 12:30:13 UTC (rev 22298)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: trunk/packages/R/r-cran-scatterd3/trunk/debian/watch
===================================================================
--- trunk/packages/R/r-cran-scatterd3/trunk/debian/watch (rev 0)
+++ trunk/packages/R/r-cran-scatterd3/trunk/debian/watch 2016-07-01 12:30:13 UTC (rev 22298)
@@ -0,0 +1,2 @@
+version=3
+http://cran.r-project.org/src/contrib/scatterD3_([-\d.]*)\.tar\.gz
More information about the debian-med-commit
mailing list