[med-svn] [r-cran-r.oo] 01/10: Predependency for further BioC module

Andreas Tille tille at debian.org
Wed Nov 29 18:51:38 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository r-cran-r.oo.

commit 10d157702355171fce18879cabe9d89f3afa7194
Author: Andreas Tille <tille at debian.org>
Date:   Sat Jul 4 09:34:58 2015 +0000

    Predependency for further BioC module
---
 debian/changelog         |  5 +++++
 debian/compat            |  1 +
 debian/control           | 27 +++++++++++++++++++++++++++
 debian/copyright         | 42 ++++++++++++++++++++++++++++++++++++++++++
 debian/rules             |  3 +++
 debian/source/format     |  1 +
 debian/upstream/metadata |  9 +++++++++
 debian/watch             |  2 ++
 8 files changed, 90 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..0dcd05b
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+r-cran-r.oo (1.19.0-1) UNRELEASED; urgency=medium
+
+  * Initial upload (Closes: #???)
+
+ -- Andreas Tille <tille at debian.org>  Sat, 09 May 2015 08:52:18 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+9
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..3abef21
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,27 @@
+Source: r-cran-r.oo
+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-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.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..c47ca22
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,42 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Contact: Henrik Bengtsson <henrikb at braju.com>
+Upstream-Name: R.oo
+Source: http://cran.r-project.org/web/packages/R.oo/
+
+Files: *
+Copyright: 2007-2015 Henrik Bengtsson <henrikb at braju.com>
+License: LGPL-2.1+
+
+Files: debian/*
+Copyright: 2015 Andreas Tille <tille at debian.org>
+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".
+
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..2fbba2d
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+
+include /usr/share/R/debian/r-cran.mk
diff --git a/debian/source/format b/debian/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/debian/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/debian/upstream/metadata b/debian/upstream/metadata
new file mode 100644
index 0000000..a1193b4
--- /dev/null
+++ b/debian/upstream/metadata
@@ -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
+
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..547d1d3
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://cran.r-project.org/src/contrib/R.oo_([\d.-]*)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-r.oo.git



More information about the debian-med-commit mailing list