--- r-cran-foreach-1.4.0.orig/debian/r-cran-foreach.lintian-overrides +++ r-cran-foreach-1.4.0/debian/r-cran-foreach.lintian-overrides @@ -0,0 +1,2 @@ +r-cran-foreach: executable-not-elf-or-script usr/lib/R/site-library/foreach/doc/foreach.Rnw +r-cran-foreach: script-not-executable usr/lib/R/site-library/foreach/unitTests/runTestSuite.sh --- r-cran-foreach-1.4.0.orig/debian/watch +++ r-cran-foreach-1.4.0/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://cran.r-project.org/src/contrib/foreach_([-0-9\.]*)\.tar.gz --- r-cran-foreach-1.4.0.orig/debian/copyright +++ r-cran-foreach-1.4.0/debian/copyright @@ -0,0 +1,42 @@ +This is the Debian GNU/Linux r-cran-foreach package of foreach, a +package providing support for foreach looping, which was written by +REvolution Computing, Inc. + +This package was created by Dirk Eddelbuettel . +The sources were downloaded from the CRAN network at + http://cran.r-project.org + +The package was renamed from its upstream name 'foreach' to +'r-cran-foreach' to fit the pattern of CRAN (and non-CRAN) packages +for R. + +Copyright (C) 2008 - 2009 REvolution Computing, Inc. + +License: Apache License (version 2.0) + +On a Debian GNU/Linux system, the Apache License (version 2.0) is +included in the file /usr/share/common-licenses/Apache-2.0. + +For reference, the upstream DESCRIPTION file is included below: + + Package: foreach + Type: Package + Title: Foreach looping construct for R + Version: 1.2.0-1 + Author: REvolution Computing + Maintainer: REvolution Computing + Description: Support for the foreach looping construct. Foreach is an + idiom that allows for iterating over elements in a collection, + without the use of an explicit loop counter. This package in + particular is intended to be used for its return value, rather + than for its side effects. In that sense, it is similar to the + standard lapply function, but doesn't require the evaluation of + a function. Using foreach without side effects also + facilitates executing the loop in parallel. + Depends: R (>= 2.5.0), iterators(>= 1.0.0), codetools, utils + License: Apache License (== 2.0) + Packaged: 2009-06-26 18:15:52 UTC; weston + Repository: CRAN + Date/Publication: 2009-06-27 08:16:18 + + --- r-cran-foreach-1.4.0.orig/debian/control +++ r-cran-foreach-1.4.0/debian/control @@ -0,0 +1,21 @@ +Source: r-cran-foreach +Section: gnu-r +Priority: optional +Maintainer: Dirk Eddelbuettel +Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 3.0.0~20130327), cdbs, r-cran-codetools, r-cran-iterators +Standards-Version: 3.9.4 +Homepage: http://cran.r-project.org/web/packages/foreach/index.html + +Package: r-cran-foreach +Architecture: all +Depends: ${R:Depends}, r-cran-codetools, r-cran-iterators +Description: GNU R foreach looping support + This package provides support for the foreach looping construct. + Foreach is an idiom that allows for iterating over elements in a + collection, without the use of an explicit loop counter. This package + in particular is intended to be used for its return value, rather + than for its side effects. In that sense, it is similar to the + standard lapply function, but doesn't require the evaluation of + a function. Using foreach without side effects also facilitates + executing the loop in parallel. + --- r-cran-foreach-1.4.0.orig/debian/compat +++ r-cran-foreach-1.4.0/debian/compat @@ -0,0 +1 @@ +7 --- r-cran-foreach-1.4.0.orig/debian/rules +++ r-cran-foreach-1.4.0/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# debian/rules file for the Debian/GNU Linux r-cran-foreach package +# Copyright 2005 - 2009 by Dirk Eddelbuettel + +include /usr/share/R/debian/r-cran.mk + --- r-cran-foreach-1.4.0.orig/debian/changelog +++ r-cran-foreach-1.4.0/debian/changelog @@ -0,0 +1,75 @@ +r-cran-foreach (1.4.0-2precise0) precise; urgency=low + + * Compilation for Ubuntu 12.04.2 LTS + + -- Michael Rutter Sun, 05 May 2013 02:34:12 +0000 + +r-cran-foreach (1.4.0-2) unstable; urgency=low + + * debian/control: Set Build-Depends: to current R version + + * (Re-)building with R 3.0.0 (beta) + + -- Dirk Eddelbuettel Sun, 31 Mar 2013 07:30:07 -0500 + +r-cran-foreach (1.4.0-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set Build-Depends: to current R version + + -- Dirk Eddelbuettel Tue, 17 Apr 2012 08:28:13 -0500 + +r-cran-foreach (1.3.5-1) unstable; urgency=low + + * New upstream release + + -- Dirk Eddelbuettel Wed, 14 Mar 2012 19:19:44 -0500 + +r-cran-foreach (1.3.4-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set Build-Depends: to current R version + * debian/control: Change Depends to ${R:Depends} + * debian/control: Set Standards-Version: to current version + + -- Dirk Eddelbuettel Tue, 13 Mar 2012 10:12:21 -0500 + +r-cran-foreach (1.3.2-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set (Build-)Depends: to current R version + * debian/control: Set Standards-Version: to current version + + -- Dirk Eddelbuettel Fri, 20 May 2011 14:46:13 -0500 + +r-cran-foreach (1.3.0-2) unstable; urgency=low + + * Rebuilt for R 2.10.0 to work with new R-internal help file conversion + + * debian/control: Set (Build-)Depends: to current R version + + -- Dirk Eddelbuettel Sun, 01 Nov 2009 09:53:38 -0600 + +r-cran-foreach (1.3.0-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set (Build-)Depends: to current R version + * debian/control: Set Standards-Version: to current version + + -- Dirk Eddelbuettel Tue, 06 Oct 2009 16:52:11 -0500 + +r-cran-foreach (1.2.1-1) unstable; urgency=low + + * New upstream release + + -- Dirk Eddelbuettel Tue, 30 Jun 2009 07:56:09 -0500 + +r-cran-foreach (1.2.0-1-1) unstable; urgency=low + + * Initial Debian package (Closes: #534864) + + -- Dirk Eddelbuettel Sun, 28 Jun 2009 13:03:53 -0500