--- wavethresh-4.6.2.orig/debian/control +++ wavethresh-4.6.2/debian/control @@ -0,0 +1,22 @@ +Source: wavethresh +Section: gnu-r +Priority: optional +Maintainer: cran2deb4ubuntu +Build-Depends: r-base-dev (>=3.0), r-cran-mass, cdbs +Standards-Version: 3.9.1 + +Package: r-cran-wavethresh +Architecture: any +Depends: r-base-core (>=3.0), r-cran-mass, ${shlibs:Depends} +Description: GNU R package "Wavelets statistics and transforms." + . + Performs 1, 2 and 3D real and complex-valued wavelet transforms, + nondecimated transforms, wavelet packet transforms, nondecimated + wavelet packet transforms, multiple wavelet transforms, complex-valued + wavelet transforms, wavelet shrinkage for various kinds of data, + locally stationary wavelet time series, nonstationary multiscale + transfer function modeling, density estimation. + . + Author: Guy Nason + . + Maintainer: Guy Nason --- wavethresh-4.6.2.orig/debian/watch +++ wavethresh-4.6.2/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://cran.r-project.org/src/contrib/wavethresh_([-\d\.]*)\.tar\.gz --- wavethresh-4.6.2.orig/debian/changelog +++ wavethresh-4.6.2/debian/changelog @@ -0,0 +1,27 @@ +wavethresh (4.6.2-0ubuntu1) precise; urgency=low + + * New upstream + * Build for R3 + + -- Tim Booth Wed, 24 Apr 2013 15:47:05 +0100 + +wavethresh (4.6.1-1cran1precise0) precise; urgency=low + + * Compilation for Ubuntu 12.04.1 LTS + + -- Michael Rutter Sat, 17 Nov 2012 22:05:40 +0000 + +wavethresh (4.6.1-1cran1) testing; urgency=low + + * cran2deb svn: 362M with DB version 1. + + -- cran2deb4ubuntu Sat, 17 Nov 2012 13:47:46 +0000 + + +wavethresh (4.5-1cran1) testing; urgency=low + + * cran2deb svn: 362M with DB version 1. + + -- cran2deb4ubuntu Thu, 09 Jun 2011 19:13:24 +0000 + + --- wavethresh-4.6.2.orig/debian/copyright +++ wavethresh-4.6.2/debian/copyright @@ -0,0 +1,19 @@ +This Debian package of the GNU R package wavethresh was generated +automatically using cran2deb4ubuntu by cran2deb4ubuntu +. + +The original GNU R package is Copyright (C) 2012 Guy Nason + and possibly others. + +The original GNU R package is maintained by Guy Nason + and was obtained from: + +http://cran.r-project.org/src/contrib + +The GNU R package DESCRIPTION offers a Copyright licenses under the +terms of the license: GPL (>= 2) . On a Debian GNU/Linux system, +common licenses are included in the directory +/usr/share/common-licenses/. + +The DESCRIPTION file for the original GNU R package can be found in +/usr/lib/R/site-library/r-cran-wavethresh/DESCRIPTION --- wavethresh-4.6.2.orig/debian/rules +++ wavethresh-4.6.2/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +debRreposname := cran +include /usr/share/R/debian/r-cran.mk