Author: tille
Date: 2014-09-28 20:23:16 +0000 (Sun, 28 Sep 2014)
New Revision: 18150

Added:
   trunk/packages/R/r-cran-devtools/
   trunk/packages/R/r-cran-devtools/trunk/
   trunk/packages/R/r-cran-devtools/trunk/debian/
   trunk/packages/R/r-cran-devtools/trunk/debian/README.test
   trunk/packages/R/r-cran-devtools/trunk/debian/changelog
   trunk/packages/R/r-cran-devtools/trunk/debian/compat
   trunk/packages/R/r-cran-devtools/trunk/debian/control
   trunk/packages/R/r-cran-devtools/trunk/debian/copyright
   trunk/packages/R/r-cran-devtools/trunk/debian/docs
   trunk/packages/R/r-cran-devtools/trunk/debian/rules
   trunk/packages/R/r-cran-devtools/trunk/debian/source/
   trunk/packages/R/r-cran-devtools/trunk/debian/source/format
   trunk/packages/R/r-cran-devtools/trunk/debian/tests/
   trunk/packages/R/r-cran-devtools/trunk/debian/tests/control
   trunk/packages/R/r-cran-devtools/trunk/debian/tests/run-unit-test
   trunk/packages/R/r-cran-devtools/trunk/debian/watch
Log:
Inject initial packaging for r-cran-devtools.  Since four new 
(Build-)Dependencies are needed to package this which is needed for running the 
full test suite of testthat I decide rather to skip the specific test in 
testthat since packaging this chain of dependencies will probably not be ready 
before the freeze


Added: trunk/packages/R/r-cran-devtools/trunk/debian/README.test
===================================================================
--- trunk/packages/R/r-cran-devtools/trunk/debian/README.test                   
        (rev 0)
+++ trunk/packages/R/r-cran-devtools/trunk/debian/README.test   2014-09-28 
20:23:16 UTC (rev 18150)
@@ -0,0 +1,12 @@
+Notes on how this package can be tested.
+────────────────────────────────────────
+
+This package can be tested by running the provided test:
+
+LC_ALL=C R --no-save <<EOT
+library(testthat)
+test_package("devtools")
+EOT
+
+in order to confirm its integrity.
+

Added: trunk/packages/R/r-cran-devtools/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-devtools/trunk/debian/changelog                     
        (rev 0)
+++ trunk/packages/R/r-cran-devtools/trunk/debian/changelog     2014-09-28 
20:23:16 UTC (rev 18150)
@@ -0,0 +1,11 @@
+r-cran-devtools (1.6-1) UNRELEASED; urgency=low
+
+  * Initial release (Closes: #???)
+  Needed for: Full test suite of testthat
+  TODO:
+    r-cran-httr
+    r-cran-jsonlite
+    r-cran-whisker
+    r-cran-rstudioapi
+
+ -- Andreas Tille <[email protected]>  Sun, 28 Sep 2014 22:07:49 +0200

Added: trunk/packages/R/r-cran-devtools/trunk/debian/compat
===================================================================
--- trunk/packages/R/r-cran-devtools/trunk/debian/compat                        
        (rev 0)
+++ trunk/packages/R/r-cran-devtools/trunk/debian/compat        2014-09-28 
20:23:16 UTC (rev 18150)
@@ -0,0 +1 @@
+9

Added: trunk/packages/R/r-cran-devtools/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-devtools/trunk/debian/control                       
        (rev 0)
+++ trunk/packages/R/r-cran-devtools/trunk/debian/control       2014-09-28 
20:23:16 UTC (rev 18150)
@@ -0,0 +1,37 @@
+Source: r-cran-devtools
+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-evaluate,
+               r-cran-digest,
+               r-cran-memoise,
+               r-cran-rcurl,
+               r-cran-httr,
+               r-cran-jsonlite,
+               r-cran-whisker,
+               r-cran-rstudioapi
+Standards-Version: 3.9.5
+Vcs-Browser: 
http://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-devtools/trunk/
+Vcs-Svn: 
svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-devtools/trunk/
+Homepage: http://cran.r-project.org/web/packages/devtools/
+
+Package: r-cran-devtools
+Architecture: all
+Depends: ${R:Depends},
+         ${shlib:Depends},
+         r-cran-evaluate,
+         r-cran-digest,
+         r-cran-memoise,
+         r-cran-rcurl,
+         r-cran-httr,
+         r-cran-jsonlite,
+         r-cran-whisker,
+         r-cran-rstudioapi
+Description: GNU R tools to make developing R code easier
+ This GNU R package provides tools to make developing R code easier.
+ It contains a useful collection of package development tools.
+

Added: trunk/packages/R/r-cran-devtools/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-cran-devtools/trunk/debian/copyright                     
        (rev 0)
+++ trunk/packages/R/r-cran-devtools/trunk/debian/copyright     2014-09-28 
20:23:16 UTC (rev 18150)
@@ -0,0 +1,16 @@
+Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: devtools
+Upstream-Contact: Hadley Wickham <[email protected]>
+Source: http://cran.r-project.org/web/packages/devtools/
+
+Files: *
+Copyright: © 2010-2014 Hadley Wickham, Winston Chang, RStudio, R Core team
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2014 Andreas Tille <[email protected]>
+License: GPL-2+
+
+License: GPL-2+
+ On Debian systems you can find the full text of the GNU Public License
+ version 2 and later at /usr/share/common-licenses/GPL-2.

Added: trunk/packages/R/r-cran-devtools/trunk/debian/docs
===================================================================
--- trunk/packages/R/r-cran-devtools/trunk/debian/docs                          
(rev 0)
+++ trunk/packages/R/r-cran-devtools/trunk/debian/docs  2014-09-28 20:23:16 UTC 
(rev 18150)
@@ -0,0 +1,3 @@
+tests
+debian/README.test
+debian/tests/run-unit-test

Added: trunk/packages/R/r-cran-devtools/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-devtools/trunk/debian/rules                         
(rev 0)
+++ trunk/packages/R/r-cran-devtools/trunk/debian/rules 2014-09-28 20:23:16 UTC 
(rev 18150)
@@ -0,0 +1,4 @@
+#!/usr/bin/make -f
+
+include /usr/share/R/debian/r-cran.mk
+


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

Added: trunk/packages/R/r-cran-devtools/trunk/debian/source/format
===================================================================
--- trunk/packages/R/r-cran-devtools/trunk/debian/source/format                 
        (rev 0)
+++ trunk/packages/R/r-cran-devtools/trunk/debian/source/format 2014-09-28 
20:23:16 UTC (rev 18150)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: trunk/packages/R/r-cran-devtools/trunk/debian/tests/control
===================================================================
--- trunk/packages/R/r-cran-devtools/trunk/debian/tests/control                 
        (rev 0)
+++ trunk/packages/R/r-cran-devtools/trunk/debian/tests/control 2014-09-28 
20:23:16 UTC (rev 18150)
@@ -0,0 +1,3 @@
+Tests: run-unit-test
+Depends: @, r-cran-testthat
+Restrictions: allow-stderr

Added: trunk/packages/R/r-cran-devtools/trunk/debian/tests/run-unit-test
===================================================================
--- trunk/packages/R/r-cran-devtools/trunk/debian/tests/run-unit-test           
                (rev 0)
+++ trunk/packages/R/r-cran-devtools/trunk/debian/tests/run-unit-test   
2014-09-28 20:23:16 UTC (rev 18150)
@@ -0,0 +1,10 @@
+#!/bin/sh -e
+
+pkg=r-cran-devtools
+if [ "$ADTTMP" = "" ] ; then
+  ADTTMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
+fi
+cd $ADTTMP
+cp -a /usr/share/doc/${pkg}/tests/* $ADTTMP
+LC_ALL=C R --no-save < testthat.R
+rm -fr $ADTTMP/*

Added: trunk/packages/R/r-cran-devtools/trunk/debian/watch
===================================================================
--- trunk/packages/R/r-cran-devtools/trunk/debian/watch                         
(rev 0)
+++ trunk/packages/R/r-cran-devtools/trunk/debian/watch 2014-09-28 20:23:16 UTC 
(rev 18150)
@@ -0,0 +1,3 @@
+version=3
+http://cran.r-project.org/src/contrib/devtools_([-0-9\.]*)\.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