[med-svn] [r-cran-shiny] 04/07: Switch to dh-r

Andreas Tille tille at debian.org
Wed Nov 2 15:51:55 UTC 2016


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

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

commit 63846723324c338b4fc3a04fe755c6d6a85b07b0
Author: Andreas Tille <tille at debian.org>
Date:   Wed Nov 2 16:36:26 2016 +0100

    Switch to dh-r
---
 debian/changelog |  1 +
 debian/control   | 15 ++++-----------
 debian/rules     |  7 ++++---
 3 files changed, 9 insertions(+), 14 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index fc8815e..3369db8 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,6 +1,7 @@
 r-cran-shiny (0.14.2+dfsg-1) UNRELEASED; urgency=medium
 
   * New upstream version
+  * Convert to dh-r
 
  -- Andreas Tille <tille at debian.org>  Wed, 02 Nov 2016 16:33:35 +0100
 
diff --git a/debian/control b/debian/control
index ff1d722..bec30c8 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Uploaders: Andreas Tille <tille at debian.org>
 Section: gnu-r
 Priority: optional
 Build-Depends: debhelper (>= 9),
-               cdbs,
+               dh-r,
                libjs-bootstrap,
                libjs-twitter-bootstrap,
                libjs-json,
@@ -44,16 +44,9 @@ Depends: ${misc:Depends},
          libjs-jquery-ui,
          libjs-highlight.js,
          libjs-twitter-bootstrap-datepicker,
-         fonts-font-awesome,
-         r-cran-rcpp,
-         r-cran-httpuv,
-         r-cran-mime,
-         r-cran-jsonlite,
-         r-cran-xtable,
-         r-cran-digest,
-         r-cran-r6,
-         r-cran-htmltools,
-         r-cran-ggplot2
+         fonts-font-awesome
+Recommends: ${R:Recommends}
+Suggests: ${R:Suggests}
 Description: GNU R web application framework
  Makes it incredibly easy to build interactive web applications with R.
  Automatic "reactive" binding between inputs and outputs and extensive
diff --git a/debian/rules b/debian/rules
index 7601254..5679eb4 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,9 +1,10 @@
 #!/usr/bin/make -f
 
-include /usr/share/R/debian/r-cran.mk
+%:
+	dh $@ --buildsystem R
 
-install/$(package)::
-	# dh_link
+override_dh_install:
+	dh_install
 	sed -i -e 's|http.*/jquery.min.js|file://usr/share/javascript/jquery/jquery.min.js|' \
 		$(debRlib)/$(cranName)/www/reactive-graph.html
 	rm -rf $(debRlib)/$(cranName)/LICENSE

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



More information about the debian-med-commit mailing list