[med-svn] [r-cran-sendmailr] 01/07: Add aonother precondition for r-cran-batchjobs
Andreas Tille
tille at debian.org
Fri Oct 20 12:15:46 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-sendmailr.
commit d8f1d1749020db1121940e9934cad18cbf8507b7
Author: Andreas Tille <tille at debian.org>
Date: Mon Jun 16 06:27:18 2014 +0000
Add aonother precondition for r-cran-batchjobs
---
debian/README.test | 10 ++++++++++
debian/changelog | 5 +++++
debian/compat | 1 +
debian/control | 23 +++++++++++++++++++++++
debian/copyright | 29 +++++++++++++++++++++++++++++
debian/docs | 1 +
debian/rules | 4 ++++
debian/source/format | 1 +
debian/watch | 2 ++
9 files changed, 76 insertions(+)
diff --git a/debian/README.test b/debian/README.test
new file mode 100644
index 0000000..4850da1
--- /dev/null
+++ b/debian/README.test
@@ -0,0 +1,10 @@
+Notes on how this package can be tested.
+────────────────────────────────────────
+
+This package can be tested by loading it into R with the commands
+
+require(sendmailR)
+sendmail($from, to, 'Hello R', 'Mail send using sendmailR')
+
+ -- Andreas Tille <tille at debian.org> Fri, 13 Jun 2014 22:52:06 +0200
+
diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..9458ac8
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+r-cran-sendmailr (1.1-2-1) UNRELEASED; urgency=low
+
+ * Initial release (Closes: #)
+
+ -- Andreas Tille <tille at debian.org> Fri, 13 Jun 2014 22:52:06 +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..cf3b2f8
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,23 @@
+Source: r-cran-sendmailr
+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),
+ r-cran-base64enc
+Standards-Version: 3.9.5
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-med/packages/trunk/R/r-cran-sendmailr/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-sendmailr/trunk/
+Homepage: http://cran.r-project.org/web/packages/sendmailR/
+
+Package: r-cran-sendmailr
+Architecture: any
+Depends: ${shlibs:Depends},
+ ${R:Depends},
+ r-cran-base64enc
+Description: send email using GNU R
+ This GNU R package contains a simple SMTP client which provides a
+ portable solution for sending email, including attachements, from within
+ GNU R.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..840b033
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,29 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: sendmailR
+Upstream-Contact: Olaf Mersmann <olafmqdatensplitter.net>
+Source: http://cran.r-project.org/web/packages/sendmailR/
+
+Files: *
+Copyright: 2012-2014 Olaf Mersmann <olafmqdatensplitter.net>
+License: GPL2
+
+Files: debian/*
+Copyright: 2014 Andreas Tille <tille at debian.org>
+License: GPL2
+
+License: GPL2
+ This program is free software: you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation, either version 2 of the License, or
+ (at your option) any later version.
+ .
+ This program 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 General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program. If not, see <http://www.gnu.org/licenses/>.
+ .
+ On Debian systems, the complete text of the GNU Public
+ License can be found in `/usr/share/common-licenses/GPL'.
diff --git a/debian/docs b/debian/docs
new file mode 100644
index 0000000..50f6656
--- /dev/null
+++ b/debian/docs
@@ -0,0 +1 @@
+debian/README.test
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..d643f96
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+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..b77751f
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://cran.r-project.org/src/contrib/sendmailR_([-\d.]*)\.tar\.gz
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-sendmailr.git
More information about the debian-med-commit
mailing list