This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-futile.logger.
commit e4a6bb484d2657d45e8a460eb2960f06b3a00382 Author: Andreas Tille <[email protected]> Date: Sat May 9 16:19:57 2015 +0000 Add new dependency of r-bioc-biocparallel --- debian/README.test | 9 +++++++++ debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 22 ++++++++++++++++++++++ debian/copyright | 16 ++++++++++++++++ debian/docs | 3 +++ debian/rules | 3 +++ debian/source/format | 1 + debian/tests/control | 3 +++ debian/tests/run-unit-test | 11 +++++++++++ debian/watch | 2 ++ 11 files changed, 76 insertions(+) diff --git a/debian/README.test b/debian/README.test new file mode 100644 index 0000000..8d70ca3 --- /dev/null +++ b/debian/README.test @@ -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. diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..0d1c628 --- /dev/null +++ b/debian/changelog @@ -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 diff --git a/debian/compat b/debian/compat new file mode 100644 index 0000000..ec63514 --- /dev/null +++ b/debian/compat @@ -0,0 +1 @@ +9 diff --git a/debian/control b/debian/control new file mode 100644 index 0000000..af317fe --- /dev/null +++ b/debian/control @@ -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. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..0632c6e --- /dev/null +++ b/debian/copyright @@ -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’. diff --git a/debian/docs b/debian/docs new file mode 100644 index 0000000..960011c --- /dev/null +++ b/debian/docs @@ -0,0 +1,3 @@ +tests +debian/README.test +debian/tests/run-unit-test diff --git a/debian/rules b/debian/rules new file mode 100755 index 0000000..2fbba2d --- /dev/null +++ b/debian/rules @@ -0,0 +1,3 @@ +#!/usr/bin/make -f + +include /usr/share/R/debian/r-cran.mk diff --git a/debian/source/format b/debian/source/format new file mode 100644 index 0000000..163aaf8 --- /dev/null +++ b/debian/source/format @@ -0,0 +1 @@ +3.0 (quilt) diff --git a/debian/tests/control b/debian/tests/control new file mode 100644 index 0000000..a0a0edc --- /dev/null +++ b/debian/tests/control @@ -0,0 +1,3 @@ +Tests: run-unit-test +Depends: @, r-cran-survival +Restrictions: allow-stderr diff --git a/debian/tests/run-unit-test b/debian/tests/run-unit-test new file mode 100644 index 0000000..668be52 --- /dev/null +++ b/debian/tests/run-unit-test @@ -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/* diff --git a/debian/watch b/debian/watch new file mode 100644 index 0000000..bcbb45d --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=3 +http://cran.r-project.org/src/contrib/futile.logger_([\d.-]*)\.tar.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-futile.logger.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
