--- littler-0.1.3.orig/debian/compat
+++ littler-0.1.3/debian/compat
@@ -0,0 +1 @@
+5
--- littler-0.1.3.orig/debian/changelog
+++ littler-0.1.3/debian/changelog
@@ -0,0 +1,193 @@
+littler (0.1.3-1) unstable; urgency=low
+
+  * New upstream release with the following changes:
+
+       - initialize such that interactive() now returns FALSE, added 
+         new switch -i|--interactive to get the prior behaviour of TRUE
+  
+       - augmented littler_CleanUp to be closer to the example in 
+         section 8.1.2 on 'Setting R callbacks'
+  
+       - small fixes to examples install.r and update.r
+
+  * debian/control: Updated (Build-)Depends: to current R version
+  * debian/control: Updated Standards-Version: to current version
+
+ -- Dirk Eddelbuettel <edd@debian.org>  Tue, 05 Jan 2010 19:18:07 -0600
+
+littler (0.1.2-2) unstable; urgency=low
+
+  * r.1: Added missing \ to protect \n; also submitted in svn
+  							(Closes: #520868)
+  
+  * debian/control: Changed Section: to new section 'gnu-r'
+  * debian/control: Updated Standards-Version: to '3.8.1'
+
+ -- Dirk Eddelbuettel <edd@debian.org>  Mon, 23 Mar 2009 19:50:07 -0500
+
+littler (0.1.2-1) unstable; urgency=low
+
+  * New upstream release with the following changes:
+
+     - new switch -t to use per-session temp. directories in the
+       the same way R does (suggested by Paul Gilbert)
+  
+     - new switch -q which skips autoloading of libraries 
+       (suggested by Simon Urbanek)
+  
+     - Makefile.am: some rationalization and reorganization
+
+  * debian/control: Updated (Build-)Depends: to 'r-base-dev (>= 2.8.1)'
+  
+ -- Dirk Eddelbuettel <edd@debian.org>  Wed, 14 Jan 2009 21:12:44 -0600
+
+littler (0.1.1-1) unstable; urgency=low
+
+  * New upstream release with the following changes:
+  
+     - littler.c: now exits with status provided by call to q()
+
+     - tests/exitstatus.sh: Added test script for new exit status feature
+
+     - r.1: Applied patch by Seb which adds more examples. Thanks!
+
+     - README: added entry about getopt package on CRAN 
+
+     - examples/update.r: simplified clearCache
+
+  * debian/control: Updated (Build-)Depends: to 'r-base-dev (>= 2.7.2)'
+  * debian/control: Updated Standards-Version: to '3.8.0'
+  * debian/control: Added Suggests: for 'r-cran-getopt'
+  
+ -- Dirk Eddelbuettel <edd@debian.org>  Wed, 27 Aug 2008 11:05:27 -0500
+
+littler (0.1.0-3) unstable; urgency=low
+
+  * Rebuilding under the current R version
+  * debian/control: Updated (Build-)Depends accordingly
+
+ -- Dirk Eddelbuettel <edd@debian.org>  Mon, 14 Apr 2008 19:15:25 -0500
+
+littler (0.1.0-2) unstable; urgency=low
+
+  * Rebuilt to reflect the BLAS build changes in the most recent R upload.
+    Thanks to Sebastian P. Luque for the heads-up.
+  * debian/control: Update (Build-)Depends: to ' r-base-dev (>= 2.6.1-2)'
+
+ -- Dirk Eddelbuettel <edd@debian.org>  Thu, 24 Jan 2008 15:05:05 -0600
+
+littler (0.1.0-1) unstable; urgency=low
+
+  * New upstream release with the following changes:
+
+     - littler.c: Added new option -l|--packages to load R packages
+                  Small change to optional argument handling
+                  Also use --no-restore argument on startup
+                  Small additions to --help output
+
+     - r.1: Documented new option -l | --packages
+
+     - README: Updated as well
+
+     - autoloads.R: No longer suppress autoload of package datasets
+
+     - bootstrap: Two small fixes for non-bash sh use
+
+     - examples/update.r: rewritten cache clearing part
+
+     - tests/timing*.sh: added Rscript for comparison
+  
+  * debian/control: Updated to new Standards-Version:
+
+ -- Dirk Eddelbuettel <edd@debian.org>  Mon, 14 Jan 2008 21:47:32 -0600
+
+littler (0.0.11-2) unstable; urgency=low
+
+  * Rebuilt under R 2.6.1
+
+ -- Dirk Eddelbuettel <edd@debian.org>  Thu, 29 Nov 2007 21:07:13 -0600
+
+littler (0.0.11-1) unstable; urgency=low
+
+  * New upstream release with the following upstream changes:
+ 
+  * Makefile.am: Removed use of one GNU extension to Make to
+    facilitate builds on non-GNU systems
+  * examples/update.r: Fix by Jeff for file caching issues
+  
+  * Built against the new R 2.5.0 released yesterday
+  * debian/control: Build-Depends: updated to r-base-core (>= 2.5.0)
+
+ -- Dirk Eddelbuettel <edd@debian.org>  Wed, 25 Apr 2007 12:46:53 -0500
+
+littler (0.0.10-1) unstable; urgency=low
+
+  * New upstream release with the following upstream changes:
+  
+  * Minor fix to the build process to overcome a built issue on OpenSUSE
+    -- configure now checks more of R's *LIBS variables and even has
+    two additional switches to add Java and Tcl/Tk libs 
+  * Added init_rand() function so that R's tempfile() function works
+  * Addition to the FAQ to mention the upcoming Rscript, incl. example
+  * Added Added R version checking to support R 2.4 and 2.5 to littler.c
+  * tests/ now use ../r as path to r executable
+  
+ -- Dirk Eddelbuettel <edd@debian.org>  Tue, 20 Feb 2007 22:02:25 -0600
+
+littler (0.0.9-1) unstable; urgency=low
+
+  * New upstream release:
+  
+  * littler.c: Add call to R_ReplDLLinit at initialization
+  * examples/update.r: ALways recreate package caches
+
+  * debian/control: Updated (Build-)Depends: to R 2.4.1
+  
+ -- Dirk Eddelbuettel <edd@debian.org>  Thu,  4 Jan 2007 19:52:04 -0600
+
+littler (0.0.8-1) unstable; urgency=low
+
+  * New upstream release
+
+  * debian/control: Remove Build-Depends: on automake and autotools-dev 
+							(Closes: #394295)
+
+ -- Dirk Eddelbuettel <edd@debian.org>  Wed, 25 Oct 2006 22:08:09 -0500
+
+littler (0.0.7-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Dirk Eddelbuettel <edd@debian.org>  Thu,  5 Oct 2006 15:04:21 -0500
+
+littler (0.0.6-1) unstable; urgency=low
+
+  * New upstream release
+
+ -- Dirk Eddelbuettel <edd@debian.org>  Thu,  4 Oct 2006 21:46:07 -0500
+
+littler (0.0.5-1) unstable; urgency=low
+
+  * Official first release made earlier today, plus some documentation
+    fixes checked into SVN during the day
+  
+ -- Dirk Eddelbuettel <edd@debian.org>  Tue, 26 Sep 2006 22:15:40 -0500
+
+littler (0.0.5~20060921-1) unstable; urgency=low
+
+  * Updated pre-release for initial Debian upload
+
+ -- Dirk Eddelbuettel <edd@debian.org>  Thu, 21 Sep 2006 22:39:45 -0500
+
+littler (0.0.5~20060916-1) unstable; urgency=low
+
+  * Updated pre-release
+
+ -- Dirk Eddelbuettel <edd@debian.org>  Sat, 16 Sep 2006 12:13:52 -0500
+
+littler (0.0.5~20060914-1) unstable; urgency=low
+
+  * Initial Debian packaging -- no release yet
+
+ -- Dirk Eddelbuettel <edd@debian.org>  Thu, 14 Sep 2006 20:46:45 -0500
+
--- littler-0.1.3.orig/debian/littler.lintian-overrides
+++ littler-0.1.3/debian/littler.lintian-overrides
@@ -0,0 +1,7 @@
+littler: binary-or-shlib-defines-rpath ./usr/bin/r /usr/lib/R/lib
+littler: binary-or-shlib-defines-rpath ./usr/bin/r /usr/lib/jvm/java-6-openjdk/jre/lib/i386
+littler: binary-or-shlib-defines-rpath ./usr/bin/r /usr/lib/libfakeroot
+littler: binary-or-shlib-defines-rpath ./usr/bin/r /usr/lib64/libfakeroot
+littler: binary-or-shlib-defines-rpath ./usr/bin/r /usr/lib32/libfakeroot
+littler: binary-or-shlib-defines-rpath ./usr/bin/r /usr/lib/jvm/java-6-openjdk/jre/lib/i386/client
+littler: binary-or-shlib-defines-rpath ./usr/bin/r /usr/lib/jni
--- littler-0.1.3.orig/debian/rules
+++ littler-0.1.3/debian/rules
@@ -0,0 +1,12 @@
+#!/usr/bin/make -f 					
+# 							-*- makefile -*-
+# debian/rules file for the Debian/GNU Linux littler package
+# Copyright 2006 by Dirk Eddelbuettel <edd@debian.org>
+
+include /usr/share/cdbs/1/class/autotools.mk
+include /usr/share/cdbs/1/rules/debhelper.mk
+
+binary-install/littler::
+		dh_installexamples examples/*
+		dh_installdocs tests/
+
--- littler-0.1.3.orig/debian/copyright
+++ littler-0.1.3/debian/copyright
@@ -0,0 +1,16 @@
+This is the Debian GNU/Linux littler package, a leightweight wrapper
+for shebang-style scripting and pipeline uses for the GNU R language
+and environment for statistical computing and graphics. It was written
+by Jeffrey Horner and Dirk Eddelbuettel.
+
+This package was created by Dirk Eddelbuettel <edd@debian.org>.
+The sources were downloaded from the SVN archive at
+	http://littler.googlecode.com/svn/trunk/ littler
+
+Copyright (C) 2006 - 2010 Jeffey Horner and Dirk Eddelbuettel
+
+License: GPL
+
+On a Debian GNU/Linux system, the GPL license is included in the file
+/usr/share/common-licenses/GPL.
+
--- littler-0.1.3.orig/debian/control
+++ littler-0.1.3/debian/control
@@ -0,0 +1,21 @@
+Source: littler
+Section: gnu-r
+Priority: optional
+Maintainer: Dirk Eddelbuettel <edd@debian.org>
+Standards-Version: 3.8.3
+Build-Depends: debhelper (>= 5), cdbs, r-base-dev (>= 2.10.1), autotools-dev
+
+Package: littler
+Architecture: any
+Depends: ${shlibs:Depends}, ${misc:Depends}, r-base-core (>= 2.10.1)
+Suggests: r-cran-getopt
+Description: GNU R scripting and command-line front-end
+ The 'r' (aka 'littler') program provides a leightweight binary wrapper around 
+ the GNU R language and environment for statistical computing and graphics. 
+ .
+ While R can be used in batch mode, the r binary adds full support for
+ both 'shebang'-style scripting (i.e. using a  hashmark-exclamation-path 
+ expression as the first line in scripts) as well as command-line use in 
+ standard Unix pipelines. In other words, r provides the R language without 
+ the environment. 
+
