r46726 - in /packages/R/r-cran-gsl: ./ 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 Jun 23 08:57:23 UTC 2014


Author: tille
Date: Mon Jun 23 08:57:22 2014
New Revision: 46726

URL: http://svn.debian.org/wsvn/debian-science/?sc=1&rev=46726
Log:
Add R wrapper for GNU Scientific Library which is used in the tests by r-cran-spatstat

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

Added: packages/R/r-cran-gsl/trunk/debian/changelog
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-gsl/trunk/debian/changelog?rev=46726&op=file
==============================================================================
--- packages/R/r-cran-gsl/trunk/debian/changelog	(added)
+++ packages/R/r-cran-gsl/trunk/debian/changelog	Mon Jun 23 08:57:22 2014
@@ -0,0 +1,5 @@
+r-cran-gsl (1.9-10-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #???).
+
+ -- Andreas Tille <tille at debian.org>  Mon, 23 Jun 2014 09:24:05 +0200

Added: packages/R/r-cran-gsl/trunk/debian/compat
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-gsl/trunk/debian/compat?rev=46726&op=file
==============================================================================
--- packages/R/r-cran-gsl/trunk/debian/compat	(added)
+++ packages/R/r-cran-gsl/trunk/debian/compat	Mon Jun 23 08:57:22 2014
@@ -0,0 +1 @@
+9

Added: packages/R/r-cran-gsl/trunk/debian/control
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-gsl/trunk/debian/control?rev=46726&op=file
==============================================================================
--- packages/R/r-cran-gsl/trunk/debian/control	(added)
+++ packages/R/r-cran-gsl/trunk/debian/control	Mon Jun 23 08:57:22 2014
@@ -0,0 +1,23 @@
+Source: r-cran-gsl
+Section: gnu-r
+Priority: optional
+Maintainer: Debian Science Team <debian-science-maintainers at lists.alioth.debian.org>
+Uploaders: Andreas Tille <tille at debian.org>
+Build-Depends: debhelper (>= 9.0),
+               cdbs,
+               r-base-dev,
+               libgsl0-dev
+Standards-Version: 3.9.5
+Vcs-Browser: http://anonscm.debian.org/viewvc/debian-science/packages/R/trunk/packages/r-cran-gsl/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-science/packages/R/trunk/packages/r-cran-gsl/trunk/
+Homepage: http://cran.r-project.org/web/packages/gsl/
+
+Package: r-cran-gsl
+Architecture: any
+Depends: ${misc:Depends},
+         ${shlibs:Depends},
+         ${R:Depends}
+Description: GNU R wrapper for the GNU Scientific Library
+ An R wrapper for the special functions and quasi random number
+ generators of the GNU Scientific Library
+ (http://www.gnu.org/software/gsl/).

Added: packages/R/r-cran-gsl/trunk/debian/copyright
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-gsl/trunk/debian/copyright?rev=46726&op=file
==============================================================================
--- packages/R/r-cran-gsl/trunk/debian/copyright	(added)
+++ packages/R/r-cran-gsl/trunk/debian/copyright	Mon Jun 23 08:57:22 2014
@@ -0,0 +1,32 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: gsl
+Upstream-Contact: Robin K. S. Hankin <hankin.robin at gmail.com>
+Source: http://cran.r-project.org/web/packages/gsl/
+
+Files: *
+Copyright: 2008-2013 Robin K. S. Hankin;
+                     qrng functions by Duncan Murdoch and
+                     multimin by Andrew Clausen
+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-gsl/trunk/debian/rules
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-gsl/trunk/debian/rules?rev=46726&op=file
==============================================================================
--- packages/R/r-cran-gsl/trunk/debian/rules	(added)
+++ packages/R/r-cran-gsl/trunk/debian/rules	Mon Jun 23 08:57:22 2014
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+#	-*- makefile -*-
+
+include /usr/share/R/debian/r-cran.mk

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

Added: packages/R/r-cran-gsl/trunk/debian/source/format
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-gsl/trunk/debian/source/format?rev=46726&op=file
==============================================================================
--- packages/R/r-cran-gsl/trunk/debian/source/format	(added)
+++ packages/R/r-cran-gsl/trunk/debian/source/format	Mon Jun 23 08:57:22 2014
@@ -0,0 +1 @@
+3.0 (quilt)

Added: packages/R/r-cran-gsl/trunk/debian/watch
URL: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-gsl/trunk/debian/watch?rev=46726&op=file
==============================================================================
--- packages/R/r-cran-gsl/trunk/debian/watch	(added)
+++ packages/R/r-cran-gsl/trunk/debian/watch	Mon Jun 23 08:57:22 2014
@@ -0,0 +1,2 @@
+version=3
+http://cran.r-project.org/src/contrib/gsl_([-\d.]*)\.tar\.gz




More information about the debian-science-commits mailing list