[med-svn] r22766 - in trunk/packages/R: . r-cran-tikzdevice r-cran-tikzdevice/trunk r-cran-tikzdevice/trunk/debian r-cran-tikzdevice/trunk/debian/source r-cran-tikzdevice/trunk/debian/tests
Andreas Tille
tille at moszumanska.debian.org
Sat Sep 10 19:05:12 UTC 2016
Author: tille
Date: 2016-09-10 19:05:11 +0000 (Sat, 10 Sep 2016)
New Revision: 22766
Added:
trunk/packages/R/r-cran-tikzdevice/
trunk/packages/R/r-cran-tikzdevice/trunk/
trunk/packages/R/r-cran-tikzdevice/trunk/debian/
trunk/packages/R/r-cran-tikzdevice/trunk/debian/README.test
trunk/packages/R/r-cran-tikzdevice/trunk/debian/changelog
trunk/packages/R/r-cran-tikzdevice/trunk/debian/compat
trunk/packages/R/r-cran-tikzdevice/trunk/debian/control
trunk/packages/R/r-cran-tikzdevice/trunk/debian/copyright
trunk/packages/R/r-cran-tikzdevice/trunk/debian/docs
trunk/packages/R/r-cran-tikzdevice/trunk/debian/rules
trunk/packages/R/r-cran-tikzdevice/trunk/debian/source/
trunk/packages/R/r-cran-tikzdevice/trunk/debian/source/format
trunk/packages/R/r-cran-tikzdevice/trunk/debian/tests/
trunk/packages/R/r-cran-tikzdevice/trunk/debian/tests/control
trunk/packages/R/r-cran-tikzdevice/trunk/debian/tests/run-unit-test
trunk/packages/R/r-cran-tikzdevice/trunk/debian/watch
Log:
Inject r-cran-tikzdevice
Added: trunk/packages/R/r-cran-tikzdevice/trunk/debian/README.test
===================================================================
--- trunk/packages/R/r-cran-tikzdevice/trunk/debian/README.test (rev 0)
+++ trunk/packages/R/r-cran-tikzdevice/trunk/debian/README.test 2016-09-10 19:05:11 UTC (rev 22766)
@@ -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.
+
+
Added: trunk/packages/R/r-cran-tikzdevice/trunk/debian/changelog
===================================================================
--- trunk/packages/R/r-cran-tikzdevice/trunk/debian/changelog (rev 0)
+++ trunk/packages/R/r-cran-tikzdevice/trunk/debian/changelog 2016-09-10 19:05:11 UTC (rev 22766)
@@ -0,0 +1,7 @@
+r-cran-tikzdevice (0.10-1-1) UNRELEASED; urgency=low
+
+ * Initial release (closes: #???)
+ TODO: r-cran-filehash
+ r-cran-png
+
+ -- Andreas Tille <tille at debian.org> Sat, 10 Sep 2016 20:24:39 +0200
Added: trunk/packages/R/r-cran-tikzdevice/trunk/debian/compat
===================================================================
--- trunk/packages/R/r-cran-tikzdevice/trunk/debian/compat (rev 0)
+++ trunk/packages/R/r-cran-tikzdevice/trunk/debian/compat 2016-09-10 19:05:11 UTC (rev 22766)
@@ -0,0 +1 @@
+9
Added: trunk/packages/R/r-cran-tikzdevice/trunk/debian/control
===================================================================
--- trunk/packages/R/r-cran-tikzdevice/trunk/debian/control (rev 0)
+++ trunk/packages/R/r-cran-tikzdevice/trunk/debian/control 2016-09-10 19:05:11 UTC (rev 22766)
@@ -0,0 +1,31 @@
+Source: r-cran-tikzdevice
+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),
+ cdbs,
+ r-base-dev,
+ r-cran-filehash,
+ r-cran-png
+Standards-Version: 3.9.8
+Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-tikzdevice/trunk/
+Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-tikzdevice/trunk/
+Homepage: http://cran.r-project.org/web/packages/tikzDevice
+
+Package: r-cran-tikzdevice
+Architecture: any
+Depends: ${R:Depends},
+ ${shlibs:Depends},
+ ${misc:Depends},
+ r-cran-filehash,
+ r-cran-png
+Description: GNU R graphics output in LaTeX format
+ This GNU R package provides a graphics output device for R that records
+ plots in a LaTeX-friendly format. The device transforms plotting
+ commands issued by R functions into LaTeX code blocks. When included in
+ a LaTeX document, these blocks are interpreted with the help of 'TikZ'—a
+ graphics package for TeX and friends written by Till Tantau. Using the
+ 'tikzDevice', the text of R plots can contain LaTeX commands such as
+ mathematical formula. The device also allows arbitrary LaTeX code to be
+ inserted into the output stream.
Added: trunk/packages/R/r-cran-tikzdevice/trunk/debian/copyright
===================================================================
--- trunk/packages/R/r-cran-tikzdevice/trunk/debian/copyright (rev 0)
+++ trunk/packages/R/r-cran-tikzdevice/trunk/debian/copyright 2016-09-10 19:05:11 UTC (rev 22766)
@@ -0,0 +1,29 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Contact: Kirill Müller <krlmlr+r at mailbox.org>
+Source: http://cran.r-project.org/web/packages/tikzDevice
+
+Files: *
+Copyright: 2014-2016 Charlie Sharpsteen, Cameron Bracken, Kirill Müller, Yihui Xie
+License: GPL-2+
+
+Files: debian/*
+Copyright: 2016 Andreas Tille <tille at debian.org>
+License: GPL-2+
+
+License: GPL-2+
+ 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; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ 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.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program; if not, write to the Free Software
+ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
+ .
+ On Debian systems, the complete text of the GNU General Public
+ License can be found in `/usr/share/common-licenses/GPL-2'.
Added: trunk/packages/R/r-cran-tikzdevice/trunk/debian/docs
===================================================================
--- trunk/packages/R/r-cran-tikzdevice/trunk/debian/docs (rev 0)
+++ trunk/packages/R/r-cran-tikzdevice/trunk/debian/docs 2016-09-10 19:05:11 UTC (rev 22766)
@@ -0,0 +1,3 @@
+tests
+debian/README.test
+debian/tests/run-unit-test
Added: trunk/packages/R/r-cran-tikzdevice/trunk/debian/rules
===================================================================
--- trunk/packages/R/r-cran-tikzdevice/trunk/debian/rules (rev 0)
+++ trunk/packages/R/r-cran-tikzdevice/trunk/debian/rules 2016-09-10 19:05:11 UTC (rev 22766)
@@ -0,0 +1,15 @@
+#!/usr/bin/make -f
+
+include /usr/share/R/debian/r-cran.mk
+
+install/$(package)::
+ rm -rf debian/$(package)/usr/lib/R/site-library/$(cranName)/LICENSE
+
+# if I would only know how to hook in after dh_installdocs - forget this magic
+# cdbs thingy and remove the file rather in the test sccript ...
+ # Delete tests depending from devtools since this is not (yet) packaged
+# cd debian/$(package)/usr/share/doc/$(package)/tests/ ; \
+# if grep -qR devtools * ; then \
+# rm -f `grep -lR devtools *` ; \
+# fi
+
Property changes on: trunk/packages/R/r-cran-tikzdevice/trunk/debian/rules
___________________________________________________________________
Added: svn:executable
+ *
Added: trunk/packages/R/r-cran-tikzdevice/trunk/debian/source/format
===================================================================
--- trunk/packages/R/r-cran-tikzdevice/trunk/debian/source/format (rev 0)
+++ trunk/packages/R/r-cran-tikzdevice/trunk/debian/source/format 2016-09-10 19:05:11 UTC (rev 22766)
@@ -0,0 +1 @@
+3.0 (quilt)
Added: trunk/packages/R/r-cran-tikzdevice/trunk/debian/tests/control
===================================================================
--- trunk/packages/R/r-cran-tikzdevice/trunk/debian/tests/control (rev 0)
+++ trunk/packages/R/r-cran-tikzdevice/trunk/debian/tests/control 2016-09-10 19:05:11 UTC (rev 22766)
@@ -0,0 +1,3 @@
+Tests: run-unit-test
+Depends: @, r-cran-testthat
+Restrictions: allow-stderr
Added: trunk/packages/R/r-cran-tikzdevice/trunk/debian/tests/run-unit-test
===================================================================
--- trunk/packages/R/r-cran-tikzdevice/trunk/debian/tests/run-unit-test (rev 0)
+++ trunk/packages/R/r-cran-tikzdevice/trunk/debian/tests/run-unit-test 2016-09-10 19:05:11 UTC (rev 22766)
@@ -0,0 +1,12 @@
+#!/bin/sh -e
+
+oname=tikzDevice
+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/* .
+
+LC_ALL=C R --no-save < unit_tests.R
Added: trunk/packages/R/r-cran-tikzdevice/trunk/debian/watch
===================================================================
--- trunk/packages/R/r-cran-tikzdevice/trunk/debian/watch (rev 0)
+++ trunk/packages/R/r-cran-tikzdevice/trunk/debian/watch 2016-09-10 19:05:11 UTC (rev 22766)
@@ -0,0 +1,2 @@
+version=3
+http://cran.r-project.org/src/contrib/tikzDevice_([-\d.]*)\.tar\.gz
More information about the debian-med-commit
mailing list