r46671 - in /packages/R/r-cran-expm: ./ trunk/ trunk/debian/ trunk/debian/source/ trunk/debian/tests/ trunk/debian/upstream/

tille at users.alioth.debian.org tille at users.alioth.debian.org
Wed May 21 11:37:51 UTC 2014


Author: tille
Date: Wed May 21 11:37:51 2014
New Revision: 46671

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=46671
Log:
Inject new package r-cran-expm as a precondition for the new version of r-cran-msm

Added:
    packages/R/r-cran-expm/
    packages/R/r-cran-expm/trunk/
    packages/R/r-cran-expm/trunk/debian/
    packages/R/r-cran-expm/trunk/debian/README.test
    packages/R/r-cran-expm/trunk/debian/changelog
    packages/R/r-cran-expm/trunk/debian/compat
    packages/R/r-cran-expm/trunk/debian/control
    packages/R/r-cran-expm/trunk/debian/copyright
    packages/R/r-cran-expm/trunk/debian/docs
    packages/R/r-cran-expm/trunk/debian/rules   (with props)
    packages/R/r-cran-expm/trunk/debian/source/
    packages/R/r-cran-expm/trunk/debian/source/format
    packages/R/r-cran-expm/trunk/debian/tests/
    packages/R/r-cran-expm/trunk/debian/tests/control
    packages/R/r-cran-expm/trunk/debian/tests/run-unit-test
    packages/R/r-cran-expm/trunk/debian/upstream/
    packages/R/r-cran-expm/trunk/debian/upstream/metadata
    packages/R/r-cran-expm/trunk/debian/watch

Added: packages/R/r-cran-expm/trunk/debian/README.test
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-expm/trunk/debian/README.test?rev=46671&op=file
==============================================================================
--- packages/R/r-cran-expm/trunk/debian/README.test	(added)
+++ packages/R/r-cran-expm/trunk/debian/README.test	Wed May 21 11:37:51 2014
@@ -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

Added: packages/R/r-cran-expm/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-expm/trunk/debian/changelog?rev=46671&op=file
==============================================================================
--- packages/R/r-cran-expm/trunk/debian/changelog	(added)
+++ packages/R/r-cran-expm/trunk/debian/changelog	Wed May 21 11:37:51 2014
@@ -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

Added: packages/R/r-cran-expm/trunk/debian/compat
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-expm/trunk/debian/compat?rev=46671&op=file
==============================================================================
--- packages/R/r-cran-expm/trunk/debian/compat	(added)
+++ packages/R/r-cran-expm/trunk/debian/compat	Wed May 21 11:37:51 2014
@@ -0,0 +1 @@
+9

Added: packages/R/r-cran-expm/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-expm/trunk/debian/control?rev=46671&op=file
==============================================================================
--- packages/R/r-cran-expm/trunk/debian/control	(added)
+++ packages/R/r-cran-expm/trunk/debian/control	Wed May 21 11:37:51 2014
@@ -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.

Added: packages/R/r-cran-expm/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-expm/trunk/debian/copyright?rev=46671&op=file
==============================================================================
--- packages/R/r-cran-expm/trunk/debian/copyright	(added)
+++ packages/R/r-cran-expm/trunk/debian/copyright	Wed May 21 11:37:51 2014
@@ -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'.
+

Added: packages/R/r-cran-expm/trunk/debian/docs
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-expm/trunk/debian/docs?rev=46671&op=file
==============================================================================
--- packages/R/r-cran-expm/trunk/debian/docs	(added)
+++ packages/R/r-cran-expm/trunk/debian/docs	Wed May 21 11:37:51 2014
@@ -0,0 +1,3 @@
+debian/README.test
+tests
+debian/tests/run-unit-test

Added: packages/R/r-cran-expm/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-expm/trunk/debian/rules?rev=46671&op=file
==============================================================================
--- packages/R/r-cran-expm/trunk/debian/rules	(added)
+++ packages/R/r-cran-expm/trunk/debian/rules	Wed May 21 11:37:51 2014
@@ -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

Propchange: packages/R/r-cran-expm/trunk/debian/rules
------------------------------------------------------------------------------
    svn:executable = *

Added: packages/R/r-cran-expm/trunk/debian/source/format
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-expm/trunk/debian/source/format?rev=46671&op=file
==============================================================================
--- packages/R/r-cran-expm/trunk/debian/source/format	(added)
+++ packages/R/r-cran-expm/trunk/debian/source/format	Wed May 21 11:37:51 2014
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/R/r-cran-expm/trunk/debian/tests/control
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-expm/trunk/debian/tests/control?rev=46671&op=file
==============================================================================
--- packages/R/r-cran-expm/trunk/debian/tests/control	(added)
+++ packages/R/r-cran-expm/trunk/debian/tests/control	Wed May 21 11:37:51 2014
@@ -0,0 +1,3 @@
+Tests: run-unit-test
+Depends: @, @builddeps@, r-cran-runit
+Restrictions: allow-stderr

Added: packages/R/r-cran-expm/trunk/debian/tests/run-unit-test
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-expm/trunk/debian/tests/run-unit-test?rev=46671&op=file
==============================================================================
--- packages/R/r-cran-expm/trunk/debian/tests/run-unit-test	(added)
+++ packages/R/r-cran-expm/trunk/debian/tests/run-unit-test	Wed May 21 11:37:51 2014
@@ -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

Added: packages/R/r-cran-expm/trunk/debian/upstream/metadata
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-expm/trunk/debian/upstream/metadata?rev=46671&op=file
==============================================================================
--- packages/R/r-cran-expm/trunk/debian/upstream/metadata	(added)
+++ packages/R/r-cran-expm/trunk/debian/upstream/metadata	Wed May 21 11:37:51 2014
@@ -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/

Added: packages/R/r-cran-expm/trunk/debian/watch
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-expm/trunk/debian/watch?rev=46671&op=file
==============================================================================
--- packages/R/r-cran-expm/trunk/debian/watch	(added)
+++ packages/R/r-cran-expm/trunk/debian/watch	Wed May 21 11:37:51 2014
@@ -0,0 +1,2 @@
+version=3
+http://cran.r-project.org/src/contrib/expm_([-\d.]*)\.tar\.gz




More information about the debian-science-commits mailing list