--- r-cran-domc-1.2.2.orig/debian/r-cran-domc.lintian-overrides +++ r-cran-domc-1.2.2/debian/r-cran-domc.lintian-overrides @@ -0,0 +1 @@ +r-cran-domc: script-not-executable usr/lib/R/site-library/doMC/unitTests/runTestSuite.sh --- r-cran-domc-1.2.2.orig/debian/watch +++ r-cran-domc-1.2.2/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://cran.r-project.org/src/contrib/doMC_([-0-9\.]*)\.tar.gz --- r-cran-domc-1.2.2.orig/debian/compat +++ r-cran-domc-1.2.2/debian/compat @@ -0,0 +1 @@ +7 --- r-cran-domc-1.2.2.orig/debian/changelog +++ r-cran-domc-1.2.2/debian/changelog @@ -0,0 +1,46 @@ +r-cran-domc (1.2.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:43:26 -0500 + +r-cran-domc (1.2.1-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 Thu, 10 Jun 2010 11:48:26 -0500 + +r-cran-domc (1.2.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:49:33 -0600 + +r-cran-domc (1.2.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 17:02:08 -0500 + +r-cran-domc (1.1.1-1) unstable; urgency=low + + * New upstream release + + -- Dirk Eddelbuettel Tue, 30 Jun 2009 09:09:44 -0500 + +r-cran-domc (1.1.0-1) unstable; urgency=low + + * Initial Debian package (Closes: #534865) + + -- Dirk Eddelbuettel Sun, 28 Jun 2009 13:05:48 -0500 --- r-cran-domc-1.2.2.orig/debian/rules +++ r-cran-domc-1.2.2/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# debian/rules file for the Debian/GNU Linux r-cran-domc package +# Copyright 2005 - 2009 by Dirk Eddelbuettel + +include /usr/share/R/debian/r-cran.mk + --- r-cran-domc-1.2.2.orig/debian/copyright +++ r-cran-domc-1.2.2/debian/copyright @@ -0,0 +1,37 @@ +This is the Debian GNU/Linux r-cran-doMC package of doMC, a package +providing support for parallel execution of %dopar% functions +utilising the multicore packages, 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 'doMC' to +'r-cran-domc' 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: doMC + Type: Package + Title: Foreach parallel adaptor for the multicore package + Version: 1.1.0 + Author: REvolution Computing + Maintainer: REvolution Computing + Description: Provides a parallel backend for the %dopar% function using + Simon Urbanek's multicore package. + Depends: R (>= 2.5.0), foreach(>= 1.2.0), iterators(>= 1.0.0), + multicore(>= 0.1), utils + License: Apache License (== 2.0) + Packaged: 2009-06-26 18:22:06 UTC; weston + Repository: CRAN + Date/Publication: 2009-06-27 08:16:07 + + --- r-cran-domc-1.2.2.orig/debian/control +++ r-cran-domc-1.2.2/debian/control @@ -0,0 +1,15 @@ +Source: r-cran-domc +Section: gnu-r +Priority: optional +Maintainer: Dirk Eddelbuettel +Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 2.13.0), cdbs, r-cran-multicore, r-cran-foreach, r-cran-iterators +Standards-Version: 3.9.1 +Homepage: http://cran.r-project.org/web/packages/doMC/index.html + +Package: r-cran-domc +Architecture: all +Depends: r-base-core (>= 2.13.0), r-cran-multicore, r-cran-foreach, r-cran-iterators +Description: GNU R parallel excution backend for %dopar% using multicore + This package provides a parallel backend for the %dopar% function using + Simon Urbanek's multicore package. +