--- r-cran-dosnow-1.0.14.orig/debian/changelog +++ r-cran-dosnow-1.0.14/debian/changelog @@ -0,0 +1,90 @@ +r-cran-dosnow (1.0.14-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:23:53 -0500 + +r-cran-dosnow (1.0.12-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set Build-Depends: to current R version + + -- Dirk Eddelbuettel Fri, 14 Mar 2014 07:01:05 -0500 + +r-cran-dosnow (1.0.11-1) unstable; urgency=low + + * New upstream release + + -- Dirk Eddelbuettel Fri, 21 Feb 2014 14:47:15 -0600 + +r-cran-dosnow (1.0.9-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, 29 Oct 2013 21:39:19 -0500 + +r-cran-dosnow (1.0.7-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set Build-Depends: to current R version + + -- Dirk Eddelbuettel Thu, 06 Jun 2013 06:26:52 -0500 + +r-cran-dosnow (1.0.6-3) 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 12:41:10 -0500 + +r-cran-dosnow (1.0.6-2) unstable; urgency=low + + * debian/control: Added r-cran-snow to Depends (Closes: #700498) + + * debian/control: Set Build-Depends: to current R version + * debian/control: Set Standards-Version: to current version + + -- Dirk Eddelbuettel Wed, 13 Feb 2013 09:33:14 -0600 + +r-cran-dosnow (1.0.6-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, 17 Apr 2012 08:34:39 -0500 + +r-cran-dosnow (1.0.5-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:38:51 -0500 + +r-cran-dosnow (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 + * debian/control: Set Standards-Version: to current version + + -- Dirk Eddelbuettel Sun, 01 Nov 2009 09:51:46 -0600 + +r-cran-dosnow (1.0.3-1) unstable; urgency=low + + * Initial Debian package (Closes: #542860) + + -- Dirk Eddelbuettel Fri, 21 Aug 2009 15:02:10 -0500 --- r-cran-dosnow-1.0.14.orig/debian/compat +++ r-cran-dosnow-1.0.14/debian/compat @@ -0,0 +1 @@ +7 --- r-cran-dosnow-1.0.14.orig/debian/control +++ r-cran-dosnow-1.0.14/debian/control @@ -0,0 +1,15 @@ +Source: r-cran-dosnow +Section: gnu-r +Priority: optional +Maintainer: Dirk Eddelbuettel +Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 3.2.2), cdbs, r-cran-snow, r-cran-foreach, r-cran-iterators +Standards-Version: 3.9.6 +Homepage: http://cran.r-project.org/web/packages/doSNOW/index.html + +Package: r-cran-dosnow +Architecture: all +Depends: ${R:Depends}, r-cran-multicore, r-cran-foreach, r-cran-iterators, r-cran-snow +Description: GNU R parallel excution backend for %dopar% using snow + This package provides a parallel backend for the %dopar% function using + Luke Tierney's snow package (which itself can wrap MPI, PVM, NWS or sockets). + --- r-cran-dosnow-1.0.14.orig/debian/copyright +++ r-cran-dosnow-1.0.14/debian/copyright @@ -0,0 +1,34 @@ +This is the Debian GNU/Linux r-cran-doSNOW package of doSNOW, a package +providing support for parallel execution of %dopar% functions using the +snow package, 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 'doSNOW' to +'r-cran-dosnow' to fit the pattern of CRAN (and non-CRAN) packages for R. + +Copyright (C) 2008 - 2009 REvolution Computing, Inc. + +License: GPL-2 + +On a Debian GNU/Linux system, the GPL (version 2.0) is included in the +file /usr/share/common-licenses/GPL-2. + +For reference, the upstream DESCRIPTION file is included below: + + Package: doSNOW + Type: Package + Title: Foreach parallel adaptor for the snow package + Version: 1.0.3 + Author: REvolution Computing + Maintainer: REvolution Computing + Description: Provides a parallel backend for the %dopar% function using + Luke Tierney's snow package. + Depends: R (>= 2.5.0), foreach(>= 1.2.0), iterators(>= 1.0.0), snow(>= + 0.3.0), utils + License: GPL-2 + Packaged: 2009-08-20 21:25:15 UTC; weston + Repository: CRAN + Date/Publication: 2009-08-21 05:15:15 --- r-cran-dosnow-1.0.14.orig/debian/rules +++ r-cran-dosnow-1.0.14/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# debian/rules file for the Debian/GNU Linux r-cran-dosnow package +# Copyright 2005 - 2009 by Dirk Eddelbuettel + +include /usr/share/R/debian/r-cran.mk + --- r-cran-dosnow-1.0.14.orig/debian/watch +++ r-cran-dosnow-1.0.14/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://cran.r-project.org/src/contrib/doSNOW_([-0-9\.]*)\.tar.gz