[r-cran-gsl] 01/03: Add R wrapper for GNU Scientific Library which is used in the tests by r-cran-spatstat

Sébastien Villemot sebastien at debian.org
Thu Nov 16 13:17:34 UTC 2017


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

sebastien pushed a commit to annotated tag debian/1.9-10-1
in repository r-cran-gsl.

commit f4af6a9745b7d00963b1b209259f23f8ded39443
Author: Andreas Tille <tille at debian.org>
Date:   Mon Jun 23 08:57:22 2014 +0000

    Add R wrapper for GNU Scientific Library which is used in the tests by r-cran-spatstat
---
 changelog     |  5 +++++
 compat        |  1 +
 control       | 23 +++++++++++++++++++++++
 copyright     | 32 ++++++++++++++++++++++++++++++++
 rules         |  4 ++++
 source/format |  1 +
 watch         |  2 ++
 7 files changed, 68 insertions(+)

diff --git a/changelog b/changelog
new file mode 100644
index 0000000..0e81d61
--- /dev/null
+++ b/changelog
@@ -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
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..374127a
--- /dev/null
+++ b/control
@@ -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/).
diff --git a/copyright b/copyright
new file mode 100644
index 0000000..412c448
--- /dev/null
+++ b/copyright
@@ -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'.
diff --git a/rules b/rules
new file mode 100755
index 0000000..1cb1c9f
--- /dev/null
+++ b/rules
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+#	-*- makefile -*-
+
+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/watch b/watch
new file mode 100644
index 0000000..2f2a734
--- /dev/null
+++ b/watch
@@ -0,0 +1,2 @@
+version=3
+http://cran.r-project.org/src/contrib/gsl_([-\d.]*)\.tar\.gz

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



More information about the debian-science-commits mailing list