--- acebayes-1.5.2.orig/debian/changelog +++ acebayes-1.5.2/debian/changelog @@ -0,0 +1,62 @@ +acebayes (1.5.2-1cran1ppa0) xenial; urgency=medium + + * Compilation for Ubuntu 16.04.5 LTS + + -- Michael Rutter Fri, 23 Nov 2018 02:53:58 +0000 + +acebayes (1.5.2-1cran1) testing; urgency=low + + * cran2deb svn: 362M with DB version 1. + + -- cran2deb4ubuntu Thu, 22 Nov 2018 10:39:00 -0500 + + +acebayes (1.5.1-1cran1) testing; urgency=low + + * cran2deb svn: 362M with DB version 1. + + -- cran2deb4ubuntu Sat, 15 Sep 2018 09:40:02 -0400 + + +acebayes (1.5-1cran1) testing; urgency=low + + * cran2deb svn: 362M with DB version 1. + + -- cran2deb4ubuntu Sat, 23 Jun 2018 08:26:03 -0400 + + +acebayes (1.4.1-1cran1) testing; urgency=low + + * cran2deb svn: 362M with DB version 1. + + -- cran2deb4ubuntu Fri, 14 Jul 2017 01:33:49 -0400 + + +acebayes (1.4-1cran1) testing; urgency=low + + * cran2deb svn: 362M with DB version 1. + + -- cran2deb4ubuntu Sat, 27 May 2017 09:08:05 -0400 + + +acebayes (1.3.4-1cran1) testing; urgency=low + + * cran2deb svn: 362M with DB version 1. + + -- cran2deb4ubuntu Sat, 11 Feb 2017 10:39:44 -0500 + + +acebayes (1.2-1cran2) testing; urgency=low + + * cran2deb svn: 362M with DB version 1. + + -- cran2deb4ubuntu Sun, 23 Oct 2016 02:17:28 -0400 + + +acebayes (1.2-1cran1) testing; urgency=low + + * cran2deb svn: 362M with DB version 1. + + -- cran2deb4ubuntu Thu, 18 Aug 2016 14:45:48 -0400 + + --- acebayes-1.5.2.orig/debian/compat +++ acebayes-1.5.2/debian/compat @@ -0,0 +1 @@ +7 \ No newline at end of file --- acebayes-1.5.2.orig/debian/control +++ acebayes-1.5.2/debian/control @@ -0,0 +1,22 @@ +Source: acebayes +Section: gnu-r +Priority: optional +Maintainer: cran2deb4ubuntu +Build-Depends: r-base-dev, r-cran-lhs, r-cran-rcpp, r-cran-compare, + r-cran-randtoolbox, r-cran-rcpparmadillo, xvfb, xauth, xfonts-base, + r-base-core, debhelper (>> 4.1.0), cdbs +Standards-Version: 3.9.1 + +Package: r-cran-acebayes +Architecture: any +Depends: r-base-core, r-cran-lhs, r-cran-rcpp, r-cran-compare, + r-cran-randtoolbox, r-cran-rcpparmadillo, ${shlibs:Depends} +Description: GNU R package "Optimal Bayesian Experimental Design using + the ACE Algorithm" + . + Optimal Bayesian experimental design using the approximate coordinate + exchange (ACE) algorithm. + . + Author: Antony M. Overstall, David C. Woods & Maria Adamou + . + Maintainer: Antony M. Overstall --- acebayes-1.5.2.orig/debian/copyright +++ acebayes-1.5.2/debian/copyright @@ -0,0 +1,18 @@ +This Debian package of the GNU R package acebayes was generated +automatically using cran2deb4ubuntu by cran2deb4ubuntu +. + +The original GNU R package is Copyright (C) 2018 Antony M. Overstall, +David C. Woods & Maria Adamou and possibly others. + +The original GNU R package is maintained by Antony M. Overstall + 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-acebayes/DESCRIPTION --- acebayes-1.5.2.orig/debian/rules +++ acebayes-1.5.2/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +debRreposname := cran +include /usr/share/R/debian/r-cran.mk