This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-shinydashboard.
commit b0f9e1645b3b14f42953a3ccb86d70e8952edc66 Author: Andreas Tille <[email protected]> Date: Tue Oct 10 22:59:58 2017 +0200 inject dh-make-R output --- debian/changelog | 5 +++++ debian/compat | 1 + debian/control | 25 +++++++++++++++++++++++++ debian/copyright | 22 ++++++++++++++++++++++ debian/r-cran-shinydashboard.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, 85 insertions(+) diff --git a/debian/changelog b/debian/changelog new file mode 100644 index 0000000..ba1f77b --- /dev/null +++ b/debian/changelog @@ -0,0 +1,5 @@ +r-cran-shinydashboard (0.6.1-1) UNRELEASED; urgency=medium + + * Initial release (closes: #xxxxxx) + + -- Andreas Tille <[email protected]> Tue, 10 Oct 2017 22:57:18 +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..9f00442 --- /dev/null +++ b/debian/control @@ -0,0 +1,25 @@ +Source: r-cran-shinydashboard +Maintainer: Debian Med Packaging Team <[email protected]> +Uploaders: Andreas Tille <[email protected]> +Section: gnu-r +Priority: optional +Build-Depends: debhelper (>= 10), + dh-r, + r-base-dev, + r-cran-shiny, + r-cran-htmltools +Standards-Version: 4.1.1 +Vcs-Browser: https://anonscm.debian.org/git/debian-med/r-cran-shinydashboard.git +Vcs-Git: https://anonscm.debian.org/git/debian-med/r-cran-shinydashboard.git +Homepage: https://cran.r-project.org/package=shinydashboard + +Package: r-cran-shinydashboard +Architecture: all +Depends: ${R:Depends}, + ${shlibs:Depends}, + ${misc:Depends} +Recommends: ${R:Recommends} +Suggests: ${R:Suggests} +Description: Create Dashboards with 'Shiny' + Create dashboards with 'Shiny'. This package provides + a theme on top of 'Shiny', making it easy to create attractive dashboards. diff --git a/debian/copyright b/debian/copyright new file mode 100644 index 0000000..01e556c --- /dev/null +++ b/debian/copyright @@ -0,0 +1,22 @@ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Upstream-Name: shinydashboard +Upstream-Contact: Winston Chang <[email protected]> +Source: https://cran.r-project.org/package=shinydashboard + +Files: * +Copyright: Winston Chang [aut, cre], + Barbara Borges Ribeiro [aut], + RStudio [cph], + Almasaeed Studio [ctb, cph] (AdminLTE theme for Bootstrap), + Adobe Systems Incorporated [ctb, cph] (Source Sans Pro font) +License: GPL-2 | file LICENSE +Comment: + +Files: debian/* +Copyright: 2017 Andreas Tille <[email protected]> +License: GPL-2 | file LICENSE +Comment: Same license as upstream package + +License: GPL-2 | file LICENSE + TODO: insert the appropriate license text + diff --git a/debian/r-cran-shinydashboard.docs b/debian/r-cran-shinydashboard.docs new file mode 100644 index 0000000..67ce40b --- /dev/null +++ b/debian/r-cran-shinydashboard.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..135cba3 --- /dev/null +++ b/debian/tests/run-unit-test @@ -0,0 +1,17 @@ +#!/bin/sh -e + +pkgname=shinydashboard +debname=r-cran-shinydashboard + +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..0ddcb14 --- /dev/null +++ b/debian/watch @@ -0,0 +1,2 @@ +version=4 +https://cran.r-project.org/src/contrib/shinydashboard_([-\d.]*)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-shinydashboard.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
