Author: tille Date: 2015-07-04 09:34:58 +0000 (Sat, 04 Jul 2015) New Revision: 19497
Added: trunk/packages/R/r-cran-r.oo/ trunk/packages/R/r-cran-r.oo/trunk/ trunk/packages/R/r-cran-r.oo/trunk/debian/ trunk/packages/R/r-cran-r.oo/trunk/debian/changelog trunk/packages/R/r-cran-r.oo/trunk/debian/compat trunk/packages/R/r-cran-r.oo/trunk/debian/control trunk/packages/R/r-cran-r.oo/trunk/debian/copyright trunk/packages/R/r-cran-r.oo/trunk/debian/rules trunk/packages/R/r-cran-r.oo/trunk/debian/source/ trunk/packages/R/r-cran-r.oo/trunk/debian/source/format trunk/packages/R/r-cran-r.oo/trunk/debian/upstream/ trunk/packages/R/r-cran-r.oo/trunk/debian/upstream/metadata trunk/packages/R/r-cran-r.oo/trunk/debian/watch Log: Predependency for further BioC module Added: trunk/packages/R/r-cran-r.oo/trunk/debian/changelog =================================================================== --- trunk/packages/R/r-cran-r.oo/trunk/debian/changelog (rev 0) +++ trunk/packages/R/r-cran-r.oo/trunk/debian/changelog 2015-07-04 09:34:58 UTC (rev 19497) @@ -0,0 +1,5 @@ +r-cran-r.oo (1.19.0-1) UNRELEASED; urgency=medium + + * Initial upload (Closes: #???) + + -- Andreas Tille <[email protected]> Sat, 09 May 2015 08:52:18 +0200 Added: trunk/packages/R/r-cran-r.oo/trunk/debian/compat =================================================================== --- trunk/packages/R/r-cran-r.oo/trunk/debian/compat (rev 0) +++ trunk/packages/R/r-cran-r.oo/trunk/debian/compat 2015-07-04 09:34:58 UTC (rev 19497) @@ -0,0 +1 @@ +9 Added: trunk/packages/R/r-cran-r.oo/trunk/debian/control =================================================================== --- trunk/packages/R/r-cran-r.oo/trunk/debian/control (rev 0) +++ trunk/packages/R/r-cran-r.oo/trunk/debian/control 2015-07-04 09:34:58 UTC (rev 19497) @@ -0,0 +1,27 @@ +Source: r-cran-r.oo +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, + r-cran-r.methodss3 (>= 1.7.0) +Standards-Version: 3.9.6 +Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-r.oo/ +Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-r.oo/ +Homepage: http://cran.r-project.org/web/packages/R.oo + +Package: r-cran-r.oo +Architecture: any +Depends: ${shlibs:Depends}, + ${misc:Depends}, + ${R:Depends}, + r-cran-r.methodss3 (>= 1.7.0) +Description: GNU R object-oriented programming with or without references + Methods and classes for object-oriented programming in R with or + without references. Large effort has been made on making definition of + methods as simple as possible with a minimum of maintenance for package + developers. The package has been developed since 2001 and is now + considered very stable. This is a cross-platform package implemented in + pure R that defines standard S3 classes without any tricks. Added: trunk/packages/R/r-cran-r.oo/trunk/debian/copyright =================================================================== --- trunk/packages/R/r-cran-r.oo/trunk/debian/copyright (rev 0) +++ trunk/packages/R/r-cran-r.oo/trunk/debian/copyright 2015-07-04 09:34:58 UTC (rev 19497) @@ -0,0 +1,42 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Contact: Henrik Bengtsson <[email protected]> +Upstream-Name: R.oo +Source: http://cran.r-project.org/web/packages/R.oo/ + +Files: * +Copyright: 2007-2015 Henrik Bengtsson <[email protected]> +License: LGPL-2.1+ + +Files: debian/* +Copyright: 2015 Andreas Tille <[email protected]> +License: LGPL-2.1+ + +License: LGPL-2.1+ + This library 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; either + version 2.1 of the License, or (at your option) any later version. + . + This library 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 + Lesser General Public License for more details. + . + You should have received a copy of the GNU Lesser General Public + License along with this library; if not, write to the Free Software + Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 + USA + . + Permission is hereby granted to use or copy this program under the + terms of the GNU LGPL, provided that the Copyright, this License, + and the Availability of the original version is retained on all copies. + User documentation of any code that uses this code or any modified + version of this code must cite the Copyright, this License, the + Availability note, and "Used by permission." Permission to modify + the code and to distribute modified code is granted, provided the + Copyright, this License, and the Availability note are retained, + and a notice that the code was modified is included. + . + On Debian systems, the complete text of the GNU Lesser General + Public License version 2.1 can be found in "/usr/share/common-licenses/LGPL-2.1". + Added: trunk/packages/R/r-cran-r.oo/trunk/debian/rules =================================================================== --- trunk/packages/R/r-cran-r.oo/trunk/debian/rules (rev 0) +++ trunk/packages/R/r-cran-r.oo/trunk/debian/rules 2015-07-04 09:34:58 UTC (rev 19497) @@ -0,0 +1,3 @@ +#!/usr/bin/make -f + +include /usr/share/R/debian/r-cran.mk Property changes on: trunk/packages/R/r-cran-r.oo/trunk/debian/rules ___________________________________________________________________ Added: svn:executable + * Added: trunk/packages/R/r-cran-r.oo/trunk/debian/source/format =================================================================== --- trunk/packages/R/r-cran-r.oo/trunk/debian/source/format (rev 0) +++ trunk/packages/R/r-cran-r.oo/trunk/debian/source/format 2015-07-04 09:34:58 UTC (rev 19497) @@ -0,0 +1 @@ +3.0 (quilt) Added: trunk/packages/R/r-cran-r.oo/trunk/debian/upstream/metadata =================================================================== --- trunk/packages/R/r-cran-r.oo/trunk/debian/upstream/metadata (rev 0) +++ trunk/packages/R/r-cran-r.oo/trunk/debian/upstream/metadata 2015-07-04 09:34:58 UTC (rev 19497) @@ -0,0 +1,9 @@ +Reference: + Author: Henrik Bengtsson + Title: "The R.oo package - Object-Oriented Programming with References Using Standard R Code" + Journal: "Proceedings of the 3rd International Workshop on Distributed Statistical Computing (DSC 2003)" + Year: 2003 + ISSN: 1609-395X + URL: http://www.r-project.org/conferences/DSC-2003/Proceedings/ + eprint: http://www.r-project.org/conferences/DSC-2003/Proceedings/Bengtsson.pdf + Added: trunk/packages/R/r-cran-r.oo/trunk/debian/watch =================================================================== --- trunk/packages/R/r-cran-r.oo/trunk/debian/watch (rev 0) +++ trunk/packages/R/r-cran-r.oo/trunk/debian/watch 2015-07-04 09:34:58 UTC (rev 19497) @@ -0,0 +1,2 @@ +version=3 +http://cran.r-project.org/src/contrib/R.oo_([\d.-]*)\.tar\.gz _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
