--- r-cran-rcppgsl-0.3.3.orig/debian/changelog +++ r-cran-rcppgsl-0.3.3/debian/changelog @@ -0,0 +1,35 @@ +r-cran-rcppgsl (0.3.3-1) unstable; urgency=medium + + * New upstream release + + * debian/control: Set Build-Depends: to current R version + * debian/control: Set Standards-Version: to current version + * debian/compat: Increase level to 9 + + -- Dirk Eddelbuettel Sat, 30 Sep 2017 14:47:12 -0500 + +r-cran-rcppgsl (0.3.2-2) unstable; urgency=medium + + * debian/control: Add libgsl-dev to Depends (Closes: #858882) + + -- Dirk Eddelbuettel Tue, 28 Mar 2017 05:25:09 -0500 + +r-cran-rcppgsl (0.3.2-1) unstable; urgency=medium + + * New upstream release + + * debian/control: Set Build-Depends: to current R version + + -- Dirk Eddelbuettel Mon, 13 Mar 2017 14:37:07 -0500 + +r-cran-rcppgsl (0.3.1-1) unstable; urgency=medium + + * New upstream release + + -- Dirk Eddelbuettel Tue, 04 Oct 2016 19:13:02 -0500 + +r-cran-rcppgsl (0.3.0-1) unstable; urgency=low + + * Initial Debian release (Closes: #833653) + + -- Dirk Eddelbuettel Sun, 07 Aug 2016 09:08:17 -0500 --- r-cran-rcppgsl-0.3.3.orig/debian/compat +++ r-cran-rcppgsl-0.3.3/debian/compat @@ -0,0 +1 @@ +9 --- r-cran-rcppgsl-0.3.3.orig/debian/control +++ r-cran-rcppgsl-0.3.3/debian/control @@ -0,0 +1,31 @@ +Source: r-cran-rcppgsl +Section: gnu-r +Priority: optional +Maintainer: Dirk Eddelbuettel +Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 3.4.2), cdbs, r-cran-rcpp (>= 0.11.0), libgsl-dev +Standards-Version: 4.0.0 + +Package: r-cran-rcppgsl +Architecture: any +Depends: ${shlibs:Depends}, ${misc:Depends}, ${R:Depends}, r-cran-rcpp (>= 0.11.0-1), libgsl-dev +Description: GNU R package for integration with the GNU GSL + The 'GNU Scientific Library' (or 'GSL') is a collection of numerical + routines for scientific computing. It is particularly useful for C + and C++ programs as it provides a standard C interface to a wide + range of mathematical routines such as special functions, + permutations, combinations, fast fourier transforms, eigensystems, + random numbers, quadrature, random distributions, quasi-random + sequences, Monte Carlo integration, N-tuples, differential equations, + simulated annealing, numerical differentiation, interpolation, series + acceleration, Chebyshev approximations, root-finding, discrete Hankel + transforms physical constants, basis splines and wavelets. There are + over 1000 functions in total with an extensive test suite. + . + The 'RcppGSL' package provides an easy-to-use interface between 'GSL' + data structures and R using concepts from 'Rcpp' which is itself a + package that eases the interfaces between R and C++. + . + This package also serves as a prime example of how to build a package + that uses 'Rcpp' to connect to another third-party library. The + 'autoconf' script, 'inline' plugin and example package can all be + used as a stanza to write a similar package against another library. --- r-cran-rcppgsl-0.3.3.orig/debian/copyright +++ r-cran-rcppgsl-0.3.3/debian/copyright @@ -0,0 +1,68 @@ +This is the Debian GNU/Linux r-cran-rcppgsl package of RcppGSL. The +RcppGSL package provides GNU R integration with the GNU GSL and was +written by Romain Francois and Dirk Eddelbuettel. + +This package was created by Dirk Eddelbuettel . +The sources were downloaded from the main CRAN site + http://cran.r-project.org/src/contrib/ +and are also available from all CRAN mirrors as e.g. + http://cran.us.r-project.org/src/contrib/ + +The package was renamed from its upstream name 'RcppGSL' to +'r-cran-rcppgsl' to fit the pattern of CRAN (and non-CRAN) packages +for R. + + +Files: * +Copyright: 2011 - 2015 Romain Francois and Dirk Eddelbuettel +License: GPL-2 + +Files: debian/* +Copyright: 2013 Dirk Eddelbuettel +License: GPL-2 + + +On a Debian GNU/Linux system, the GPL license (version 2) is included +in the file /usr/share/common-licenses/GPL-2. + + +For reference, the upstream DESCRIPTION file is included below: + + Package: RcppGSL + Type: Package + Title: 'Rcpp' Integration for 'GNU GSL' Vectors and Matrices + Version: 0.3.0 + Date: 2015-08-30 + Author: Dirk Eddelbuettel and Romain Francois + Maintainer: Dirk Eddelbuettel + Description: 'Rcpp' integration for 'GNU GSL' vectors and matrices + The 'GNU Scientific Library' (or 'GSL') is a collection of numerical routines for + scientific computing. It is particularly useful for C and C++ programs as it + provides a standard C interface to a wide range of mathematical routines + such as special functions, permutations, combinations, fast fourier + transforms, eigensystems, random numbers, quadrature, random distributions, + quasi-random sequences, Monte Carlo integration, N-tuples, differential + equations, simulated annealing, numerical differentiation, interpolation, + series acceleration, Chebyshev approximations, root-finding, discrete + Hankel transforms physical constants, basis splines and wavelets. There + are over 1000 functions in total with an extensive test suite. + . + The 'RcppGSL' package provides an easy-to-use interface between 'GSL' data + structures and R using concepts from 'Rcpp' which is itself a package that + eases the interfaces between R and C++. + . + This package also serves as a prime example of how to build a package + that uses 'Rcpp' to connect to another third-party library. The 'autoconf' + script, 'inline' plugin and example package can all be used as a stanza to + write a similar package against another library. + License: GPL (>= 2) + LazyLoad: yes + LinkingTo: Rcpp + Imports: Rcpp (>= 0.11.0), stats + Suggests: RUnit, inline, highlight + SystemRequirements: GNU GSL + VignetteBuilder: highlight + NeedsCompilation: yes + Packaged: 2015-08-30 14:24:20.393471 UTC; edd + Repository: CRAN + Date/Publication: 2015-08-30 16:25:04 --- r-cran-rcppgsl-0.3.3.orig/debian/r-cran-rcppgsl.lintian-overrides +++ r-cran-rcppgsl-0.3.3/debian/r-cran-rcppgsl.lintian-overrides @@ -0,0 +1,3 @@ +r-cran-rcppgsl: script-not-executable usr/lib/R/site-library/RcppGSL/unitTests/runit.client.package.R +r-cran-rcppgsl: script-not-executable usr/lib/R/site-library/RcppGSL/unitTests/runit.fastLm.R +r-cran-rcppgsl: script-not-executable usr/lib/R/site-library/RcppGSL/unitTests/runit.gsl.R --- r-cran-rcppgsl-0.3.3.orig/debian/rules +++ r-cran-rcppgsl-0.3.3/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# debian/rules file for the Debian/GNU Linux r-cran-rcppgsl package +# Copyright 2003-2016 by Dirk Eddelbuettel + +include /usr/share/R/debian/r-cran.mk --- r-cran-rcppgsl-0.3.3.orig/debian/source/format +++ r-cran-rcppgsl-0.3.3/debian/source/format @@ -0,0 +1 @@ +1.0 --- r-cran-rcppgsl-0.3.3.orig/debian/watch +++ r-cran-rcppgsl-0.3.3/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://cran.r-project.org/src/contrib/RcppGSL_([-\d\.]*)\.tar.gz