--- adaptivetau-2.2-3.orig/debian/changelog +++ adaptivetau-2.2-3/debian/changelog @@ -0,0 +1,70 @@ +adaptivetau (2.2-3-1cran1ppabionic0) bionic; urgency=medium + + * Compilation for Ubuntu 18.04.2 LTS + * Build for c2d4u for R 3.5.0 + + -- Michael Rutter Sat, 23 Mar 2019 22:28:09 +0000 + +adaptivetau (2.2-3-1cran1) testing; urgency=low + + * cran2deb svn: 362M with DB version 1. + + -- cran2deb4ubuntu Sat, 23 Mar 2019 08:28:20 -0400 + + +adaptivetau (2.2-2-1cran1) testing; urgency=low + + * cran2deb svn: 362M with DB version 1. + + -- cran2deb4ubuntu Sat, 16 Mar 2019 11:21:09 -0400 + + +adaptivetau (2.2-1-1cran1) testing; urgency=low + + * cran2deb svn: 362M with DB version 1. + + -- cran2deb4ubuntu Sat, 29 Oct 2016 09:57:06 -0400 + + +adaptivetau (2.2-1cran2) testing; urgency=low + + * cran2deb svn: 362M with DB version 1. + + -- cran2deb4ubuntu Sun, 23 Oct 2016 02:16:54 -0400 + + +adaptivetau (2.2-1cran1) testing; urgency=low + + * cran2deb svn: 362M with DB version 1. + + -- cran2deb4ubuntu Sun, 23 Nov 2014 18:21:55 -0500 + + +adaptivetau (2.1-1cran1) testing; urgency=low + + * cran2deb svn: 362M with DB version 1. + + -- cran2deb4ubuntu Mon, 19 May 2014 09:16:32 -0400 + + +adaptivetau (2.0-1cran1) testing; urgency=low + + * cran2deb svn: 362M with DB version 1. + + -- cran2deb4ubuntu Sat, 29 Mar 2014 09:28:33 -0400 + + +adaptivetau (1.1-1-1cran1) testing; urgency=low + + * cran2deb svn: 362M with DB version 1. + + -- cran2deb4ubuntu Thu, 14 Nov 2013 13:25:48 -0500 + + +adaptivetau (1.1-1cran1) testing; urgency=low + + * cran2deb svn: 362M with DB version 1. + + -- cran2deb4ubuntu Sat, 28 Sep 2013 14:36:36 -0400 + + --- adaptivetau-2.2-3.orig/debian/compat +++ adaptivetau-2.2-3/debian/compat @@ -0,0 +1 @@ +7 \ No newline at end of file --- adaptivetau-2.2-3.orig/debian/control +++ adaptivetau-2.2-3/debian/control @@ -0,0 +1,23 @@ +Source: adaptivetau +Section: gnu-r +Priority: optional +Maintainer: cran2deb4ubuntu +Build-Depends: r-base-dev, xvfb, xauth, xfonts-base, r-base-core, + debhelper (>> 4.1.0), cdbs +Standards-Version: 3.9.1 + +Package: r-cran-adaptivetau +Architecture: any +Depends: r-base-core, ${shlibs:Depends} +Description: GNU R package "Tau-Leaping Stochastic Simulation" + . + Implements adaptive tau leaping to approximate the trajectory of a + continuous-time stochastic process as described by Cao et al. (2007) + The Journal of Chemical Physics (aka. the + Gillespie stochastic simulation algorithm). This package is based + upon work supported by NSF DBI-0906041 and NIH K99-GM104158 to Philip + Johnson and NIH R01-AI049334 to Rustom Antia. + . + Author: Philip Johnson + . + Maintainer: Philip Johnson --- adaptivetau-2.2-3.orig/debian/copyright +++ adaptivetau-2.2-3/debian/copyright @@ -0,0 +1,19 @@ +This Debian package of the GNU R package adaptivetau was generated +automatically using cran2deb4ubuntu by cran2deb4ubuntu +. + +The original GNU R package is Copyright (C) 2019 Philip Johnson and +possibly others. + +The original GNU R package is maintained by Philip Johnson + 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 (>= 3) . 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-adaptivetau/DESCRIPTION --- adaptivetau-2.2-3.orig/debian/rules +++ adaptivetau-2.2-3/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +debRreposname := cran +include /usr/share/R/debian/r-cran.mk