--- r-cran-multicore-0.1-3.orig/debian/compat
+++ r-cran-multicore-0.1-3/debian/compat
@@ -0,0 +1 @@
+7
--- r-cran-multicore-0.1-3.orig/debian/changelog
+++ r-cran-multicore-0.1-3/debian/changelog
@@ -0,0 +1,14 @@
+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 <edd@debian.org>  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 <edd@debian.org>  Sat, 30 May 2009 10:18:04 -0500
--- r-cran-multicore-0.1-3.orig/debian/rules
+++ r-cran-multicore-0.1-3/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 <edd@debian.org>
+
+include /usr/share/R/debian/r-cran.mk
+
--- r-cran-multicore-0.1-3.orig/debian/copyright
+++ r-cran-multicore-0.1-3/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 <edd@debian.org>.
+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 <Simon.Urbanek@r-project.org>
+  Maintainer: Simon Urbanek <Simon.Urbanek@r-project.org>
+  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.1-3.orig/debian/watch
+++ r-cran-multicore-0.1-3/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://cran.r-project.org/src/contrib/multicore_([-0-9\.]*)\.tar.gz
--- r-cran-multicore-0.1-3.orig/debian/control
+++ r-cran-multicore-0.1-3/debian/control
@@ -0,0 +1,15 @@
+Source: r-cran-multicore
+Section: gnu-r
+Priority: optional
+Maintainer: Dirk Eddelbuettel <edd@debian.org>
+Build-Depends: debhelper (>= 7.0.0), r-base-dev (>= 2.10.0), cdbs
+Standards-Version: 3.8.3
+Homepage: http://www.rforge.net/multicore
+
+Package: r-cran-multicore
+Architecture: any
+Depends: r-base-core (>= 2.10.0), ${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.
