r47366 - in /packages/R/r-cran-randomfieldsutils: ./ trunk/ trunk/debian/ trunk/debian/changelog trunk/debian/compat trunk/debian/control trunk/debian/copyright trunk/debian/rules trunk/debian/source/ trunk/debian/source/format trunk/debian/watch

tille at users.alioth.debian.org tille at users.alioth.debian.org
Mon Nov 7 21:15:32 UTC 2016


Author: tille
Date: Mon Nov  7 21:15:32 2016
New Revision: 47366

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=47366
Log:
Inject r-cran-randomfieldsutils

Added:
    packages/R/r-cran-randomfieldsutils/
    packages/R/r-cran-randomfieldsutils/trunk/
    packages/R/r-cran-randomfieldsutils/trunk/debian/
    packages/R/r-cran-randomfieldsutils/trunk/debian/changelog
    packages/R/r-cran-randomfieldsutils/trunk/debian/compat
    packages/R/r-cran-randomfieldsutils/trunk/debian/control
    packages/R/r-cran-randomfieldsutils/trunk/debian/copyright
    packages/R/r-cran-randomfieldsutils/trunk/debian/rules   (with props)
    packages/R/r-cran-randomfieldsutils/trunk/debian/source/
    packages/R/r-cran-randomfieldsutils/trunk/debian/source/format
    packages/R/r-cran-randomfieldsutils/trunk/debian/watch

Added: packages/R/r-cran-randomfieldsutils/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-randomfieldsutils/trunk/debian/changelog?rev=47366&op=file
==============================================================================
--- packages/R/r-cran-randomfieldsutils/trunk/debian/changelog	(added)
+++ packages/R/r-cran-randomfieldsutils/trunk/debian/changelog	Mon Nov  7 21:15:32 2016
@@ -0,0 +1,5 @@
+r-cran-randomfieldsutils (0.3.3.1-1) UNRELEASED; urgency=medium
+
+  * Initial release (closes: #xxxxxx)
+
+ -- Andreas Tille <tille at debian.org>  Mon, 07 Nov 2016 22:03:37 +0100

Added: packages/R/r-cran-randomfieldsutils/trunk/debian/compat
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-randomfieldsutils/trunk/debian/compat?rev=47366&op=file
==============================================================================
--- packages/R/r-cran-randomfieldsutils/trunk/debian/compat	(added)
+++ packages/R/r-cran-randomfieldsutils/trunk/debian/compat	Mon Nov  7 21:15:32 2016
@@ -0,0 +1 @@
+9

Added: packages/R/r-cran-randomfieldsutils/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-randomfieldsutils/trunk/debian/control?rev=47366&op=file
==============================================================================
--- packages/R/r-cran-randomfieldsutils/trunk/debian/control	(added)
+++ packages/R/r-cran-randomfieldsutils/trunk/debian/control	Mon Nov  7 21:15:32 2016
@@ -0,0 +1,25 @@
+Source: r-cran-randomfieldsutils
+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),
+               dh-r,
+               r-base-dev
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-science/packages/R/r-cran-randomfields/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-science/packages/R/r-cran-randomfields/trunk/
+Homepage: https://cran.r-project.org/package=RandomFieldsUtils
+
+Package: r-cran-randomfieldsutils
+Architecture: any
+Depends: ${R:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
+Description: utilities for the simulation and analysis of random fields
+ Various utilities are provided that might be used in spatial statistics
+ and elsewhere. It delivers a method for solving linear equations that
+ checks the sparsity of the matrix before any algorithm is used.
+ Furthermore, it includes the Struve functions.

Added: packages/R/r-cran-randomfieldsutils/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-randomfieldsutils/trunk/debian/copyright?rev=47366&op=file
==============================================================================
--- packages/R/r-cran-randomfieldsutils/trunk/debian/copyright	(added)
+++ packages/R/r-cran-randomfieldsutils/trunk/debian/copyright	Mon Nov  7 21:15:32 2016
@@ -0,0 +1,30 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: RandomFieldsUtils
+Source: https://cran.r-project.org/package=RandomFieldsUtils
+
+Files: *
+Copyright: 2015-2016 Martin Schlather, Reinhard Furrer, Martin Kroll
+License: GPL-3+
+
+Files: debian/*
+Copyright: 2016 Andreas Tille <tille at debian.org>
+License: GPL-3+
+
+License: GPL-3+
+ 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 3 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-3'.
+

Added: packages/R/r-cran-randomfieldsutils/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-randomfieldsutils/trunk/debian/rules?rev=47366&op=file
==============================================================================
--- packages/R/r-cran-randomfieldsutils/trunk/debian/rules	(added)
+++ packages/R/r-cran-randomfieldsutils/trunk/debian/rules	Mon Nov  7 21:15:32 2016
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --buildsystem R
+

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

Added: packages/R/r-cran-randomfieldsutils/trunk/debian/source/format
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-randomfieldsutils/trunk/debian/source/format?rev=47366&op=file
==============================================================================
--- packages/R/r-cran-randomfieldsutils/trunk/debian/source/format	(added)
+++ packages/R/r-cran-randomfieldsutils/trunk/debian/source/format	Mon Nov  7 21:15:32 2016
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/R/r-cran-randomfieldsutils/trunk/debian/watch
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-randomfieldsutils/trunk/debian/watch?rev=47366&op=file
==============================================================================
--- packages/R/r-cran-randomfieldsutils/trunk/debian/watch	(added)
+++ packages/R/r-cran-randomfieldsutils/trunk/debian/watch	Mon Nov  7 21:15:32 2016
@@ -0,0 +1,2 @@
+version=4
+https://cran.r-project.org/src/contrib/RandomFieldsUtils_([-\d.]*)\.tar\.gz




More information about the debian-science-commits mailing list