--- r-cran-multicore-0.2.orig/debian/changelog +++ r-cran-multicore-0.2/debian/changelog @@ -0,0 +1,64 @@ +r-cran-multicore (0.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 Sat, 17 May 2014 06:49:00 -0500 + +r-cran-multicore (0.1-7-2) unstable; urgency=low + + * debian/control: Set Build-Depends: to current R version + * debian/control: Change Depends to ${R:Depends} + * debian/control: Set Standards-Version: to current version + + * (Re-)building with R 3.0.0 (beta) + + -- Dirk Eddelbuettel Sat, 30 Mar 2013 12:37:04 -0500 + +r-cran-multicore (0.1-7-1) unstable; urgency=low + + * New upstream release + + -- Dirk Eddelbuettel Thu, 08 Sep 2011 07:27:28 -0500 + +r-cran-multicore (0.1-6-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set (Build-)Depends: to current R version + + -- Dirk Eddelbuettel Tue, 06 Sep 2011 23:01:10 -0500 + +r-cran-multicore (0.1-5-1) unstable; urgency=low + + * New upstream release + + * debian/control: Set (Build-)Depends: to current R version + + -- Dirk Eddelbuettel Thu, 10 Mar 2011 12:47:23 -0600 + +r-cran-multicore (0.1-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 Sat, 12 Feb 2011 09:16:00 -0600 + +r-cran-multicore (0.1-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 Mon, 02 Nov 2009 19:56:13 -0600 + +r-cran-multicore (0.1-3-1) unstable; urgency=low + + * Initial Debian package (Closes: #531096) + + -- Dirk Eddelbuettel Sat, 30 May 2009 10:18:04 -0500 --- r-cran-multicore-0.2.orig/debian/compat +++ r-cran-multicore-0.2/debian/compat @@ -0,0 +1 @@ +7 --- r-cran-multicore-0.2.orig/debian/control +++ r-cran-multicore-0.2/debian/control @@ -0,0 +1,15 @@ +Source: r-cran-multicore +Section: gnu-r +Priority: optional +Maintainer: Dirk Eddelbuettel +Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 3.1.0), cdbs +Standards-Version: 3.9.5 +Homepage: http://www.rforge.net/multicore + +Package: r-cran-multicore +Architecture: any +Depends: ${R:Depends}, ${shlibs:Depends} +Description: GNU R parallel processing on multi-core or multi-cpu machines + This package provides a way of running parallel computations in R on + machines with multiple cores or CPUs. Jobs can share the entire + initial workspace and it provides methods for results collection. --- r-cran-multicore-0.2.orig/debian/copyright +++ r-cran-multicore-0.2/debian/copyright @@ -0,0 +1,40 @@ +This is the Debian GNU/Linux r-cran-multicore package of multicore, a +package providing parallel programming for multi-core or multi-cpu +machines written by Simon Urbanek. + +This package was created by Dirk Eddelbuettel . +The sources were downloaded from + http://www.rforge.net/multicore +and are also available at every mirror of CRAN: + http://cran.r-project.org + +Copyright (C) 2008 - 2009 Simon Urbanek + +License: GPL-2 + +On a Debian GNU/Linux system, the GPL-2 license is included +in the file /usr/share/common-licenses/GPL-2. + +For reference, the upstream DESCRIPTION file is included below: + + Package: multicore + Version: 0.1-3 + Title: Parallel processing of R code on machines with multiple cores or + CPUs + Author: Simon Urbanek + Maintainer: Simon Urbanek + Depends: R (>= 2.0.0) + Description: This package provides a way of running parallel + computations in R on machines with multiple cores or CPUs. Jobs + can share the entire initial workspace and it provides methods + for results collection. + License: GPL-2 + SystemRequirements: POSIX-compliant OS (essentially anything but + Windows) + OS_type: unix + URL: http://www.rforge.net/multicore/ + + + + + --- r-cran-multicore-0.2.orig/debian/rules +++ r-cran-multicore-0.2/debian/rules @@ -0,0 +1,7 @@ +#!/usr/bin/make -f +# -*- makefile -*- +# debian/rules file for the Debian/GNU Linux r-cran-multicore package +# Copyright 2005 - 2009 by Dirk Eddelbuettel + +include /usr/share/R/debian/r-cran.mk + --- r-cran-multicore-0.2.orig/debian/watch +++ r-cran-multicore-0.2/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://cran.r-project.org/src/contrib/multicore_([-0-9\.]*)\.tar.gz