Author: ivomaintz-guest
Date: 2013-02-24 15:41:09 +0000 (Sun, 24 Feb 2013)
New Revision: 13095

Added:
   trunk/packages/R/r-cran-gtable/
   trunk/packages/R/r-cran-gtable/trunk/
   trunk/packages/R/r-cran-gtable/trunk/debian/
   trunk/packages/R/r-cran-gtable/trunk/debian/README.Debian
   trunk/packages/R/r-cran-gtable/trunk/debian/changelog
   trunk/packages/R/r-cran-gtable/trunk/debian/compat
   trunk/packages/R/r-cran-gtable/trunk/debian/control
   trunk/packages/R/r-cran-gtable/trunk/debian/copyright
   trunk/packages/R/r-cran-gtable/trunk/debian/docs
   trunk/packages/R/r-cran-gtable/trunk/debian/rules
   trunk/packages/R/r-cran-gtable/trunk/debian/source/
   trunk/packages/R/r-cran-gtable/trunk/debian/source/format
   trunk/packages/R/r-cran-gtable/trunk/debian/upstream
   trunk/packages/R/r-cran-gtable/trunk/debian/watch
Log:
Initial release, closes #700861 and fixes #700862


Added: trunk/packages/R/r-cran-gtable/trunk/debian/README.Debian
===================================================================
--- trunk/packages/R/r-cran-gtable/trunk/debian/README.Debian                   
        (rev 0)
+++ trunk/packages/R/r-cran-gtable/trunk/debian/README.Debian   2013-02-24 
15:41:09 UTC (rev 13095)
@@ -0,0 +1,7 @@
+r-cran-gtable for Debian
+------------------------
+
+This package can be tested by loading it into R with the command
+'library(gtable)' in order to confirm its integrity.
+
+ -- Ivo Maintz <i...@maintz.de>  Mon, 10 Dec 2012 10:03:04 +0100

Added: trunk/packages/R/r-cran-gtable/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-gtable/trunk/debian/changelog                       
        (rev 0)
+++ trunk/packages/R/r-cran-gtable/trunk/debian/changelog       2013-02-24 
15:41:09 UTC (rev 13095)
@@ -0,0 +1,5 @@
+gtable (0.1.2-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #700861)
+
+ -- Ivo Maintz <i...@maintz.de>  Sun, 24 Feb 2013 16:24:01 +0100

Added: trunk/packages/R/r-cran-gtable/trunk/debian/compat
===================================================================
--- trunk/packages/R/r-cran-gtable/trunk/debian/compat                          
(rev 0)
+++ trunk/packages/R/r-cran-gtable/trunk/debian/compat  2013-02-24 15:41:09 UTC 
(rev 13095)
@@ -0,0 +1 @@
+8

Added: trunk/packages/R/r-cran-gtable/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-gtable/trunk/debian/control                         
(rev 0)
+++ trunk/packages/R/r-cran-gtable/trunk/debian/control 2013-02-24 15:41:09 UTC 
(rev 13095)
@@ -0,0 +1,16 @@
+Source: gtable
+Section: gnu-r
+Priority: optional
+Maintainer: Ivo Maintz <i...@maintz.de>
+Build-Depends: debhelper (>= 8.0.0),
+ cdbs,
+ r-base-dev
+Standards-Version: 3.9.3
+Homepage: http://cran.r-project.org/web/packages/gtable/index.html
+
+Package: r-cran-gtable
+Architecture: all
+Depends: ${shlibs:Depends}, ${misc:Depends}, ${R:Depends}
+Description: Arrange grobs in tables
+ This GNU R package  contains tools to make it easier to work
+ with "tables" of grobs.

Added: trunk/packages/R/r-cran-gtable/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-cran-gtable/trunk/debian/copyright                       
        (rev 0)
+++ trunk/packages/R/r-cran-gtable/trunk/debian/copyright       2013-02-24 
15:41:09 UTC (rev 13095)
@@ -0,0 +1,28 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: gtable
+Source: http://cran.r-project.org/web/packages/gtable/index.html
+
+Files: *
+Copyright: 2012 Hadley Wickham <h.wick...@gmail.com>
+License: GPL-2.0+
+
+Files: debian/*
+Copyright: 2012 Ivo Maintz <i...@maintz.de>
+License: GPL-2.0+
+
+License: GPL-2.0+
+ This package 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 package 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, see <http://www.gnu.org/licenses/>
+ .
+ On Debian systems, the complete text of the GNU General
+ Public License version 2 can be found in "/usr/share/common-licenses/GPL-2".

Added: trunk/packages/R/r-cran-gtable/trunk/debian/docs
===================================================================
--- trunk/packages/R/r-cran-gtable/trunk/debian/docs                            
(rev 0)
+++ trunk/packages/R/r-cran-gtable/trunk/debian/docs    2013-02-24 15:41:09 UTC 
(rev 13095)
@@ -0,0 +1 @@
+NEWS

Added: trunk/packages/R/r-cran-gtable/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-gtable/trunk/debian/rules                           
(rev 0)
+++ trunk/packages/R/r-cran-gtable/trunk/debian/rules   2013-02-24 15:41:09 UTC 
(rev 13095)
@@ -0,0 +1,7 @@
+#!/usr/bin/make -f
+# -*- makefile -*-
+
+include /usr/share/R/debian/r-cran.mk
+
+install/$(package)::
+       chmod 644 debian/$(package)/usr/lib/R/site-library/$(cranName)/INDEX


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

Added: trunk/packages/R/r-cran-gtable/trunk/debian/source/format
===================================================================
--- trunk/packages/R/r-cran-gtable/trunk/debian/source/format                   
        (rev 0)
+++ trunk/packages/R/r-cran-gtable/trunk/debian/source/format   2013-02-24 
15:41:09 UTC (rev 13095)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: trunk/packages/R/r-cran-gtable/trunk/debian/upstream
===================================================================
--- trunk/packages/R/r-cran-gtable/trunk/debian/upstream                        
        (rev 0)
+++ trunk/packages/R/r-cran-gtable/trunk/debian/upstream        2013-02-24 
15:41:09 UTC (rev 13095)
@@ -0,0 +1,7 @@
+Archive: CRAN
+Contact: Hadley Wickham <h.wick...@gmail.com>
+Download: http://cran.r-project.org/src/contrib/
+Homepage: http://cran.r-project.org/web/packages/gtable/
+CRAN: gtable
+Name: gtable
+Watch: http://cran.r-project.org/src/contrib/gtable_([\d.-]*)\.tar.gz

Added: trunk/packages/R/r-cran-gtable/trunk/debian/watch
===================================================================
--- trunk/packages/R/r-cran-gtable/trunk/debian/watch                           
(rev 0)
+++ trunk/packages/R/r-cran-gtable/trunk/debian/watch   2013-02-24 15:41:09 UTC 
(rev 13095)
@@ -0,0 +1,3 @@
+version=3
+opts="uversionmangle=s/-/./" \
+http://cran.r-project.org/src/contrib/gtable_([\d.-]*)\.tar.gz


_______________________________________________
debian-med-commit mailing list
debian-med-commit@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to