--- r-cran-xtable-1.7-1.orig/debian/watch +++ r-cran-xtable-1.7-1/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://cran.r-project.org/src/contrib/xtable_([-\d.]*)\.tar\.gz --- r-cran-xtable-1.7-1.orig/debian/links +++ r-cran-xtable-1.7-1/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.7-1.orig/debian/rules +++ r-cran-xtable-1.7-1/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f + +include /usr/share/R/debian/r-cran.mk --- r-cran-xtable-1.7-1.orig/debian/README.Debian +++ r-cran-xtable-1.7-1/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.7-1.orig/debian/doc-base +++ r-cran-xtable-1.7-1/debian/doc-base @@ -0,0 +1,10 @@ +Document: r-cran-xtable +Title: R CRAN xtable +Author: Jonathan Swinton +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.7-1.orig/debian/copyright +++ r-cran-xtable-1.7-1/debian/copyright @@ -0,0 +1,26 @@ +Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Source: http://cran.r-project.org/src/contrib/xtable_1.7-1.tar.gz + +Files: * +Copyright: (C) 2000-2013 David B. Dahl +License: GPL2+ + 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. +Comment: On Debian systems, the complete text of the GNU General Public + License version 2 can be found in `/usr/share/common-licenses/GPL-2'. + +Files: debian/* +Copyright: 2009 Andreas Tille +License: same + Same as xtable itself + --- r-cran-xtable-1.7-1.orig/debian/compat +++ r-cran-xtable-1.7-1/debian/compat @@ -0,0 +1 @@ +9 --- r-cran-xtable-1.7-1.orig/debian/control +++ r-cran-xtable-1.7-1/debian/control @@ -0,0 +1,24 @@ +Source: r-cran-xtable +Maintainer: Debian Science Team +Uploaders: Andreas Tille +Section: gnu-r +Priority: optional +Build-Depends: debhelper (>= 9), + cdbs, + r-base-dev +Standards-Version: 3.9.4 +Vcs-Browser: http://anonscm.debian.org/viewvc/debian-science/packages/R/r-cran-xtable/trunk/ +Vcs-Svn: svn://anonscm.debian.org/debian-science/packages/R/r-cran-xtable/trunk/ +Homepage: http://cran.r-project.org/web/packages/xtable + +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.7-1.orig/debian/changelog +++ r-cran-xtable-1.7-1/debian/changelog @@ -0,0 +1,70 @@ +r-cran-xtable (1:1.7-1-1build1) saucy; urgency=low + + * Rebuild against R 3.0.0. + + -- Colin Watson Mon, 20 May 2013 10:06:47 +0100 + +r-cran-xtable (1:1.7-1-1) unstable; urgency=low + + * Team upload. + * New upstream release (Closes: #693261). + * Using Debhelper 9. + * Removed obsolete DM-Upload-Allowed field. + * Acquire ${R:Depends} directly from r-base-dev. + * Normalised VCS fields (Lintian standard). + * Machine-readable Debian copyright file format 1.0. + * Normalised debian/control with 'cme fix dpkg-control'. + * Conforms with Policy 3.9.4. + + -- Charles Plessy Tue, 16 Apr 2013 14:43:33 +0900 + +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 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 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 Wed, 18 Mar 2009 10:17:18 +0100 + +r-cran-xtable (1.5.4-1) unstable; urgency=low + + * Initial release (Closes: #515649). + + -- Andreas Tille Tue, 17 Feb 2009 18:20:10 +0100