[med-svn] r22991 - in trunk/packages/R: . r-cran-sourcetools r-cran-sourcetools/trunk r-cran-sourcetools/trunk/debian r-cran-sourcetools/trunk/debian/source r-cran-sourcetools/trunk/debian/tests

Andreas Tille tille at moszumanska.debian.org
Wed Nov 2 16:11:15 UTC 2016


Author: tille
Date: 2016-11-02 16:11:13 +0000 (Wed, 02 Nov 2016)
New Revision: 22991

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


Added: trunk/packages/R/r-cran-sourcetools/trunk/debian/README.test
===================================================================
--- trunk/packages/R/r-cran-sourcetools/trunk/debian/README.test	                        (rev 0)
+++ trunk/packages/R/r-cran-sourcetools/trunk/debian/README.test	2016-11-02 16:11:13 UTC (rev 22991)
@@ -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-sourcetools/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-sourcetools/trunk/debian/changelog	                        (rev 0)
+++ trunk/packages/R/r-cran-sourcetools/trunk/debian/changelog	2016-11-02 16:11:13 UTC (rev 22991)
@@ -0,0 +1,5 @@
+r-cran-sourcetools (0.1.5-1) UNRELEASED; urgency=medium
+
+  * Initial release (closes: #xxxxxx)
+
+ -- Andreas Tille <tille at debian.org>  Wed, 02 Nov 2016 16:55:13 +0100

Added: trunk/packages/R/r-cran-sourcetools/trunk/debian/compat
===================================================================
--- trunk/packages/R/r-cran-sourcetools/trunk/debian/compat	                        (rev 0)
+++ trunk/packages/R/r-cran-sourcetools/trunk/debian/compat	2016-11-02 16:11:13 UTC (rev 22991)
@@ -0,0 +1 @@
+9

Added: trunk/packages/R/r-cran-sourcetools/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-sourcetools/trunk/debian/control	                        (rev 0)
+++ trunk/packages/R/r-cran-sourcetools/trunk/debian/control	2016-11-02 16:11:13 UTC (rev 22991)
@@ -0,0 +1,25 @@
+Source: r-cran-sourcetools
+Maintainer: Debian Med Packaging Team <debian-med-packaging at lists.alioth.debian.org>
+Uploaders: Andreas Tille <tille at debian.org>
+Section: gnu-r
+Priority: optional
+Build-Depends: debhelper (>= 9),
+               dh-r,
+               r-base-dev
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-sourcetools/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-sourcetools/trunk/
+Homepage: https://cran.r-project.org/package=sourcetools
+
+Package: r-cran-sourcetools
+Architecture: any
+Depends: ${R:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
+Description: tools for reading, tokenizing and parsing R code
+ Tools for the reading and tokenization of R code. The
+ 'sourcetools' package provides both an R and C++ interface for the tokenization
+ of R code, and helpers for interacting with the tokenized representation of R
+ code.

Added: trunk/packages/R/r-cran-sourcetools/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-cran-sourcetools/trunk/debian/copyright	                        (rev 0)
+++ trunk/packages/R/r-cran-sourcetools/trunk/debian/copyright	2016-11-02 16:11:13 UTC (rev 22991)
@@ -0,0 +1,33 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: sourcetools
+Upstream-Contact: Kevin Ushey <kevinushey at gmail.com>
+Source: https://cran.r-project.org/package=sourcetools
+
+Files: *
+Copyright: 2015-2016 Kevin Ushey
+License: MIT
+
+Files: debian/*
+Copyright: 2016 Andreas Tille <tille at debian.org>
+License: MIT
+
+License: MIT
+ Permission is hereby granted, free of charge, to any person obtaining
+ a copy of this software and associated documentation files (the
+ "Software"), to deal in the Software without restriction, including
+ without limitation the rights to use, copy, modify, merge, publish,
+ distribute, sublicense, and/or sell copies of the Software, and to
+ permit persons to whom the Software is furnished to do so, subject to
+ the following conditions:
+ .
+ The above copyright notice and this permission notice shall be
+ included in all copies or substantial portions of the Software.
+ .
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
+ EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
+ MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
+ NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
+ LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
+ OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
+ WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
+

Added: trunk/packages/R/r-cran-sourcetools/trunk/debian/docs
===================================================================
--- trunk/packages/R/r-cran-sourcetools/trunk/debian/docs	                        (rev 0)
+++ trunk/packages/R/r-cran-sourcetools/trunk/debian/docs	2016-11-02 16:11:13 UTC (rev 22991)
@@ -0,0 +1,3 @@
+tests
+debian/README.test
+debian/tests/run-unit-test

Added: trunk/packages/R/r-cran-sourcetools/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-sourcetools/trunk/debian/rules	                        (rev 0)
+++ trunk/packages/R/r-cran-sourcetools/trunk/debian/rules	2016-11-02 16:11:13 UTC (rev 22991)
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --buildsystem R
+


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

Added: trunk/packages/R/r-cran-sourcetools/trunk/debian/source/format
===================================================================
--- trunk/packages/R/r-cran-sourcetools/trunk/debian/source/format	                        (rev 0)
+++ trunk/packages/R/r-cran-sourcetools/trunk/debian/source/format	2016-11-02 16:11:13 UTC (rev 22991)
@@ -0,0 +1 @@
+3.0 (quilt)

Added: trunk/packages/R/r-cran-sourcetools/trunk/debian/tests/control
===================================================================
--- trunk/packages/R/r-cran-sourcetools/trunk/debian/tests/control	                        (rev 0)
+++ trunk/packages/R/r-cran-sourcetools/trunk/debian/tests/control	2016-11-02 16:11:13 UTC (rev 22991)
@@ -0,0 +1,3 @@
+Tests: run-unit-test
+Depends: @, r-cran-testthat
+Restrictions: allow-stderr

Added: trunk/packages/R/r-cran-sourcetools/trunk/debian/tests/run-unit-test
===================================================================
--- trunk/packages/R/r-cran-sourcetools/trunk/debian/tests/run-unit-test	                        (rev 0)
+++ trunk/packages/R/r-cran-sourcetools/trunk/debian/tests/run-unit-test	2016-11-02 16:11:13 UTC (rev 22991)
@@ -0,0 +1,13 @@
+#!/bin/sh -e
+
+oname=sourcetools
+pkg=r-cran-`echo $oname | tr '[A-Z]' '[a-z]'`
+
+if [ "$ADTTMP" = "" ] ; then
+  ADTTMP=`mktemp -d /tmp/${pkg}-test.XXXXXX`
+  trap "rm -rf $ADTTMP" 0 INT QUIT ABRT PIPE TERM
+fi
+cd $ADTTMP
+cp -a /usr/share/doc/${pkg}/tests/* $ADTTMP
+find . -name "*.gz" -exec gunzip \{\} \;
+LC_ALL=C R --no-save < testthat.R

Added: trunk/packages/R/r-cran-sourcetools/trunk/debian/watch
===================================================================
--- trunk/packages/R/r-cran-sourcetools/trunk/debian/watch	                        (rev 0)
+++ trunk/packages/R/r-cran-sourcetools/trunk/debian/watch	2016-11-02 16:11:13 UTC (rev 22991)
@@ -0,0 +1,2 @@
+version=4
+https://cran.r-project.org/src/contrib/sourcetools_([-\d.]*)\.tar\.gz




More information about the debian-med-commit mailing list