[med-svn] r23961 - in trunk/packages/R: . r-cran-blob r-cran-blob/trunk r-cran-blob/trunk/debian r-cran-blob/trunk/debian/source r-cran-blob/trunk/debian/tests
Andreas Tille
tille at moszumanska.debian.org
Fri Aug 25 22:20:36 UTC 2017
Author: tille
Date: 2017-08-25 22:20:36 +0000 (Fri, 25 Aug 2017)
New Revision: 23961
Added:
trunk/packages/R/r-cran-blob/
trunk/packages/R/r-cran-blob/trunk/
trunk/packages/R/r-cran-blob/trunk/debian/
trunk/packages/R/r-cran-blob/trunk/debian/README.test
trunk/packages/R/r-cran-blob/trunk/debian/changelog
trunk/packages/R/r-cran-blob/trunk/debian/compat
trunk/packages/R/r-cran-blob/trunk/debian/control
trunk/packages/R/r-cran-blob/trunk/debian/copyright
trunk/packages/R/r-cran-blob/trunk/debian/r-cran-blob.docs
trunk/packages/R/r-cran-blob/trunk/debian/rules
trunk/packages/R/r-cran-blob/trunk/debian/source/
trunk/packages/R/r-cran-blob/trunk/debian/source/format
trunk/packages/R/r-cran-blob/trunk/debian/tests/
trunk/packages/R/r-cran-blob/trunk/debian/tests/control
trunk/packages/R/r-cran-blob/trunk/debian/tests/generic
trunk/packages/R/r-cran-blob/trunk/debian/tests/run-unit-test
trunk/packages/R/r-cran-blob/trunk/debian/watch
Log:
Inject r-cran-blob
Added: trunk/packages/R/r-cran-blob/trunk/debian/README.test
===================================================================
--- trunk/packages/R/r-cran-blob/trunk/debian/README.test (rev 0)
+++ trunk/packages/R/r-cran-blob/trunk/debian/README.test 2017-08-25 22:20:36 UTC (rev 23961)
@@ -0,0 +1,10 @@
+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.
+
+ -- Andreas Tille <tille at debian.org> Sat, 26 Aug 2017 00:10:39 +0200
Added: trunk/packages/R/r-cran-blob/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-blob/trunk/debian/changelog (rev 0)
+++ trunk/packages/R/r-cran-blob/trunk/debian/changelog 2017-08-25 22:20:36 UTC (rev 23961)
@@ -0,0 +1,5 @@
+r-cran-blob (1.1.0-1) UNRELEASED; urgency=medium
+
+ * Initial release (closes: #xxxxxx)
+
+ -- Andreas Tille <tille at debian.org> Sat, 26 Aug 2017 00:10:39 +0200
Added: trunk/packages/R/r-cran-blob/trunk/debian/compat
===================================================================
--- trunk/packages/R/r-cran-blob/trunk/debian/compat (rev 0)
+++ trunk/packages/R/r-cran-blob/trunk/debian/compat 2017-08-25 22:20:36 UTC (rev 23961)
@@ -0,0 +1 @@
+10
Added: trunk/packages/R/r-cran-blob/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-blob/trunk/debian/control (rev 0)
+++ trunk/packages/R/r-cran-blob/trunk/debian/control 2017-08-25 22:20:36 UTC (rev 23961)
@@ -0,0 +1,26 @@
+Source: r-cran-blob
+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 (>= 10),
+ dh-r,
+ r-base-dev,
+ r-cran-tibble
+Standards-Version: 4.1.0
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-blob/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-blob/trunk/
+Homepage: https://cran.r-project.org/package=blob
+
+Package: r-cran-blob
+Architecture: all
+Depends: ${R:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
+Description: GNU R S3 Class for Representing Vectors of Binary Data ('BLOBS')
+ R's raw vector is useful for storing a single binary object.
+ What if you want to put a vector of them in a data frame? The blob
+ package provides the blob object, a list of raw vectors, suitable for
+ use as a column in data frame.
Added: trunk/packages/R/r-cran-blob/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-cran-blob/trunk/debian/copyright (rev 0)
+++ trunk/packages/R/r-cran-blob/trunk/debian/copyright 2017-08-25 22:20:36 UTC (rev 23961)
@@ -0,0 +1,26 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: blob
+Upstream-Contact: Kirill Müller <krlmlr+r at mailbox.org>
+Source: https://cran.r-project.org/package=blob
+
+Files: *
+Copyright: Hadley Wickham, Kirill Müller, RStudio
+License: GPL-3
+
+Files: debian/*
+Copyright: 2017 Andreas Tille <tille at debian.org>
+License: GPL-3
+
+License: GPL-3
+ This program 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; version 3 of the License.
+ .
+ This program 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.
+ .
+ On Debian systems, the complete text of the GNU General Public
+ License can be found in `/usr/share/common-licenses/GPL-3'.
+
Added: trunk/packages/R/r-cran-blob/trunk/debian/r-cran-blob.docs
===================================================================
--- trunk/packages/R/r-cran-blob/trunk/debian/r-cran-blob.docs (rev 0)
+++ trunk/packages/R/r-cran-blob/trunk/debian/r-cran-blob.docs 2017-08-25 22:20:36 UTC (rev 23961)
@@ -0,0 +1,3 @@
+debian/tests/run-unit-test
+debian/README.test
+tests
Added: trunk/packages/R/r-cran-blob/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-blob/trunk/debian/rules (rev 0)
+++ trunk/packages/R/r-cran-blob/trunk/debian/rules 2017-08-25 22:20:36 UTC (rev 23961)
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+
+%:
+ dh $@ --buildsystem R
+
Property changes on: trunk/packages/R/r-cran-blob/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/packages/R/r-cran-blob/trunk/debian/source/format
===================================================================
--- trunk/packages/R/r-cran-blob/trunk/debian/source/format (rev 0)
+++ trunk/packages/R/r-cran-blob/trunk/debian/source/format 2017-08-25 22:20:36 UTC (rev 23961)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: trunk/packages/R/r-cran-blob/trunk/debian/tests/control
===================================================================
--- trunk/packages/R/r-cran-blob/trunk/debian/tests/control (rev 0)
+++ trunk/packages/R/r-cran-blob/trunk/debian/tests/control 2017-08-25 22:20:36 UTC (rev 23961)
@@ -0,0 +1,9 @@
+Tests: run-unit-test
+Depends: @, r-cran-testthat,
+Restrictions: allow-stderr
+
+Tests: generic
+Depends: @, r-cran-testthat,
+Restrictions: allow-stderr
+
+
Added: trunk/packages/R/r-cran-blob/trunk/debian/tests/generic
===================================================================
--- trunk/packages/R/r-cran-blob/trunk/debian/tests/generic (rev 0)
+++ trunk/packages/R/r-cran-blob/trunk/debian/tests/generic 2017-08-25 22:20:36 UTC (rev 23961)
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+
+for testfile in tests/*.R; do
+ echo "BEGIN TEST $testfile"
+ LC_ALL=C R --no-save < $testfile
+done
+
Added: trunk/packages/R/r-cran-blob/trunk/debian/tests/run-unit-test
===================================================================
--- trunk/packages/R/r-cran-blob/trunk/debian/tests/run-unit-test (rev 0)
+++ trunk/packages/R/r-cran-blob/trunk/debian/tests/run-unit-test 2017-08-25 22:20:36 UTC (rev 23961)
@@ -0,0 +1,17 @@
+#!/bin/sh -e
+
+pkgname=blob
+debname=r-cran-blob
+
+if [ "$ADTTMP" = "" ] ; then
+ ADTTMP=`mktemp -d /tmp/${debname}-test.XXXXXX`
+ trap "rm -rf $ADTTMP" 0 INT QUIT ABRT PIPE TERM
+fi
+cd $ADTTMP
+cp -a /usr/share/doc/$debname/tests/* $ADTTMP
+gunzip -r *
+for testfile in *.R; do
+ echo "BEGIN TEST $testfile"
+ LC_ALL=C R --no-save < $testfile
+done
+
Added: trunk/packages/R/r-cran-blob/trunk/debian/watch
===================================================================
--- trunk/packages/R/r-cran-blob/trunk/debian/watch (rev 0)
+++ trunk/packages/R/r-cran-blob/trunk/debian/watch 2017-08-25 22:20:36 UTC (rev 23961)
@@ -0,0 +1,2 @@
+version=4
+https://cran.r-project.org/src/contrib/blob_([-\d.]*)\.tar\.gz
More information about the debian-med-commit
mailing list