[med-svn] [r-cran-rhandsontable] 02/02: inject dh-make-R output

Andreas Tille tille at debian.org
Tue Oct 10 21:04:24 UTC 2017


This is an automated email from the git hooks/post-receive script.

tille pushed a commit to branch master
in repository r-cran-rhandsontable.

commit 608d599a01b4c14df0df68accf18a8819e96a2b6
Author: Andreas Tille <tille at debian.org>
Date:   Tue Oct 10 23:03:00 2017 +0200

    inject dh-make-R output
---
 debian/changelog                 |  5 +++++
 debian/compat                    |  1 +
 debian/control                   | 27 +++++++++++++++++++++++++++
 debian/copyright                 | 35 +++++++++++++++++++++++++++++++++++
 debian/r-cran-rhandsontable.docs |  2 ++
 debian/rules                     |  5 +++++
 debian/source/format             |  1 +
 debian/tests/control             |  5 +++++
 debian/tests/run-unit-test       | 17 +++++++++++++++++
 debian/watch                     |  2 ++
 10 files changed, 100 insertions(+)

diff --git a/debian/changelog b/debian/changelog
new file mode 100644
index 0000000..2ef74b1
--- /dev/null
+++ b/debian/changelog
@@ -0,0 +1,5 @@
+r-cran-rhandsontable (0.3.4-1) UNRELEASED; urgency=medium
+
+  * Initial release (closes: #xxxxxx)
+
+ -- Andreas Tille <tille at debian.org>  Tue, 10 Oct 2017 22:58:51 +0200
diff --git a/debian/compat b/debian/compat
new file mode 100644
index 0000000..f599e28
--- /dev/null
+++ b/debian/compat
@@ -0,0 +1 @@
+10
diff --git a/debian/control b/debian/control
new file mode 100644
index 0000000..ad30eb1
--- /dev/null
+++ b/debian/control
@@ -0,0 +1,27 @@
+Source: r-cran-rhandsontable
+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-jsonlite,
+               r-cran-htmlwidgets,
+               r-cran-magrittr
+Standards-Version: 4.1.1
+Vcs-Browser: https://anonscm.debian.org/git/debian-med/r-cran-rhandsontable.git
+Vcs-Git: https://anonscm.debian.org/git/debian-med/r-cran-rhandsontable.git
+Homepage: https://cran.r-project.org/package=rhandsontable
+
+Package: r-cran-rhandsontable
+Architecture: all
+Depends: ${R:Depends},
+         ${shlibs:Depends},
+         ${misc:Depends}
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
+Description: Interface to the 'Handsontable.js' Library
+ An R interface to the 'Handsontable' JavaScript library, which is a
+ minimalist Excel-like data grid editor. See <https://handsontable.com/>
+ for details.
diff --git a/debian/copyright b/debian/copyright
new file mode 100644
index 0000000..939d914
--- /dev/null
+++ b/debian/copyright
@@ -0,0 +1,35 @@
+Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
+Upstream-Name: rhandsontable
+Upstream-Contact: Jonathan Owen <jonathanro at gmail.com>
+Source: https://cran.r-project.org/package=rhandsontable
+
+Files: *
+Copyright: Jonathan Owen [aut, cre, cph],
+ Jeff Allen [ctb],
+ Yihui Xie [ctb],
+ Enzo Martoglio [ctb],
+ Warpechowski Marcin [ctb, cph] (Handsontable.js library),
+ Handsoncode sp. z o.o. [ctb, cph] (Handsontable.js library),
+ Aisch Gregor [ctb, cph] (Chroma.js library),
+ F<c3><b6>retagsplatsen [ctb, cph] (Numbro.js library),
+ Draper Adam [ctb, cph] (Numeral.js library),
+ Wood Tim [ctb, cph] (Moment.js library),
+ Chernev Iskren [ctb, cph] (Moment.js library),
+ Moment.js contributors [ctb, cph] (Moment.js library),
+ Bushell David [ctb, cph] (Pikaday.js library),
+ jQuery Foundation [ctb, cph] (jQuery.js library),
+ Splunk Inc [ctb, cph] (Sparkline.js library),
+ Russell Kent [ctb, cph] (Sparkline.js library),
+ Rohan Jon [ctb, cph] (ZeroClipboard library),
+ Greene James [ctb, cph] (ZeroClipboard library)
+License: MIT + file LICENSE
+Comment: 
+
+Files: debian/*
+Copyright: 2017 Andreas Tille <tille at debian.org>
+License: MIT + file LICENSE
+Comment: Same license as upstream package
+
+License: MIT + file LICENSE
+  TODO: insert the appropriate license text
+
diff --git a/debian/r-cran-rhandsontable.docs b/debian/r-cran-rhandsontable.docs
new file mode 100644
index 0000000..67ce40b
--- /dev/null
+++ b/debian/r-cran-rhandsontable.docs
@@ -0,0 +1,2 @@
+debian/tests/run-unit-test
+tests
diff --git a/debian/rules b/debian/rules
new file mode 100755
index 0000000..529c38a
--- /dev/null
+++ b/debian/rules
@@ -0,0 +1,5 @@
+#!/usr/bin/make -f
+
+%:
+	dh $@ --buildsystem R
+
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..d6849ad
--- /dev/null
+++ b/debian/tests/control
@@ -0,0 +1,5 @@
+Tests: run-unit-test
+Depends: @,
+Restrictions: allow-stderr
+
+
diff --git a/debian/tests/run-unit-test b/debian/tests/run-unit-test
new file mode 100644
index 0000000..ebfc5ac
--- /dev/null
+++ b/debian/tests/run-unit-test
@@ -0,0 +1,17 @@
+#!/bin/sh -e
+
+pkgname=rhandsontable
+debname=r-cran-rhandsontable
+
+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
+
diff --git a/debian/watch b/debian/watch
new file mode 100644
index 0000000..2097241
--- /dev/null
+++ b/debian/watch
@@ -0,0 +1,2 @@
+version=4
+https://cran.r-project.org/src/contrib/rhandsontable_([-\d.]*)\.tar\.gz

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-rhandsontable.git



More information about the debian-med-commit mailing list