Author: tille
Date: 2015-05-09 16:19:57 +0000 (Sat, 09 May 2015)
New Revision: 19176

Added:
   trunk/packages/R/r-cran-futile.logger/
   trunk/packages/R/r-cran-futile.logger/trunk/
   trunk/packages/R/r-cran-futile.logger/trunk/debian/
   trunk/packages/R/r-cran-futile.logger/trunk/debian/README.test
   trunk/packages/R/r-cran-futile.logger/trunk/debian/changelog
   trunk/packages/R/r-cran-futile.logger/trunk/debian/compat
   trunk/packages/R/r-cran-futile.logger/trunk/debian/control
   trunk/packages/R/r-cran-futile.logger/trunk/debian/copyright
   trunk/packages/R/r-cran-futile.logger/trunk/debian/docs
   trunk/packages/R/r-cran-futile.logger/trunk/debian/rules
   trunk/packages/R/r-cran-futile.logger/trunk/debian/source/
   trunk/packages/R/r-cran-futile.logger/trunk/debian/source/format
   trunk/packages/R/r-cran-futile.logger/trunk/debian/tests/
   trunk/packages/R/r-cran-futile.logger/trunk/debian/tests/control
   trunk/packages/R/r-cran-futile.logger/trunk/debian/tests/run-unit-test
   trunk/packages/R/r-cran-futile.logger/trunk/debian/watch
Modified:
   trunk/packages/R/r-bioc-graph/trunk/debian/changelog
Log:
Add new dependency of r-bioc-biocparallel


Modified: trunk/packages/R/r-bioc-graph/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-bioc-graph/trunk/debian/changelog        2015-05-09 
16:06:09 UTC (rev 19175)
+++ trunk/packages/R/r-bioc-graph/trunk/debian/changelog        2015-05-09 
16:19:57 UTC (rev 19176)
@@ -1,4 +1,4 @@
-r-bioc-graph (1.46.0-1) UNRELEASED; urgency=medium
+r-bioc-graph (1.46.0-1) unstable; urgency=medium
 
   * New upstream version
 

Added: trunk/packages/R/r-cran-futile.logger/trunk/debian/README.test
===================================================================
--- trunk/packages/R/r-cran-futile.logger/trunk/debian/README.test              
                (rev 0)
+++ trunk/packages/R/r-cran-futile.logger/trunk/debian/README.test      
2015-05-09 16:19:57 UTC (rev 19176)
@@ -0,0 +1,9 @@
+Notes on how this package can be tested.
+────────────────────────────────────────
+
+This package can be tested by running the provided test:
+
+cd tests
+LC_ALL=C R --no-save < testthat.R
+
+in order to confirm its integrity.

Added: trunk/packages/R/r-cran-futile.logger/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-futile.logger/trunk/debian/changelog                
                (rev 0)
+++ trunk/packages/R/r-cran-futile.logger/trunk/debian/changelog        
2015-05-09 16:19:57 UTC (rev 19176)
@@ -0,0 +1,5 @@
+r-cran-futile.logger (1.4.1-1) UNRELEASED; urgency=medium
+
+  * Initial upload (Closes: #???)
+
+ -- Andreas Tille <[email protected]>  Sat, 09 May 2015 08:52:18 +0200

Added: trunk/packages/R/r-cran-futile.logger/trunk/debian/compat
===================================================================
--- trunk/packages/R/r-cran-futile.logger/trunk/debian/compat                   
        (rev 0)
+++ trunk/packages/R/r-cran-futile.logger/trunk/debian/compat   2015-05-09 
16:19:57 UTC (rev 19176)
@@ -0,0 +1 @@
+9

Added: trunk/packages/R/r-cran-futile.logger/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-futile.logger/trunk/debian/control                  
        (rev 0)
+++ trunk/packages/R/r-cran-futile.logger/trunk/debian/control  2015-05-09 
16:19:57 UTC (rev 19176)
@@ -0,0 +1,22 @@
+Source: r-cran-futile.logger
+Maintainer: Debian Med Packaging Team 
<[email protected]>
+Uploaders: Andreas Tille <[email protected]>
+Section: gnu-r
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               r-base-dev,
+               cdbs
+Standards-Version: 3.9.6
+Vcs-Browser: 
http://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-futile.logger/
+Vcs-Svn: 
svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-futile.logger/
+Homepage: http://cran.r-project.org/web/packages/futile.logger
+
+Package: r-cran-futile.logger
+Architecture: any
+Depends: ${shlibs:Depends},
+         ${misc:Depends},
+         ${R:Depends}
+Description: GNU R logging utility for
+ This GNU R package provides a simple yet powerful logging utility. Based
+ loosely on log4j, futile.logger takes advantage of R idioms to make logging
+ a convenient and easy to use replacement for cat and print statements.

Added: trunk/packages/R/r-cran-futile.logger/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-cran-futile.logger/trunk/debian/copyright                
                (rev 0)
+++ trunk/packages/R/r-cran-futile.logger/trunk/debian/copyright        
2015-05-09 16:19:57 UTC (rev 19176)
@@ -0,0 +1,16 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Contact: Brian Lee Yung Rowe <[email protected]>
+Upstream-Name: futile.logger
+Source: http://cran.r-project.org/web/packages/futile.logger/
+
+Files: *
+Copyright: 2012-2015 futile.logger
+License: LGPL-3+
+
+Files: debian/*
+Copyright: 2015 Andreas Tille <[email protected]>
+License: LGPL-3+
+
+License: LGPL-3+
+ On Debian systems, the complete text of the GNU Lesser General Public
+ License version 3 can be found in ‘/usr/share/common-licenses/LGPL-3’.

Added: trunk/packages/R/r-cran-futile.logger/trunk/debian/docs
===================================================================
--- trunk/packages/R/r-cran-futile.logger/trunk/debian/docs                     
        (rev 0)
+++ trunk/packages/R/r-cran-futile.logger/trunk/debian/docs     2015-05-09 
16:19:57 UTC (rev 19176)
@@ -0,0 +1,3 @@
+tests
+debian/README.test
+debian/tests/run-unit-test

Added: trunk/packages/R/r-cran-futile.logger/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-futile.logger/trunk/debian/rules                    
        (rev 0)
+++ trunk/packages/R/r-cran-futile.logger/trunk/debian/rules    2015-05-09 
16:19:57 UTC (rev 19176)
@@ -0,0 +1,3 @@
+#!/usr/bin/make -f
+
+include /usr/share/R/debian/r-cran.mk


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

Added: trunk/packages/R/r-cran-futile.logger/trunk/debian/source/format
===================================================================
--- trunk/packages/R/r-cran-futile.logger/trunk/debian/source/format            
                (rev 0)
+++ trunk/packages/R/r-cran-futile.logger/trunk/debian/source/format    
2015-05-09 16:19:57 UTC (rev 19176)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: trunk/packages/R/r-cran-futile.logger/trunk/debian/tests/control
===================================================================
--- trunk/packages/R/r-cran-futile.logger/trunk/debian/tests/control            
                (rev 0)
+++ trunk/packages/R/r-cran-futile.logger/trunk/debian/tests/control    
2015-05-09 16:19:57 UTC (rev 19176)
@@ -0,0 +1,3 @@
+Tests: run-unit-test
+Depends: @, r-cran-survival
+Restrictions: allow-stderr

Added: trunk/packages/R/r-cran-futile.logger/trunk/debian/tests/run-unit-test
===================================================================
--- trunk/packages/R/r-cran-futile.logger/trunk/debian/tests/run-unit-test      
                        (rev 0)
+++ trunk/packages/R/r-cran-futile.logger/trunk/debian/tests/run-unit-test      
2015-05-09 16:19:57 UTC (rev 19176)
@@ -0,0 +1,11 @@
+#!/bin/sh -e
+
+pkg=r-cran-futile.logger
+if [ "$ADTTMP" = "" ] ; then
+  ADTTMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
+fi
+cd $ADTTMP
+cp -a /usr/share/doc/${pkg}/tests/* $ADTTMP
+find . -name "*.gz" -exec gunzip \{\}
+LC_ALL=C R --no-save < testthat.R
+rm -fr $ADTTMP/*

Added: trunk/packages/R/r-cran-futile.logger/trunk/debian/watch
===================================================================
--- trunk/packages/R/r-cran-futile.logger/trunk/debian/watch                    
        (rev 0)
+++ trunk/packages/R/r-cran-futile.logger/trunk/debian/watch    2015-05-09 
16:19:57 UTC (rev 19176)
@@ -0,0 +1,2 @@
+version=3
+http://cran.r-project.org/src/contrib/futile.logger_([\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