This is an automated email from the git hooks/post-receive script. tille pushed a commit to branch master in repository r-cran-rlumshiny.
commit 5bc253f2849c8d626c27f433112ec88bd11b279b Author: Andreas Tille <[email protected]> Date: Wed Nov 16 12:31:13 2016 +0000 * New upstream version * Convert to dh-r * Canonical homepage for CRAN * d/watch: version=4 --- debian/changelog | 9 +++++++++ debian/control | 13 +++++-------- debian/copyright | 4 ++-- debian/rules | 3 ++- debian/watch | 2 +- 5 files changed, 19 insertions(+), 12 deletions(-) diff --git a/debian/changelog b/debian/changelog index 2d0ebde..2259b93 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +r-cran-rlumshiny (0.1.1-1) unstable; urgency=medium + + * New upstream version + * Convert to dh-r + * Canonical homepage for CRAN + * d/watch: version=4 + + -- Andreas Tille <[email protected]> Wed, 16 Nov 2016 13:11:31 +0100 + r-cran-rlumshiny (0.1.0-1) unstable; urgency=low * Initial release (closes: #830059) diff --git a/debian/control b/debian/control index 3da9197..9f2f1c2 100644 --- a/debian/control +++ b/debian/control @@ -4,7 +4,7 @@ Uploaders: Andreas Tille <[email protected]> Section: gnu-r Priority: optional Build-Depends: debhelper (>= 9), - cdbs, + dh-r, r-base-dev, r-cran-digest, r-cran-googlevis, @@ -14,18 +14,15 @@ Build-Depends: debhelper (>= 9), Standards-Version: 3.9.8 Vcs-Browser: https://anonscm.debian.org/viewvc/debian-med/trunk/packages/R/r-cran-rlumshiny/trunk/ Vcs-Svn: svn://anonscm.debian.org/debian-med/trunk/packages/R/r-cran-rlumshiny/trunk/ -Homepage: https://cran.r-project.org/web/packages/RLumShiny +Homepage: https://cran.r-project.org/package=RLumShiny Package: r-cran-rlumshiny Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends}, - ${R:Depends}, - r-cran-digest, - r-cran-googlevis, - r-cran-luminescence, - r-cran-rcurl, - r-cran-shiny + ${R:Depends} +Recommends: ${R:Recommends} +Suggests: ${R:Suggests} Description: GNU R 'Shiny' Applications for the R Package 'Luminescence' A collection of 'shiny' applications for the R package 'Luminescence'. These mainly, but not exclusively, include applications for plotting diff --git a/debian/copyright b/debian/copyright index 5fcf7e4..e022f7a 100644 --- a/debian/copyright +++ b/debian/copyright @@ -1,7 +1,7 @@ -Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ +Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: RLumShiny Upstream-Contact: Christoph Burow <[email protected]> -Source: https://cran.r-project.org/web/packages/RLumShiny +Source: https://cran.r-project.org/package=RLumShiny Files: * Copyright: 2013-2016 Christoph Burow diff --git a/debian/rules b/debian/rules index 2fbba2d..68d9a36 100755 --- a/debian/rules +++ b/debian/rules @@ -1,3 +1,4 @@ #!/usr/bin/make -f -include /usr/share/R/debian/r-cran.mk +%: + dh $@ --buildsystem R diff --git a/debian/watch b/debian/watch index 8a641a6..d27551a 100644 --- a/debian/watch +++ b/debian/watch @@ -1,2 +1,2 @@ -version=3 +version=4 http://cran.r-project.org/src/contrib/RLumShiny_([-\d.]*)\.tar\.gz -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-med/r-cran-rlumshiny.git _______________________________________________ debian-med-commit mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/debian-med-commit
