--- r-cran-jit-1.0-4.orig/debian/changelog
+++ r-cran-jit-1.0-4/debian/changelog
@@ -0,0 +1,65 @@
+r-cran-jit (1.0-4-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 
+  
+  * debian/control: Changed Section: to section 'gnu-r'
+
+ -- Dirk Eddelbuettel <edd@debian.org>  Sun, 01 Nov 2009 18:32:27 -0600
+
+r-cran-jit (1.0-4-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Dirk Eddelbuettel <edd@debian.org>  Tue, 20 Jan 2009 19:56:47 -0600
+
+r-cran-jit (1.0-3-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Dirk Eddelbuettel <edd@debian.org>  Mon, 05 Jan 2009 13:53:56 -0600
+
+r-cran-jit (1.0-1-1) unstable; urgency=low
+
+  * New upstream release
+  
+  * debian/control: Set (Build-)Depends: to current R version 2.8.1
+
+ -- Dirk Eddelbuettel <edd@debian.org>  Sat, 03 Jan 2009 13:32:56 -0600
+
+r-cran-jit (1.0-0-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Dirk Eddelbuettel <edd@debian.org>  Sun, 26 Oct 2008 11:19:47 -0500
+
+r-cran-jit (0.0-8-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Dirk Eddelbuettel <edd@debian.org>  Tue, 15 Jul 2008 21:39:14 -0500
+
+r-cran-jit (0.0-7-2) unstable; urgency=low
+
+  * debian/control: Set 'Architecture:' to correct value 'all'
+
+ -- Dirk Eddelbuettel <edd@debian.org>  Sun, 15 Jun 2008 13:40:25 -0500
+
+r-cran-jit (0.0-7-1) unstable; urgency=low
+
+  * New upstream release
+  
+  * debian/control: Added 'Recommends: r-base-core-ra' to point to the 
+    modified R engine making use of the jit() function provided here
+  * debian/control: Reworded Description: slightly now that r-base-core-ra
+    is in the Debian archive too.
+
+ -- Dirk Eddelbuettel <edd@debian.org>  Sun, 01 Jun 2008 21:44:57 -0500
+
+r-cran-jit (0.0-6-1) unstable; urgency=low
+
+  * Initial Debian release				(Closes: #478690)
+  
+ -- Dirk Eddelbuettel <edd@debian.org>  Wed, 30 Apr 2008 11:25:59 -0500
--- r-cran-jit-1.0-4.orig/debian/rules
+++ r-cran-jit-1.0-4/debian/rules
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+# 							-*- makefile -*-
+# debian/rules file for the Debian/GNU Linux r-cran-jit package
+# Copyright 2004-2008 by Dirk Eddelbuettel <edd@debian.org>
+
+include /usr/share/R/debian/r-cran.mk
+
--- r-cran-jit-1.0-4.orig/debian/copyright
+++ r-cran-jit-1.0-4/debian/copyright
@@ -0,0 +1,35 @@
+This is the Debian GNU/Linux r-cran-jit package of jit, a 'just-in-time' 
+expression compiler for GNU R.  jit was written by Stephen Milborrow.
+
+This package was created by Dirk Eddelbuettel <edd@debian.org>. The
+sources were downloaded from CRAN at 
+	http://cran.r-project.org/src/contrib/
+
+The package was renamed from its upstream name 'jit' to 'r-cran-jit' to 
+fit the pattern of CRAN (and non-CRAN) packages for R.
+
+Copyright (C) 2008 Stephen Milborrow
+
+License: GPL-3
+
+On a Debian GNU/Linux system, the GPL license (version 3) is included
+in the file /usr/share/common-licenses/GPL-3.
+
+For reference, the upstream DESCRIPTION [indented two spaces]
+file is included below:
+
+  Package: jit
+  Version: 0.0-6
+  Title: Just-in-time compiler
+  Author: Stephen Milborrow
+  Maintainer: Stephen Milborrow <milbo@sonic.net>
+  Description: 
+    Enable just-in-time (JIT) compilation.
+    The functions in this package are useful only under Ra and have no effect under R.
+    See \url{http://www.milbo.users.sonic.net/ra/index.html}.
+    This version of the jit package is for Ra 1.0.7 and higher.
+  License: GPL-3
+  URL: http://www.milbo.users.sonic.net/ra
+  Packaged: Thu Apr 24 07:58:58 2008; steve
+  
+  
\ No newline at end of file
--- r-cran-jit-1.0-4.orig/debian/watch
+++ r-cran-jit-1.0-4/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://cran.r-project.org/src/contrib/jit_([-\d\.]*)\.tar.gz
--- r-cran-jit-1.0-4.orig/debian/control
+++ r-cran-jit-1.0-4/debian/control
@@ -0,0 +1,19 @@
+Source: r-cran-jit
+Section: gnu-r
+Priority: optional
+Maintainer: Dirk Eddelbuettel <edd@debian.org>
+Build-Depends: debhelper (>> 4.1.0), r-base-dev (>= 2.10.0), cdbs
+Standards-Version: 3.8.3
+Homepage: http://www.milbo.users.sonic.net/ra/index.html
+
+Package: r-cran-jit
+Architecture: all
+Depends: ${shlibs:Depends}, r-base-core (>= 2.10.0)
+Recommends: r-base-core-ra
+Description: GNU R package just-in-time compilation support
+ This package provides just-in-time compilation support. This requires
+ the Ra extensions to R (provided by r-base-core-ra) and has no effect
+ under the standard build of GNU R. For more on Ra and jit, see 
+ http://www.milbo.users.sonic.net/ra/index.html.
+
+
