--- codetools-0.1-8.3.orig/debian/changelog +++ codetools-0.1-8.3/debian/changelog @@ -0,0 +1,45 @@ +codetools (0.1-8.3-1) unstable; urgency=low + + * New upstream release + * Built with R 2.6.0, so setting (Build-)Depends: to + 'r-base-(core|dev) >> 2.5.1' to prevent move to testing before R 2.6.0 + + * Due to the versioning issue mentioned below, renaming 0.1-3 to 0.1-8.3 + + -- Dirk Eddelbuettel Thu, 04 Oct 2007 16:43:30 -0500 + +codetools (0.1-8.2-1) unstable; urgency=low + + * New upstream release + + * Due to the versioning issue mentioned below, renaming 0.1-2 to 0.1-8.2 + + -- Dirk Eddelbuettel Thu, 14 Jun 2007 21:09:25 -0500 + +codetools (0.1-8.1-1) unstable; urgency=low + + * Rebuilt with slightly increased version number: Due to an erroneous + initial upload with version number 0.1-8 (from the sibbling package + rcompgen), subsequent uploads (with the two changelog entries below) + did not get into the Debian unstable archive. This upload bumps the + upstream version number 0.1-1 to 0.1-8.1. This will be reset as soon + as the upstream release is larger than 0.1-8. I prefer this over + adding an epoch "forever". (Closes: #421705) + + * debian/control: Updated (Build-)Depends: to 'r-base-core (>= 2.5.0)' + + -- Dirk Eddelbuettel Tue, 1 May 2007 13:13:36 -0500 + +codetools (0.1-1-2) unstable; urgency=low + + * Rebuilt under newer R version with improved r-cran.mk script + * debian/control: Adjusted Build-Depends: to r-base-dev (>= 2.5.0~20070412-1) + + -- Dirk Eddelbuettel Fri, 13 Apr 2007 16:18:45 -0500 + +codetools (0.1-1-1) unstable; urgency=low + + * Initial Debian packaging of new R 'recommended' package now + bundled with the upstream sources of R 2.5.0 + + -- Dirk Eddelbuettel Sun, 8 Apr 2007 07:21:57 -0500 --- codetools-0.1-8.3.orig/debian/rules +++ codetools-0.1-8.3/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# debian/rules file for the Debian/GNU Linux r-cran-codetools package +# Copyright 2004-2007 by Dirk Eddelbuettel + +include /usr/share/R/debian/r-cran.mk + --- codetools-0.1-8.3.orig/debian/copyright +++ codetools-0.1-8.3/debian/copyright @@ -0,0 +1,33 @@ +This is the Debian GNU/Linux r-cran-codetools package of codetools, a +collection of functions for code analysis for R. Codetools was written +by Luke Tierney. + +This package was created by Dirk Eddelbuettel . The +sources were downloaded with the R 2.5.0 upstream sources. Sources for +codetools are available at CRAN at its mirrors at + http://cran.us.r-project.org/src/contrib/ +as well as with R releases at + http://cran.us.r-project.org/src/base/ + +The package was renamed from its upstream name 'codetools' to +'r-cran-codetools' to fit the pattern of CRAN (and non-CRAN) packages +for R. + +Codetools is copyright by Luke Tierney and released under the GNU GPL. + +On a Debian GNU/Linux system, the GPL license is included in the file +/usr/share/common-licenses/GPL. + +For reference, the upstream DESCRIPTION [with lines broken to 80 cols] +file is included below: + + Package: codetools + Version: 0.1-1 + Priority: recommended + Author: Luke Tierney + Description: Code analysis tools for R + Title: Code Analysis Tools for R + Depends: R (>= 2.1) + Maintainer: Luke Tierney + License: GPL + Packaged: Wed Apr 4 10:21:05 2007; luke --- codetools-0.1-8.3.orig/debian/watch +++ codetools-0.1-8.3/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://cran.r-project.org/src/contrib/codetools_([-\d\.]*)\.tar.gz --- codetools-0.1-8.3.orig/debian/control +++ codetools-0.1-8.3/debian/control @@ -0,0 +1,16 @@ +Source: codetools +Section: math +Priority: optional +Maintainer: Dirk Eddelbuettel +Build-Depends: debhelper (>> 4.1.0), r-base-dev (>> 2.5.1), cdbs +Standards-Version: 3.7.2 + +Package: r-cran-codetools +Architecture: all +Depends: ${shlibs:Depends}, r-base-core (>> 2.5.1) +Description: GNU R package providing code analysis tools + This package provides functions for code analysis for R. + . + This package is part of the set of packages that are 'recommended' + by R Core and shipped with upstream source releases of R itself. +