Author: tille
Date: 2015-07-18 05:55:36 +0000 (Sat, 18 Jul 2015)
New Revision: 19648

Added:
   trunk/packages/R/r-cran-r.utils/trunk/
   trunk/packages/R/r-cran-r.utils/trunk/debian/
   trunk/packages/R/r-cran-r.utils/trunk/debian/README.test
   trunk/packages/R/r-cran-r.utils/trunk/debian/changelog
   trunk/packages/R/r-cran-r.utils/trunk/debian/compat
   trunk/packages/R/r-cran-r.utils/trunk/debian/control
   trunk/packages/R/r-cran-r.utils/trunk/debian/copyright
   trunk/packages/R/r-cran-r.utils/trunk/debian/docs
   trunk/packages/R/r-cran-r.utils/trunk/debian/rules
   trunk/packages/R/r-cran-r.utils/trunk/debian/source/
   trunk/packages/R/r-cran-r.utils/trunk/debian/source/format
   trunk/packages/R/r-cran-r.utils/trunk/debian/tests/
   trunk/packages/R/r-cran-r.utils/trunk/debian/tests/control
   trunk/packages/R/r-cran-r.utils/trunk/debian/tests/run-unit-test
   trunk/packages/R/r-cran-r.utils/trunk/debian/watch
Log:
COmmit r.utils as uploaded


Added: trunk/packages/R/r-cran-r.utils/trunk/debian/README.test
===================================================================
--- trunk/packages/R/r-cran-r.utils/trunk/debian/README.test                    
        (rev 0)
+++ trunk/packages/R/r-cran-r.utils/trunk/debian/README.test    2015-07-18 
05:55:36 UTC (rev 19648)
@@ -0,0 +1,8 @@
+Notes on how this package can be tested.
+────────────────────────────────────────
+
+To run the unit tests provided by the package you can do
+
+   sh  run-unit-test
+
+in this directory.

Added: trunk/packages/R/r-cran-r.utils/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-r.utils/trunk/debian/changelog                      
        (rev 0)
+++ trunk/packages/R/r-cran-r.utils/trunk/debian/changelog      2015-07-18 
05:55:36 UTC (rev 19648)
@@ -0,0 +1,5 @@
+r-cran-r.utils (2.1.0-1) unstable; urgency=medium
+
+  * Initial upload (Closes: #792756)
+
+ -- Andreas Tille <[email protected]>  Sat, 18 Jul 2015 07:37:51 +0200

Added: trunk/packages/R/r-cran-r.utils/trunk/debian/compat
===================================================================
--- trunk/packages/R/r-cran-r.utils/trunk/debian/compat                         
(rev 0)
+++ trunk/packages/R/r-cran-r.utils/trunk/debian/compat 2015-07-18 05:55:36 UTC 
(rev 19648)
@@ -0,0 +1 @@
+9

Added: trunk/packages/R/r-cran-r.utils/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-r.utils/trunk/debian/control                        
        (rev 0)
+++ trunk/packages/R/r-cran-r.utils/trunk/debian/control        2015-07-18 
05:55:36 UTC (rev 19648)
@@ -0,0 +1,24 @@
+Source: r-cran-r.utils
+Maintainer: Debian Med Packaging Team 
<[email protected]>
+Uploaders: Andreas Tille <[email protected]>,
+Section: gnu-r
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               cdbs,
+               r-base-dev,
+               r-cran-r.oo
+Standards-Version: 3.9.6
+Vcs-Browser: 
http://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-r.utils/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-r.utils/
+Homepage: http://cran.r-project.org/web/packages/R.utils
+
+Package: r-cran-r.utils
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${R:Depends},
+         r-cran-r.oo
+Description: GNU R various programming utilities
+ This GNU R package contains various programming utilities,  These
+ functions are useful when programming and developing R packages.
+

Added: trunk/packages/R/r-cran-r.utils/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-cran-r.utils/trunk/debian/copyright                      
        (rev 0)
+++ trunk/packages/R/r-cran-r.utils/trunk/debian/copyright      2015-07-18 
05:55:36 UTC (rev 19648)
@@ -0,0 +1,42 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Contact: Henrik Bengtsson <[email protected]>
+Upstream-Name: R.utils
+Source: http://cran.r-project.org/web/packages/R.utils/
+
+Files: *
+Copyright: 2007-2015 Henrik Bengtsson <[email protected]>
+License: LGPL-2.1+
+
+Files: debian/*
+Copyright: 2015 Andreas Tille <[email protected]>
+License: LGPL-2.1+
+
+License: LGPL-2.1+
+    This library is free software; you can redistribute it and/or
+    modify it under the terms of the GNU Lesser General Public
+    License as published by the Free Software Foundation; either
+    version 2.1 of the License, or (at your option) any later version.
+ .
+    This library 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
+    Lesser General Public License for more details.
+ .
+    You should have received a copy of the GNU Lesser General Public
+    License along with this library; if not, write to the Free Software
+    Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301
+    USA
+ .
+    Permission is hereby granted to use or copy this program under the
+    terms of the GNU LGPL, provided that the Copyright, this License,
+    and the Availability of the original version is retained on all copies.
+    User documentation of any code that uses this code or any modified
+    version of this code must cite the Copyright, this License, the
+    Availability note, and "Used by permission." Permission to modify
+    the code and to distribute modified code is granted, provided the
+    Copyright, this License, and the Availability note are retained,
+    and a notice that the code was modified is included.
+ .
+ On Debian systems, the complete text of the GNU Lesser General
+ Public License version 2.1 can be found in 
"/usr/share/common-licenses/LGPL-2.1".
+

Added: trunk/packages/R/r-cran-r.utils/trunk/debian/docs
===================================================================
--- trunk/packages/R/r-cran-r.utils/trunk/debian/docs                           
(rev 0)
+++ trunk/packages/R/r-cran-r.utils/trunk/debian/docs   2015-07-18 05:55:36 UTC 
(rev 19648)
@@ -0,0 +1,3 @@
+debian/README.test
+debian/tests/run-unit-test
+tests

Added: trunk/packages/R/r-cran-r.utils/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-r.utils/trunk/debian/rules                          
(rev 0)
+++ trunk/packages/R/r-cran-r.utils/trunk/debian/rules  2015-07-18 05:55:36 UTC 
(rev 19648)
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+
+include /usr/share/R/debian/r-cran.mk


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

Added: trunk/packages/R/r-cran-r.utils/trunk/debian/source/format
===================================================================
--- trunk/packages/R/r-cran-r.utils/trunk/debian/source/format                  
        (rev 0)
+++ trunk/packages/R/r-cran-r.utils/trunk/debian/source/format  2015-07-18 
05:55:36 UTC (rev 19648)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: trunk/packages/R/r-cran-r.utils/trunk/debian/tests/control
===================================================================
--- trunk/packages/R/r-cran-r.utils/trunk/debian/tests/control                  
        (rev 0)
+++ trunk/packages/R/r-cran-r.utils/trunk/debian/tests/control  2015-07-18 
05:55:36 UTC (rev 19648)
@@ -0,0 +1,3 @@
+Tests: run-unit-test
+Depends: @, r-cran-runit
+Restrictions: allow-stderr

Added: trunk/packages/R/r-cran-r.utils/trunk/debian/tests/run-unit-test
===================================================================
--- trunk/packages/R/r-cran-r.utils/trunk/debian/tests/run-unit-test            
                (rev 0)
+++ trunk/packages/R/r-cran-r.utils/trunk/debian/tests/run-unit-test    
2015-07-18 05:55:36 UTC (rev 19648)
@@ -0,0 +1,22 @@
+#!/bin/sh -e
+
+pkg=r-cran-r.utils
+
+if [ "$ADTTMP" = "" ] ; then
+  ADTTMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
+fi
+cd $ADTTMP
+cp /usr/share/doc/${pkg}/tests/* $ADTTMP
+find . -name "*.gz" -exec gunzip \{\} \;
+for htest in `ls *.R | sed 's/\.R$//'` ; do
+   LC_ALL=C R --no-save < ${htest}.R 2>&1 | tee > ${htest}.Rout
+   if [ ! $? ] ; then
+     echo "Test ${htest} failed"
+     exit 1
+   else
+     echo "Test ${htest} passed"
+   fi
+done
+rm -f $ADTTMP/*
+
+exit 0

Added: trunk/packages/R/r-cran-r.utils/trunk/debian/watch
===================================================================
--- trunk/packages/R/r-cran-r.utils/trunk/debian/watch                          
(rev 0)
+++ trunk/packages/R/r-cran-r.utils/trunk/debian/watch  2015-07-18 05:55:36 UTC 
(rev 19648)
@@ -0,0 +1,2 @@
+version=3
+http://cran.r-project.org/src/contrib/R.utils_([\d.-]*)\.tar\.gz


_______________________________________________
debian-med-commit mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit

Reply via email to