--- r-cran-numderiv-2014.2-1.orig/debian/changelog +++ r-cran-numderiv-2014.2-1/debian/changelog @@ -0,0 +1,15 @@ +r-cran-numderiv (2014.2-1-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set Build-Depends: to current R version + + -- Dirk Eddelbuettel Sat, 23 May 2015 09:02:36 -0500 + +r-cran-numderiv (2012.9-1-1) unstable; urgency=low + + * Initial Debian release (Closes: #735081) + + -- Dirk Eddelbuettel Sun, 12 Jan 2014 10:49:45 -0600 + + --- r-cran-numderiv-2014.2-1.orig/debian/compat +++ r-cran-numderiv-2014.2-1/debian/compat @@ -0,0 +1 @@ +7 --- r-cran-numderiv-2014.2-1.orig/debian/control +++ r-cran-numderiv-2014.2-1/debian/control @@ -0,0 +1,19 @@ +Source: r-cran-numderiv +Section: gnu-r +Priority: optional +Maintainer: Dirk Eddelbuettel +Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 3.2.0), cdbs +Standards-Version: 3.9.6 + +Package: r-cran-numderiv +Architecture: all +Depends: ${misc:Depends}, ${R:Depends} +Description: GNU R package for accurate numerical derivatives + This package provide methods for calculating (usually) accurate + numerical first and second order derivatives. Accurate calculations + are done using Richardson's extrapolation or, when applicable, a + complex step derivative is available. A simple difference method is + also provided. Simple difference is (usually) less accurate but is + much quicker than Richardson's extrapolation and provides a useful + cross-check. Methods are provided for real scalar and vector valued + functions. --- r-cran-numderiv-2014.2-1.orig/debian/copyright +++ r-cran-numderiv-2014.2-1/debian/copyright @@ -0,0 +1,53 @@ +This is the Debian GNU/Linux r-cran-numderiv package of numDeriv. The +numDeriv package provides GNU R with accurate numerical derivatives, and was written +by Paul Gilbert and Ravi Varadhan. + +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 'numDeriv' to +'r-cran-numDeriv' to fit the pattern of CRAN (and non-CRAN) packages +for R. + +Files: R/* +Copyright: 2006 - 2011 Bank of Canada + 2012 Paul Gilbert +License: GPL-2 + +Files: debian/* +Copyright: 2014 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: numDeriv + Version: 2012.9-1 + Title: Accurate Numerical Derivatives + Description: This package provide methods for calculating (usually) + accurate numerical first and second order derivatives. Accurate + calculations are done using Richardson's extrapolation or, when + applicable, a complex step derivative is available. A simple + difference method is also provided. Simple difference is + (usually) less accurate but is much quicker than Richardson's + extrapolation and provides a useful cross-check. Methods are + provided for real scalar and vector valued functions. + Depends: R (>= 1.8.1) + LazyLoad: yes + License: GPL-2 + Copyright: 2006-2011, Bank of Canada. 2012, Paul Gilbert + Author: Paul Gilbert and Ravi Varadhan + Maintainer: Paul Gilbert + URL: http:http://optimizer.r-forge.r-project.org/ + Repository: CRAN + Repository/R-Forge/Project: optimizer + Repository/R-Forge/Revision: 679 + Repository/R-Forge/DateTimeStamp: 2012-09-30 23:59:38 + Date/Publication: 2012-10-14 06:18:55 + Packaged: 2012-10-01 14:21:40 UTC; rforge + --- r-cran-numderiv-2014.2-1.orig/debian/rules +++ r-cran-numderiv-2014.2-1/debian/rules @@ -0,0 +1,6 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# debian/rules file for the Debian/GNU Linux r-cran-numderiv package +# Copyright 2003-2014 by Dirk Eddelbuettel + +include /usr/share/R/debian/r-cran.mk --- r-cran-numderiv-2014.2-1.orig/debian/source/format +++ r-cran-numderiv-2014.2-1/debian/source/format @@ -0,0 +1 @@ +1.0 --- r-cran-numderiv-2014.2-1.orig/debian/watch +++ r-cran-numderiv-2014.2-1/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://cran.r-project.org/src/contrib/numDeriv_([-\d\.]*)\.tar.gz