[med-svn] [r-cran-r.methodss3] 01/09: Inject pre-pre-dependency for r-bioc-gviz
Andreas Tille
tille at debian.org
Fri Oct 20 09:58:26 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.methodss3.
commit 4f19239c38ee95ea0d5e3242da98d2ca27b70998
Author: Andreas Tille <tille at debian.org>
Date: Tue Jun 10 18:07:16 2014 +0000
Inject pre-pre-dependency for r-bioc-gviz
---
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 26 ++++++++++++++++++++++++++
debian/copyright | 22 ++++++++++++++++++++++
debian/rules | 6 ++++++
debian/source/format | 1 +
debian/watch | 2 ++
7 files changed, 63 insertions(+)
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..c6674d8
--- /dev/null
+++ b/debian/changelog
@@ -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
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..bcc60bb
--- /dev/null
+++ b/debian/control
@@ -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.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..395f0ee
--- /dev/null
+++ b/debian/copyright
@@ -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'.
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..0161555
--- /dev/null
+++ b/debian/rules
@@ -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
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/watch b/debian/watch
new file mode 100644
index 0000000..9eea72a
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://cran.r-project.org/src/contrib/R.methodsS3_([-\d.]*)\.tar\.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-r.methodss3.git
More information about the debian-med-commit
mailing list