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

Ivo Maintz ivomaintz-guest at alioth.debian.org
Sun Feb 24 15:50:36 UTC 2013


Author: ivomaintz-guest
Date: 2013-02-24 15:50:36 +0000 (Sun, 24 Feb 2013)
New Revision: 13098

Added:
   trunk/packages/R/r-cran-scales/
   trunk/packages/R/r-cran-scales/trunk/
   trunk/packages/R/r-cran-scales/trunk/debian/
   trunk/packages/R/r-cran-scales/trunk/debian/changelog
   trunk/packages/R/r-cran-scales/trunk/debian/compat
   trunk/packages/R/r-cran-scales/trunk/debian/control
   trunk/packages/R/r-cran-scales/trunk/debian/copyright
   trunk/packages/R/r-cran-scales/trunk/debian/docs
   trunk/packages/R/r-cran-scales/trunk/debian/rules
   trunk/packages/R/r-cran-scales/trunk/debian/source/
   trunk/packages/R/r-cran-scales/trunk/debian/source/format
   trunk/packages/R/r-cran-scales/trunk/debian/watch
Log:
Initial release



Added: trunk/packages/R/r-cran-scales/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-scales/trunk/debian/changelog	                        (rev 0)
+++ trunk/packages/R/r-cran-scales/trunk/debian/changelog	2013-02-24 15:50:36 UTC (rev 13098)
@@ -0,0 +1,5 @@
+scales (0.2.3-1) UNRELEASED; urgency=low
+
+  * Initial release. (Closes: #700860)
+
+ -- Ivo Maintz <ivo at maintz.de>  Fri, 22 Feb 2013 08:52:05 +0100

Added: trunk/packages/R/r-cran-scales/trunk/debian/compat
===================================================================
--- trunk/packages/R/r-cran-scales/trunk/debian/compat	                        (rev 0)
+++ trunk/packages/R/r-cran-scales/trunk/debian/compat	2013-02-24 15:50:36 UTC (rev 13098)
@@ -0,0 +1 @@
+8

Added: trunk/packages/R/r-cran-scales/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-scales/trunk/debian/control	                        (rev 0)
+++ trunk/packages/R/r-cran-scales/trunk/debian/control	2013-02-24 15:50:36 UTC (rev 13098)
@@ -0,0 +1,30 @@
+Source: scales
+Section: gnu-r
+Priority: extra
+Maintainer: Benjamin Eikel <debian at eikel.org>
+Build-Depends: debhelper (>= 8.0.0),
+ cdbs,
+ r-base-dev (>= 2.10.0),
+ r-cran-rcolorbrewer,
+ r-cran-stringr,
+ r-cran-dichromat,
+ r-cran-munsell,
+ r-cran-plyr,
+ r-cran-labeling
+Standards-Version: 3.9.3
+Homepage: http://cran.r-project.org/web/packages/scales/index.html
+Vcs-Browser: http://svn.debian.org/viewvc/debian-med/trunk/packages/r-cran-scales/trunk/
+Vcs-Svn: svn://svn.debian.org/debian-med/trunk/packages/r-cran-scales/trunk/
+
+Package: r-cran-scales
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${R:Depends},
+ r-cran-rcolorbrewer,
+ r-cran-stringr,
+ r-cran-dichromat,
+ r-cran-munsell,
+ r-cran-plyr,
+ r-cran-labeling
+Description: Scale functions for graphics
+ Scales map data to aesthetics, and provide methods for automatically
+ determining breaks and labels for axes and legends.

Added: trunk/packages/R/r-cran-scales/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-cran-scales/trunk/debian/copyright	                        (rev 0)
+++ trunk/packages/R/r-cran-scales/trunk/debian/copyright	2013-02-24 15:50:36 UTC (rev 13098)
@@ -0,0 +1,31 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: r-cran-scales
+Source: http://cran.r-project.org/web/packages/scales/index.html
+
+Files: *
+Copyright: 2012 Hadley Wickham <h.wickham at gmail.com>
+License: MIT
+Files: debian/*
+
+Copyright: Copyright 2013 Benjamin Eikel <debian at eikel.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.

Added: trunk/packages/R/r-cran-scales/trunk/debian/docs
===================================================================
--- trunk/packages/R/r-cran-scales/trunk/debian/docs	                        (rev 0)
+++ trunk/packages/R/r-cran-scales/trunk/debian/docs	2013-02-24 15:50:36 UTC (rev 13098)
@@ -0,0 +1,2 @@
+NEWS
+README.md

Added: trunk/packages/R/r-cran-scales/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-scales/trunk/debian/rules	                        (rev 0)
+++ trunk/packages/R/r-cran-scales/trunk/debian/rules	2013-02-24 15:50:36 UTC (rev 13098)
@@ -0,0 +1,9 @@
+#!/usr/bin/make -f
+
+include /usr/share/R/debian/r-cran.mk
+
+get-orig-source:
+	uscan --force-download --verbose
+
+install/$(package)::
+	dh_installchangelogs -k NEWS


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

Added: trunk/packages/R/r-cran-scales/trunk/debian/source/format
===================================================================
--- trunk/packages/R/r-cran-scales/trunk/debian/source/format	                        (rev 0)
+++ trunk/packages/R/r-cran-scales/trunk/debian/source/format	2013-02-24 15:50:36 UTC (rev 13098)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: trunk/packages/R/r-cran-scales/trunk/debian/watch
===================================================================
--- trunk/packages/R/r-cran-scales/trunk/debian/watch	                        (rev 0)
+++ trunk/packages/R/r-cran-scales/trunk/debian/watch	2013-02-24 15:50:36 UTC (rev 13098)
@@ -0,0 +1,2 @@
+version=3
+http://cran.r-project.org/src/contrib/scales_([-0-9\.]*)\.tar\.gz




More information about the debian-med-commit mailing list