--- adagio-0.7.1.orig/debian/changelog +++ adagio-0.7.1/debian/changelog @@ -0,0 +1,48 @@ +adagio (0.7.1-1cran1ppa0trusty0) trusty; urgency=medium + + * Compilation for Ubuntu 14.04.5 LTS + + -- Michael Rutter Mon, 28 May 2018 00:34:15 +0000 + +adagio (0.7.1-1cran1) testing; urgency=low + + * cran2deb svn: 362M with DB version 1. + + -- cran2deb4ubuntu Sun, 27 May 2018 10:39:48 -0400 + + +adagio (0.6.5-1cran2) testing; urgency=low + + * cran2deb svn: 362M with DB version 1. + + -- cran2deb4ubuntu Sun, 23 Oct 2016 02:17:14 -0400 + + +adagio (0.6.5-1cran1) testing; urgency=low + + * cran2deb svn: 362M with DB version 1. + + -- cran2deb4ubuntu Fri, 03 Jun 2016 14:31:54 -0400 + + +adagio (0.6.3-1cran1) testing; urgency=low + + * cran2deb svn: 362M with DB version 1. + + -- cran2deb4ubuntu Sat, 12 Dec 2015 10:11:27 -0500 + + +adagio (0.6.1-1cran1) testing; urgency=low + + * cran2deb svn: 362M with DB version 1. + + -- cran2deb4ubuntu Mon, 27 Jul 2015 08:51:59 -0400 + + +adagio (0.5.9-1cran1) testing; urgency=low + + * cran2deb svn: 362M with DB version 1. + + -- cran2deb4ubuntu Sat, 28 Sep 2013 16:18:37 -0400 + + --- adagio-0.7.1.orig/debian/compat +++ adagio-0.7.1/debian/compat @@ -0,0 +1 @@ +7 \ No newline at end of file --- adagio-0.7.1.orig/debian/control +++ adagio-0.7.1/debian/control @@ -0,0 +1,21 @@ +Source: adagio +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-adagio +Architecture: any +Depends: r-base-core, ${shlibs:Depends} +Description: GNU R package "Discrete and Global Optimization Routines" + . + The R package 'adagio' will provide methods and algorithms for discrete + optimization, e.g. knapsack and subset sum procedures, derivative-free + Nelder-Mead and Hooke-Jeeves minimization, and some (evolutionary) + global optimization functions. + . + Author: Hans Werner Borchers + . + Maintainer: Hans W. Borchers --- adagio-0.7.1.orig/debian/copyright +++ adagio-0.7.1/debian/copyright @@ -0,0 +1,19 @@ +This Debian package of the GNU R package adagio was generated +automatically using cran2deb4ubuntu by cran2deb4ubuntu +. + +The original GNU R package is Copyright (C) 2018 Hans Werner Borchers +and possibly others. + +The original GNU R package is maintained by Hans W. Borchers + 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-adagio/DESCRIPTION --- adagio-0.7.1.orig/debian/rules +++ adagio-0.7.1/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +debRreposname := cran +include /usr/share/R/debian/r-cran.mk