--- r-cran-iterators-1.0.9.orig/debian/changelog +++ r-cran-iterators-1.0.9/debian/changelog @@ -0,0 +1,101 @@ +r-cran-iterators (1.0.9-1) unstable; urgency=medium + + * New upstream release + + * debian/control: Set Standards-Version: to current version + * debian/control: Set Build-Depends: to current R version + * debian/compat: Set level to 9 + * debian/control: Add Depends: on ${misc:Depends} + + -- Dirk Eddelbuettel Thu, 14 Dec 2017 14:17:04 -0600 + +r-cran-iterators (1.0.8-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 Wed, 14 Oct 2015 20:27:51 -0500 + +r-cran-iterators (1.0.7-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, 11 Apr 2014 06:59:03 -0500 + +r-cran-iterators (1.0.6-2) unstable; urgency=low + + * debian/control: Set Build-Depends: to current R version + * debian/control: Set Standards-Version: to current version + + * (Re-)building with R 3.0.0 (beta) + + -- Dirk Eddelbuettel Sat, 30 Mar 2013 17:09:23 -0500 + +r-cran-iterators (1.0.6-1) unstable; urgency=low + + * New upstream release + + * debian/control: Correct typo (Closes: #649296) + + * 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, 17 Apr 2012 08:33:21 -0500 + +r-cran-iterators (1.0.5-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set (Build-)Depends: to current R version + + -- Dirk Eddelbuettel Sat, 23 Jul 2011 09:51:15 -0500 + +r-cran-iterators (1.0.4-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:26:05 -0500 + +r-cran-iterators (1.0.3-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 16:38:37 -0600 + +r-cran-iterators (1.0.3-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 17:05:51 -0500 + +r-cran-iterators (1.0.2-1) unstable; urgency=low + + * New upstream release + + -- Dirk Eddelbuettel Wed, 22 Jul 2009 13:44:35 -0500 + +r-cran-iterators (1.0.1-1) unstable; urgency=low + + * New upstream release + + -- Dirk Eddelbuettel Tue, 30 Jun 2009 09:02:41 -0500 + +r-cran-iterators (1.0.0-1) unstable; urgency=low + + * Initial Debian package (Closes: #534862) + + -- Dirk Eddelbuettel Sun, 28 Jun 2009 13:00:51 -0500 --- r-cran-iterators-1.0.9.orig/debian/compat +++ r-cran-iterators-1.0.9/debian/compat @@ -0,0 +1 @@ +9 --- r-cran-iterators-1.0.9.orig/debian/control +++ r-cran-iterators-1.0.9/debian/control @@ -0,0 +1,15 @@ +Source: r-cran-iterators +Section: gnu-r +Priority: optional +Maintainer: Dirk Eddelbuettel +Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 3.4.3), cdbs +Standards-Version: 4.1.1 +Homepage: http://cran.r-project.org/web/packages/iterators/index.html + +Package: r-cran-iterators +Architecture: all +Depends: ${R:Depends}, ${misc:Depends} +Description: GNU R iterator support for vectors, lists and other containers + This package provides support for iterators, which allow a programmer to + traverse through all the elements of a vector, list, or other collection + of data. --- r-cran-iterators-1.0.9.orig/debian/copyright +++ r-cran-iterators-1.0.9/debian/copyright @@ -0,0 +1,39 @@ +This is the Debian GNU/Linux r-cran-iterators package of iterators, a +package providing support for traversing elements of a vector, list or +other data container object in R, 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 'iterators' to +'r-cran-iterators' 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: iterators + Type: Package + Title: Iterator construct for R + Version: 1.0.0 + Author: REvolution Computing + Maintainer: REvolution Computing + Description: Support for iterators, which allow a programmer to + traverse through all the elements of a vector, list, or other + collection of data. + Depends: R (>= 2.5.0), utils + Suggests: foreach + License: Apache License (== 2.0) + Packaged: 2009-06-26 18:14:19 UTC; weston + Repository: CRAN + Date/Publication: 2009-06-27 08:16:21 + + --- r-cran-iterators-1.0.9.orig/debian/r-cran-iterators.lintian-overrides +++ r-cran-iterators-1.0.9/debian/r-cran-iterators.lintian-overrides @@ -0,0 +1 @@ +r-cran-iterators: script-not-executable usr/lib/R/site-library/iterators/unitTests/runTestSuite.sh --- r-cran-iterators-1.0.9.orig/debian/rules +++ r-cran-iterators-1.0.9/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# debian/rules file for the Debian/GNU Linux r-cran-iterators package +# Copyright 2005 - 2009 by Dirk Eddelbuettel + +include /usr/share/R/debian/r-cran.mk + --- r-cran-iterators-1.0.9.orig/debian/watch +++ r-cran-iterators-1.0.9/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://cran.r-project.org/src/contrib/iterators_([-0-9\.]*)\.tar.gz