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

Andreas Tille tille at moszumanska.debian.org
Tue Jun 10 18:07:16 UTC 2014


Author: tille
Date: 2014-06-10 18:07:16 +0000 (Tue, 10 Jun 2014)
New Revision: 17114

Added:
   trunk/packages/R/r-cran-r.methodss3/
   trunk/packages/R/r-cran-r.methodss3/trunk/
   trunk/packages/R/r-cran-r.methodss3/trunk/debian/
   trunk/packages/R/r-cran-r.methodss3/trunk/debian/changelog
   trunk/packages/R/r-cran-r.methodss3/trunk/debian/compat
   trunk/packages/R/r-cran-r.methodss3/trunk/debian/control
   trunk/packages/R/r-cran-r.methodss3/trunk/debian/copyright
   trunk/packages/R/r-cran-r.methodss3/trunk/debian/rules
   trunk/packages/R/r-cran-r.methodss3/trunk/debian/source/
   trunk/packages/R/r-cran-r.methodss3/trunk/debian/source/format
   trunk/packages/R/r-cran-r.methodss3/trunk/debian/watch
Log:
Inject pre-pre-dependency for r-bioc-gviz


Added: trunk/packages/R/r-cran-r.methodss3/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-r.methodss3/trunk/debian/changelog	                        (rev 0)
+++ trunk/packages/R/r-cran-r.methodss3/trunk/debian/changelog	2014-06-10 18:07:16 UTC (rev 17114)
@@ -0,0 +1,5 @@
+r-cran-r.methodss3 (1.6.1-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #)
+
+ -- Andreas Tille <tille at debian.org>  Wed, 21 May 2014 13:01:34 +0200

Added: trunk/packages/R/r-cran-r.methodss3/trunk/debian/compat
===================================================================
--- trunk/packages/R/r-cran-r.methodss3/trunk/debian/compat	                        (rev 0)
+++ trunk/packages/R/r-cran-r.methodss3/trunk/debian/compat	2014-06-10 18:07:16 UTC (rev 17114)
@@ -0,0 +1 @@
+9

Added: trunk/packages/R/r-cran-r.methodss3/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-r.methodss3/trunk/debian/control	                        (rev 0)
+++ trunk/packages/R/r-cran-r.methodss3/trunk/debian/control	2014-06-10 18:07:16 UTC (rev 17114)
@@ -0,0 +1,26 @@
+Source: r-cran-r.methodss3
+Maintainer: Debian Science Team <debian-science-maintainers 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 (>= 3.0.0)
+Standards-Version: 3.9.5
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/packages/trunk/R/r-cran-r.methodss3/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-r.methodss3/trunk/
+Homepage: http://cran.r-project.org/web/packages/R.methodsS3/
+
+Package: r-cran-r.methodss3
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${R:Depends}
+Description: GNU R utility function for defining S3 methods
+ Methods that simplify the setup of S3 generic functions and S3 methods.
+ Major effort has been made in making definition of methods as simple as
+ possible with a minimum of maintenance for package developers. For
+ example, generic functions are created automatically, if missing, and
+ naming conflict are automatically solved, if possible. The method
+ setMethodS3() is a good start for those who in the future may want to
+ migrate to S4. This is a cross-platform package implemented in pure R
+ that generates standard S3 methods.

Added: trunk/packages/R/r-cran-r.methodss3/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-cran-r.methodss3/trunk/debian/copyright	                        (rev 0)
+++ trunk/packages/R/r-cran-r.methodss3/trunk/debian/copyright	2014-06-10 18:07:16 UTC (rev 17114)
@@ -0,0 +1,22 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: R.methodsS3
+Upstream-Contact: Henrik Bengtsson <henrikb at braju.com>
+Source: http://cran.r-project.org/web/packages/R.methodsS3/
+
+Files: *
+Copyright: 2012-2014 Henrik Bengtsson
+License: LGPL-2.1+
+Comment: The CRAN policy is to encourage package authors to no  include
+ the license text "to save space".  We as in Debian are aware that this
+ is illegal strictly speaking but it seems we will not solve this issue
+ package wise with every single package author.  The better solution
+ would be to form an Debian R team which should discuss this with CRAN
+ maintainers in general.
+
+Files: debian/*
+Copyright: 2014 Andreas Tille <tille at debian.org>
+License: LGPL-2.1+
+
+License: LGPL-2.1+
+ On Debian GNU/Linux system you can find the complete text of the
+ LGPL license in '/usr/share/common-licenses/LGPL-2.1'.

Added: trunk/packages/R/r-cran-r.methodss3/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-r.methodss3/trunk/debian/rules	                        (rev 0)
+++ trunk/packages/R/r-cran-r.methodss3/trunk/debian/rules	2014-06-10 18:07:16 UTC (rev 17114)
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+# 							-*- makefile -*-
+# debian/rules file for the Debian/GNU Linux r-cran-r.methodss3 package
+# Copyright 2014 by Andreas Tille <tille at debian.org>
+
+include /usr/share/R/debian/r-cran.mk


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

Added: trunk/packages/R/r-cran-r.methodss3/trunk/debian/source/format
===================================================================
--- trunk/packages/R/r-cran-r.methodss3/trunk/debian/source/format	                        (rev 0)
+++ trunk/packages/R/r-cran-r.methodss3/trunk/debian/source/format	2014-06-10 18:07:16 UTC (rev 17114)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: trunk/packages/R/r-cran-r.methodss3/trunk/debian/watch
===================================================================
--- trunk/packages/R/r-cran-r.methodss3/trunk/debian/watch	                        (rev 0)
+++ trunk/packages/R/r-cran-r.methodss3/trunk/debian/watch	2014-06-10 18:07:16 UTC (rev 17114)
@@ -0,0 +1,2 @@
+version=3
+http://cran.r-project.org/src/contrib/R.methodsS3_([-\d.]*)\.tar\.gz




More information about the debian-med-commit mailing list