[r-cran-expm] 01/04: Inject new package r-cran-expm as a precondition for the new version of r-cran-msm

Sébastien Villemot sebastien at debian.org
Wed Nov 15 20:41:32 UTC 2017


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

sebastien pushed a commit to annotated tag debian/0.99-1.1-1
in repository r-cran-expm.

commit 78044552aa333d41c96990e2d8e0a381048d5daa
Author: Andreas Tille <tille at debian.org>
Date:   Wed May 21 11:37:51 2014 +0000

    Inject new package r-cran-expm as a precondition for the new version of r-cran-msm
---
 README.test         | 10 ++++++++++
 changelog           |  5 +++++
 compat              |  1 +
 control             | 22 ++++++++++++++++++++++
 copyright           | 37 +++++++++++++++++++++++++++++++++++++
 docs                |  3 +++
 rules               |  6 ++++++
 source/format       |  1 +
 tests/control       |  3 +++
 tests/run-unit-test | 12 ++++++++++++
 upstream/metadata   |  9 +++++++++
 watch               |  2 ++
 12 files changed, 111 insertions(+)

diff --git a/README.test b/README.test
new file mode 100644
index 0000000..3543c53
--- /dev/null
+++ b/README.test
@@ -0,0 +1,10 @@
+R expm for Debian
+----------------
+
+This package can be tested running the unit test suite via
+
+   sh run-unit-test
+
+in this directory
+
+ -- Andreas Tille <tille at debian.org>  Wed, 21 May 2014 13:01:34 +0200
diff --git a/changelog b/changelog
new file mode 100644
index 0000000..0c0bd85
--- /dev/null
+++ b/changelog
@@ -0,0 +1,5 @@
+r-cran-expm (0.99-1.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/compat b/compat
new file mode 100644
index 0000000..ec63514
--- /dev/null
+++ b/compat
@@ -0,0 +1 @@
+9
diff --git a/control b/control
new file mode 100644
index 0000000..520224d
--- /dev/null
+++ b/control
@@ -0,0 +1,22 @@
+Source: r-cran-expm
+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-matrix
+Standards-Version: 3.9.5
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-science/packages/R/r-cran-expm/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-science/packages/R/r-cran-expm/trunk/
+Homepage: http://cran.r-project.org/web/packages/expm/
+
+Package: r-cran-expm
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${R:Depends},
+         r-cran-matrix
+Description: GNU R Computation of the matrix exponential and related quantities
+ The matrix exponential GNU R package enables computation of the matrix
+ exponential and related quantities.
diff --git a/copyright b/copyright
new file mode 100644
index 0000000..f42b7a2
--- /dev/null
+++ b/copyright
@@ -0,0 +1,37 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: expm
+Upstream-Contact: Martin Maechler <maechler at stat.math.ethz.ch>,
+                  expm-developers at lists.R-forge.R-project.org
+Source: http://cran.r-project.org/web/packages/expm/
+
+Files: *
+Copyright: 2012-2014 Vincent Goulet,
+                     Christophe Dutang,
+                     Martin Maechler,
+                     David Firth,
+                     Marina Shapira,
+                     Michael Stadelmann
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2014 Andreas Tille <tille at debian.org>
+License: GPL-2+
+
+License: GPL-2+
+ 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, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+ .
+ On Debian systems, the complete text of the GNU General Public
+ License can be found in `/usr/share/common-licenses/GPL'.
+
diff --git a/docs b/docs
new file mode 100644
index 0000000..6bab7d7
--- /dev/null
+++ b/docs
@@ -0,0 +1,3 @@
+debian/README.test
+tests
+debian/tests/run-unit-test
\ No newline at end of file
diff --git a/rules b/rules
new file mode 100755
index 0000000..e7eb53d
--- /dev/null
+++ b/rules
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+# 							-*- makefile -*-
+# debian/rules file for the Debian/GNU Linux r-cran-expm package
+# Copyright 2009 by Andreas Tille <tille at debian.org>
+
+include /usr/share/R/debian/r-cran.mk
diff --git a/source/format b/source/format
new file mode 100644
index 0000000..163aaf8
--- /dev/null
+++ b/source/format
@@ -0,0 +1 @@
+3.0 (quilt)
diff --git a/tests/control b/tests/control
new file mode 100644
index 0000000..dff3542
--- /dev/null
+++ b/tests/control
@@ -0,0 +1,3 @@
+Tests: run-unit-test
+Depends: @, @builddeps@, r-cran-runit
+Restrictions: allow-stderr
diff --git a/tests/run-unit-test b/tests/run-unit-test
new file mode 100644
index 0000000..36a0adf
--- /dev/null
+++ b/tests/run-unit-test
@@ -0,0 +1,12 @@
+#!/bin/sh -e
+
+pkg=r-cran-expm
+if [ "$ADTTMP" = "" ] ; then
+  ADTTMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
+fi
+cd $ADTTMP
+cp /usr/share/doc/${pkg}/tests/* $ADTTMP
+gunzip *.gz
+for testx in `ls *.R` ; do
+    R --no-save < $testx
+done
diff --git a/upstream/metadata b/upstream/metadata
new file mode 100644
index 0000000..f240b92
--- /dev/null
+++ b/upstream/metadata
@@ -0,0 +1,9 @@
+Reference:
+  Author: Christopher H. Jackson
+  Title: "Multi-State Models for Panel Data: The msm Package for R"
+  Journal: Journal of Statistical Software
+  Year: 2011
+  Volume: 38
+  Number: 8
+  Pages: 1--29
+  URL: http://www.jstatsoft.org/v38/i08/
diff --git a/watch b/watch
new file mode 100644
index 0000000..3e9a801
--- /dev/null
+++ b/watch
@@ -0,0 +1,2 @@
+version=3
+http://cran.r-project.org/src/contrib/expm_([-\d.]*)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/r-cran-expm.git



More information about the debian-science-commits mailing list