--- codetools-0.2-15.orig/debian/changelog +++ codetools-0.2-15/debian/changelog @@ -0,0 +1,48 @@ +codetools (0.2-15-1cran1trusty0) trusty; urgency=medium + + * Compilation for Ubuntu 14.04.4 LTS + + -- Michael Rutter Sun, 16 Oct 2016 14:14:09 +0000 + +codetools (0.2-15-1cran1) testing; urgency=low + + * cran2deb svn: 362M with DB version 1. + + -- cran2deb4ubuntu Sat, 08 Oct 2016 08:49:47 -0400 + + +codetools (0.2-9-1cran1) testing; urgency=low + + * cran2deb svn: 362M with DB version 1. + + -- cran2deb4ubuntu Fri, 22 Aug 2014 15:11:47 -0400 + + +codetools (0.2-8-1cran1) testing; urgency=low + + * cran2deb svn: 362M with DB version 1. + + -- cran2deb4ubuntu Sun, 10 Jul 2011 14:54:46 -0400 + + +codetools (0.2-14-1cran1) testing; urgency=low + + * cran2deb svn: 362M with DB version 1. + + -- cran2deb4ubuntu Sat, 18 Jul 2015 16:49:22 -0400 + + +codetools (0.2-11-1cran1) testing; urgency=low + + * cran2deb svn: 362M with DB version 1. + + -- cran2deb4ubuntu Sat, 14 Mar 2015 08:07:34 -0400 + + +codetools (0.2-10-1cran1) testing; urgency=low + + * cran2deb svn: 362M with DB version 1. + + -- cran2deb4ubuntu Mon, 19 Jan 2015 19:43:24 -0500 + + --- codetools-0.2-15.orig/debian/control +++ codetools-0.2-15/debian/control @@ -0,0 +1,18 @@ +Source: codetools +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-codetools +Architecture: all +Depends: r-base-core +Description: GNU R package "Code Analysis Tools for R" + . + Code analysis tools for R. + . + Author: Luke Tierney + . + Maintainer: Luke Tierney --- codetools-0.2-15.orig/debian/copyright +++ codetools-0.2-15/debian/copyright @@ -0,0 +1,18 @@ +This Debian package of the GNU R package codetools was generated +automatically using cran2deb4ubuntu by cran2deb4ubuntu +. + +The original GNU R package is Copyright (C) 2016 Luke Tierney + and possibly others. + +The original GNU R package is maintained by Luke Tierney + 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 . 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-codetools/DESCRIPTION --- codetools-0.2-15.orig/debian/rules +++ codetools-0.2-15/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f +debRreposname := cran +include /usr/share/R/debian/r-cran.mk