--- r-cran-xtable-1.5-6.orig/debian/README.Debian
+++ r-cran-xtable-1.5-6/debian/README.Debian
@@ -0,0 +1,5 @@
+Notes on how this package is tested.
+────────────────────────────────────
+
+After building on the maintainer's computer, this package was locally installed
+and the library loaded into R in order to confirm its integrity.
--- r-cran-xtable-1.5-6.orig/debian/control
+++ r-cran-xtable-1.5-6/debian/control
@@ -0,0 +1,20 @@
+Source: r-cran-xtable
+Section: gnu-r
+Priority: optional
+Maintainer: Debian Science Team <debian-science-maintainers@lists.alioth.debian.org>
+Uploaders: Andreas Tille <tille@debian.org>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 7.0), cdbs, r-base-dev
+Standards-Version: 3.8.4
+Homepage: http://cran.r-project.org/web/packages/xtable
+Vcs-Browser: http://svn.debian.org/wsvn/debian-science/packages/R/r-cran-xtable/trunk/?rev=0&sc=0
+Vcs-Svn: svn://svn.debian.org/svn/debian-science/packages/R/r-cran-xtable/trunk/
+
+Package: r-cran-xtable
+Architecture: all
+Depends: ${misc:Depends}, ${shlibs:Depends}, ${R:Depends}
+Description: GNU R coerce data to LaTeX and HTML tables
+ This R package provides functions returning, displaying or writing to
+ disk the LaTeX or HTML code associated with the supplied object of
+ class xtable. The package also provides functions converting an R object
+ to an xtable object, which can then be printed as a LaTeX or HTML table.
--- r-cran-xtable-1.5-6.orig/debian/changelog
+++ r-cran-xtable-1.5-6/debian/changelog
@@ -0,0 +1,50 @@
+r-cran-xtable (1:1.5-6-1) unstable; urgency=low
+
+ * Team upload.
+
+ [ Andreas Tille ]
+ * New upstream version.
+ * Built against R 2.11 (Closes: #581829).
+ * Use upstream version scheme with dash '-' which requires epoch
+ in changelog (Closes: #556295)
+ * debian/watch: Removed unneeded version mangling
+ * debian/get-orig-source: removed because unneeded (uscan is
+ perfectly sufficient)
+ * Standards-Version: 3.8.4 (no changes needed)
+
+ [ Charles Plessy ]
+ * Depend on a version equal or superior than the R upstream release that
+ was used to build this package, using a R:Depends substvar
+ (debian/control, debian/rules).
+ * Added notes to explain how this package is tested (debian/README.Debian).
+
+ -- Charles Plessy <plessy@debian.org> Tue, 18 May 2010 09:31:44 +0900
+
+r-cran-xtable (1.5.5-1) unstable; urgency=low
+
+ * New upstream version
+ * debian/control:
+ - Slightly modified description
+ - Section: gnu-r
+
+ -- Andreas Tille <tille@debian.org> Mon, 18 May 2009 10:21:47 +0200
+
+r-cran-xtable (1.5.4-2) unstable; urgency=low
+
+ * Standards-Version: 3.8.1 (no changes needed)
+ * Enhanced long description
+ Closes: #520214
+ * debian/copyright
+ - Fixed cut-n-pasto
+ - link to versioned copy of GPL (GPL-2)
+ * Added link from doc directory to the PDF inside
+ the R directory
+ * doc-base support
+
+ -- Andreas Tille <tille@debian.org> Wed, 18 Mar 2009 10:17:18 +0100
+
+r-cran-xtable (1.5.4-1) unstable; urgency=low
+
+ * Initial release (Closes: #515649).
+
+ -- Andreas Tille <tille@debian.org> Tue, 17 Feb 2009 18:20:10 +0100
--- r-cran-xtable-1.5-6.orig/debian/links
+++ r-cran-xtable-1.5-6/debian/links
@@ -0,0 +1 @@
+usr/lib/R/site-library/xtable/doc/xtableGallery.pdf usr/share/doc/r-cran-xtable/xtableGallery.pdf
--- r-cran-xtable-1.5-6.orig/debian/rules
+++ r-cran-xtable-1.5-6/debian/rules
@@ -0,0 +1,10 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+# debian/rules file for the Debian/GNU Linux r-cran-xtable package
+# Copyright 2009 by Andreas Tille <tille@debian.org>
+
+include /usr/share/R/debian/r-cran.mk
+
+# Require a number equal or superior than the R version the package was built with.
+install/r-$(debRreposname)-$(cranName)::
+ echo "R:Depends=r-base-core (>= $(shell R --version | head -n1 | perl -ne 'print / +([0-9]\.[0-9]+\.[0-9])/')~)" >> debian/r-$(debRreposname)-$(cranName).substvars
--- r-cran-xtable-1.5-6.orig/debian/copyright
+++ r-cran-xtable-1.5-6/debian/copyright
@@ -0,0 +1,28 @@
+Format-Specification: http://wiki.debian.org/Proposals/CopyrightFormat
+Upstream-Name: xtable
+Upstream-Maintainer: David B. Dahl <dahl at stat.tamu.edu>
+Upstream-Source: http://cran.r-project.org/src/contrib/xtable_1.5-6.tar.gz
+X-Debianized-By: Andreas Tille <tille@debian.org>
+X-Packaged-Date: Tue, 13 Jan 2009 11:48:08 +0100
+
+Files: debian/*
+Copyright: 2009 Andreas Tille <tille@debian.org>
+License: Same as xtable itself
+
+Files: *
+License: GPL2+
+Copyright: (C) 2008 David B. Dahl
+ This program is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version.
+ .
+ This program is distributed in the hope that it will be useful,
+ but WITHOUT ANY WARRANTY; without even the implied warranty of
+ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License along
+ with this program; if not, write to the Free Software Foundation, Inc.,
+ 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
+X-Comment: On Debian systems, the complete text of the GNU General Public
+ License can be found in `/usr/share/common-licenses/GPL-2'.
--- r-cran-xtable-1.5-6.orig/debian/doc-base
+++ r-cran-xtable-1.5-6/debian/doc-base
@@ -0,0 +1,10 @@
+Document: r-cran-xtable
+Title: R CRAN xtable
+Author: Jonathan Swinton <jonathan@swintons.net>
+Abstract: GNU R coerce data to LaTeX and HTML tables
+ This document gives a gallery of tables which can be made
+ by using the R CRAN xtable package to create LaTeX output.
+Section: Programming
+
+Format: PDF
+Files: /usr/lib/R/site-library/xtable/doc/xtableGallery.pdf
--- r-cran-xtable-1.5-6.orig/debian/watch
+++ r-cran-xtable-1.5-6/debian/watch
@@ -0,0 +1,2 @@
+version=3
+http://cran.r-project.org/src/contrib/xtable_([-\d.]*)\.tar\.gz
--- r-cran-xtable-1.5-6.orig/debian/compat
+++ r-cran-xtable-1.5-6/debian/compat
@@ -0,0 +1 @@
+7