[med-svn] r3001 - in trunk/packages/R: . r-cran-xtable r-cran-xtable/trunk r-cran-xtable/trunk/debian

tille at alioth.debian.org tille at alioth.debian.org
Sat Jan 17 08:00:46 UTC 2009


Author: tille
Date: 2009-01-17 08:00:46 +0000 (Sat, 17 Jan 2009)
New Revision: 3001

Added:
   trunk/packages/R/r-cran-xtable/
   trunk/packages/R/r-cran-xtable/trunk/
   trunk/packages/R/r-cran-xtable/trunk/debian/
   trunk/packages/R/r-cran-xtable/trunk/debian/README.Debian
   trunk/packages/R/r-cran-xtable/trunk/debian/changelog
   trunk/packages/R/r-cran-xtable/trunk/debian/compat
   trunk/packages/R/r-cran-xtable/trunk/debian/control
   trunk/packages/R/r-cran-xtable/trunk/debian/copyright
   trunk/packages/R/r-cran-xtable/trunk/debian/rules
   trunk/packages/R/r-cran-xtable/trunk/debian/watch
Log:
Start working on R survaillance


Added: trunk/packages/R/r-cran-xtable/trunk/debian/README.Debian
===================================================================
--- trunk/packages/R/r-cran-xtable/trunk/debian/README.Debian	                        (rev 0)
+++ trunk/packages/R/r-cran-xtable/trunk/debian/README.Debian	2009-01-17 08:00:46 UTC (rev 3001)
@@ -0,0 +1,6 @@
+xtable for Debian
+------------------
+
+This package was builded as precondiion for R survaillance.
+
+ -- Andreas Tille <tille at debian.org>  Fri, 16 Jan 2009 20:43:13 +0100

Added: trunk/packages/R/r-cran-xtable/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-xtable/trunk/debian/changelog	                        (rev 0)
+++ trunk/packages/R/r-cran-xtable/trunk/debian/changelog	2009-01-17 08:00:46 UTC (rev 3001)
@@ -0,0 +1,5 @@
+xtable (1.5.4-1) unstable; urgency=low
+
+  * Initial release (Closes: #??????).
+
+ -- Andreas Tille <tille at debian.org>  Fri, 16 Jan 2009 20:43:13 +0100

Added: trunk/packages/R/r-cran-xtable/trunk/debian/compat
===================================================================
--- trunk/packages/R/r-cran-xtable/trunk/debian/compat	                        (rev 0)
+++ trunk/packages/R/r-cran-xtable/trunk/debian/compat	2009-01-17 08:00:46 UTC (rev 3001)
@@ -0,0 +1 @@
+7

Added: trunk/packages/R/r-cran-xtable/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-xtable/trunk/debian/control	                        (rev 0)
+++ trunk/packages/R/r-cran-xtable/trunk/debian/control	2009-01-17 08:00:46 UTC (rev 3001)
@@ -0,0 +1,21 @@
+Source: r-cran-xtable
+Section: science
+Priority: optional
+Maintainer: Debian-Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Andreas Tille <tille at debian.org>
+DM-Upload-Allowed: yes
+Build-Depends: debhelper (>= 7.0), cdbs, r-base-dev
+Standards-Version: 3.8.0
+Homepage: http://cran.r-project.org/web/packages/xtable
+Vcs-Browser: http://svn.debian.org/wsvn/debian-med/trunk/packages/R/r-cran-xtable/trunk/?rev=0&sc=0
+Vcs-Svn: svn://svn.debian.org/svn/debian-med/trunk/packages/R/r-cran-xtable/trunk/
+
+Package: r-cran-xtable
+Architecture: all
+Depends: ${shlibs:Depends}, r-base-core
+Description: Coerce data to LaTeX and HTML tables
+ Function returning and displaying or writing to disk the LaTeX or HTML
+ code associated with the supplied object of class xtable.
+ .
+ Function converting an R object to an xtable object, which can then be
+ printed as a LaTeX or  HTML table.

Added: trunk/packages/R/r-cran-xtable/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-cran-xtable/trunk/debian/copyright	                        (rev 0)
+++ trunk/packages/R/r-cran-xtable/trunk/debian/copyright	2009-01-17 08:00:46 UTC (rev 3001)
@@ -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/
+X-Debianized-By: Andreas Tille <tille at debian.org>
+X-Packaged-Date: Tue, 13 Jan 2009 11:48:08 +0100
+
+Files: debian/*
+Copyright: 2009 Andreas Tille <tille at debian.org>
+License: Same as xtable itself
+
+Files: *
+Copyright: (C) 2004-2006 Keith Jolley, University of Oxford
+ 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 2 of the License, or
+ (at your option) any later 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'.

Added: trunk/packages/R/r-cran-xtable/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-xtable/trunk/debian/rules	                        (rev 0)
+++ trunk/packages/R/r-cran-xtable/trunk/debian/rules	2009-01-17 08:00:46 UTC (rev 3001)
@@ -0,0 +1,6 @@
+#!/usr/bin/make -f
+# 							-*- makefile -*-
+# debian/rules file for the Debian/GNU Linux r-cran-gplots package
+# Copyright 2003-2006 by Dirk Eddelbuettel <edd at debian.org>
+
+include /usr/share/R/debian/r-cran.mk


Property changes on: trunk/packages/R/r-cran-xtable/trunk/debian/rules
___________________________________________________________________
Name: svn:executable
   + *

Added: trunk/packages/R/r-cran-xtable/trunk/debian/watch
===================================================================
--- trunk/packages/R/r-cran-xtable/trunk/debian/watch	                        (rev 0)
+++ trunk/packages/R/r-cran-xtable/trunk/debian/watch	2009-01-17 08:00:46 UTC (rev 3001)
@@ -0,0 +1,3 @@
+version=3
+opts="uversionmangle=s/([\d.]+)-(\d)/$1.$2/" \
+http://cran.r-project.org/src/contrib/xtable_([-\d.]*)\.tar\.gz




More information about the debian-med-commit mailing list